1 write to selectedChild
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
446this.selectedChild = new KeyValuePair<FrameworkElement, Point>(window, this.canvasOffset);
2 references to selectedChild
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (2)
308position.X = CalculateInBoundsValue(position.X, window.DesiredSize.Width, this.ActualWidth, this.selectedChild.Value.X); 309position.Y = CalculateInBoundsValue(position.Y, window.DesiredSize.Height, this.ActualHeight, this.selectedChild.Value.Y);