1 write to x
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
888this.x = x - this.offsetX;
4 references to x
System.Activities.Presentation (4)
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));