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