1 write to x
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
888
this.
x
= x - this.offsetX;
4 references to x
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (4)
886
double oldX = this.
x
;
890
if (oldX != this.
x
|| oldY != this.y)
900
result.Children.Add(new TranslateTransform(this.
x
, this.y));
901
result.Children.Add(new ScaleTransform(this.scaleFactor, this.scaleFactor, this.
x
, this.y));