3 writes to left
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (1)
402left = DoubleUtil.DoubleToInt(rect.X),
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1582left = (int)startPoint.X,
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
164NativeMethods.RECT rect = new NativeMethods.RECT() { top = 0, bottom = 0, left = 0, right = 0 };
3 references to left
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (2)
423X = rc.left, 425Width = rc.right - rc.left,
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1595Rect screenRect = new Rect(new Point(rect.left, rect.top), new Point(rect.right, rect.bottom));