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