1 write to _toolStripButtonPaddingY
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4254
_toolStripButtonPaddingY
= LogicalToDeviceUnits(ToolStripButtonPaddingY);
1 reference to _toolStripButtonPaddingY
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2613
int toolStripHeight = ((LargeButtons) ? s_largeButtonSize : s_normalButtonSize).Height +
_toolStripButtonPaddingY
;