1 write to nonXPTriangleWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
90
nonXPTriangleWidth
= (byte)DpiHelper.LogicalToDeviceUnitsX(DATAGRIDVIEWCOMBOBOXCELL_nonXPTriangleWidth);
2 references to nonXPTriangleWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (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);