2 writes to s_normalButtonSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
166
s_normalButtonSize
= LogicalToDeviceUnits(s_defaultNormalButtonSize);
4291
s_normalButtonSize
= LogicalToDeviceUnits(s_defaultNormalButtonSize);
4 references to s_normalButtonSize
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
200
_toolStrip.ImageScalingSize =
s_normalButtonSize
;
1362
image = ScaleHelper.CopyAndScaleToSize(image,
s_normalButtonSize
);
2659
int toolStripHeight = ((LargeButtons) ? s_largeButtonSize :
s_normalButtonSize
).Height + _toolStripButtonPaddingY;
3879
_normalButtonImages.ImageSize =
s_normalButtonSize
;