1 write to y
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\ManipulationPivot2D.cs (1)
92
this.
y
= value;
2 references to y
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationPivot2D.cs (2)
88
get { return this.
y
; }
131
return !float.IsNaN(this.x) && !float.IsNaN(this.
y
);