3 writes to top
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (1)
401
top
= DoubleUtil.DoubleToInt(rect.Y),
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1584
top
= (int)startPoint.Y,
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
164
NativeMethods.RECT rect = new NativeMethods.RECT() {
top
= 0, bottom = 0, left = 0, right = 0 };
3 references to top
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (2)
424
Y = rc.
top
,
426
Height = rc.bottom - rc.
top
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1595
Rect screenRect = new Rect(new Point(rect.left, rect.
top
), new Point(rect.right, rect.bottom));