3 writes to right
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (1)
409rc.right = DoubleUtil.DoubleToInt(rect.Right);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1607popupPlacementTargetRect.right = (int)endPoint.X;
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
171NativeMethods.RECT rect = new NativeMethods.RECT() { top = 0, bottom = 0, left = 0, right = 0 };
2 references to right
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (1)
429rect.Width = rc.right - rc.left;
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1618Rect screenRect = new Rect(new Point(rect.left, rect.top), new Point(rect.right, rect.bottom));