6 references to Left
PresentationFramework (6)
System\Windows\Window.cs (6)
1000/// DependencyProperty for <see cref="Left" /> property. 2671requestedLeft = this.Left; 3844Point ownerLocationDeviceUnits = Owner.LogicalToDeviceUnits(new Point(Owner.Left, Owner.Top)); 3954if ((double.IsNaN(Owner.Left)) || 6139UpdateHwndPositionOnTopLeftChange(Double.IsNaN(Left) ? _actualLeft : Left, newTop);