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