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