1 write to y
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
889this.y = y - this.offsetY;
4 references to y
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (4)
887double oldY = this.y; 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));