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