15 references to LogicalToDeviceUnitsY
System.Windows.Forms (15)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
86
iconsHeight = (byte)DpiHelper.
LogicalToDeviceUnitsY
(DATAGRIDVIEWCELL_iconsHeight);
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
55
sortGlyphHeight = (byte)DpiHelper.
LogicalToDeviceUnitsY
(DATAGRIDVIEWCOLUMNHEADERCELL_sortGlyphHeight);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
89
offset2Y = DpiHelper.
LogicalToDeviceUnitsY
(OFFSET_2PIXELS);
91
nonXPTriangleHeight = (byte)DpiHelper.
LogicalToDeviceUnitsY
(DATAGRIDVIEWCOMBOBOXCELL_nonXPTriangleHeight);
winforms\Managed\System\WinForms\ImageList.cs (1)
90
maxImageHeight = DpiHelper.
LogicalToDeviceUnitsY
(MAX_DIMENSION);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
617
scaledImageSizeY = DpiHelper.
LogicalToDeviceUnitsY
(IMAGE_SIZE);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
185
maxListBoxHeight = DpiHelper.
LogicalToDeviceUnitsY
(MAX_LISTBOX_HEIGHT);
1114
scaledIconHeight = DpiHelper.
LogicalToDeviceUnitsY
(height);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
191
iconHeight = DpiHelper.
LogicalToDeviceUnitsY
(ICON_DIMENSION);
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
40
maxHeight = DpiHelper.
LogicalToDeviceUnitsY
(MAX_HEIGHT);
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (3)
1426
overflowArrowHeight = DpiHelper.
LogicalToDeviceUnitsY
(OVERFLOW_ARROW_HEIGHT);
1427
overflowArrowOffsetY = DpiHelper.
LogicalToDeviceUnitsY
(OVERFLOW_ARROW_OFFSETY);
1430
gripPadding = DpiHelper.
LogicalToDeviceUnitsY
(GRIP_PADDING);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (2)
685
Offset2Y = DpiHelper.
LogicalToDeviceUnitsY
(OFFSET_2PIXELS);
687
offset4Y = DpiHelper.
LogicalToDeviceUnitsY
(OFFSET_4PIXELS);