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