2 writes to s_normalButtonSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
160
s_normalButtonSize
= LogicalToDeviceUnits(s_defaultNormalButtonSize);
4251
s_normalButtonSize
= LogicalToDeviceUnits(s_defaultNormalButtonSize);
4 references to s_normalButtonSize
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
194
_toolStrip.ImageScalingSize =
s_normalButtonSize
;
1315
image = ScaleHelper.CopyAndScaleToSize(image,
s_normalButtonSize
);
2613
int toolStripHeight = ((LargeButtons) ? s_largeButtonSize :
s_normalButtonSize
).Height + _toolStripButtonPaddingY;
3839
_normalButtonImages.ImageSize =
s_normalButtonSize
;