4 references to GetGridEntryHeight
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
834int top = (gridHost.GetGridEntryHeight() - outlineSize) / 2; 2140Rectangle rectPaint = new Rectangle(rect.X + 1, rect.Y + 1, gridHost.GetValuePaintWidth(), gridHost.GetGridEntryHeight() - 2);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
431if (uiItemRects[i].Contains(mouseX, GridEntryHost.GetGridEntryHeight() / 2)) { 589if (uiItemRects[i].Contains(x, GridEntryHost.GetGridEntryHeight() / 2)) {