You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Today, the Manipulators property in ManipulationDeltaEventArgs class is the
IEnumerable<IManipulator>
type.wpf/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/ManipulationDeltaEventArgs.cs
Lines 230 to 240 in e977c7e
But the actual type of Manipulators is the
ReadOnlyCollection<IManipulator>
.wpf/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/ManipulationDevice.cs
Lines 219 to 229 in e977c7e
And the type of actual data is the
List<IManipulator>
.wpf/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/ManipulationDevice.cs
Line 521 in e977c7e
Beta Was this translation helpful? Give feedback.
All reactions