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