1 write to Y
PresentationCore (1)
System\Windows\Input\ManipulationLogic.cs (1)
501
Y
= (float)center.Y,
4 references to Y
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationPivot2D.cs (1)
25
/// The <strong><see cref="X"/></strong> and <strong><see cref="
Y
"/></strong>
System\Windows\Input\Manipulations\ManipulationSequence.cs (3)
864
? new VectorF(pair.Value.CurrentManipulatorSnapshot.X - settings.Pivot.X, pair.Value.CurrentManipulatorSnapshot.Y - settings.Pivot.
Y
)
945
PointF pivotPoint = new PointF(settings.Pivot.X, settings.Pivot.
Y
);
1039
? new VectorF(pair.Value.CurrentManipulatorSnapshot.X - settings.Pivot.X, pair.Value.CurrentManipulatorSnapshot.Y - settings.Pivot.
Y
)