1 write to toolStripButtonPaddingY
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4841toolStripButtonPaddingY = LogicalToDeviceUnits(TOOLSTRIP_BUTTON_PADDING_Y);
1 reference to toolStripButtonPaddingY
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2994int toolStripHeight = ((LargeButtons) ? largeButtonSize : normalButtonSize).Height + toolStripButtonPaddingY;