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