1 write to nonXPTriangleHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
91
nonXPTriangleHeight
= (byte)DpiHelper.LogicalToDeviceUnitsY(DATAGRIDVIEWCOMBOBOXCELL_nonXPTriangleHeight);
3 references to nonXPTriangleHeight
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
2463
dropRect.Top + (dropRect.Height +
nonXPTriangleHeight
) / 2);
2468
Point pt1 = new Point(middle.X - (nonXPTriangleWidth - 1) / 2, middle.Y -
nonXPTriangleHeight
);
2469
Point pt2 = new Point(middle.X + (nonXPTriangleWidth - 1) / 2, middle.Y -
nonXPTriangleHeight
);