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