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