2 writes to s_largeButtonSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
161
s_largeButtonSize
= LogicalToDeviceUnits(s_defaultLargeButtonSize);
4252
s_largeButtonSize
= LogicalToDeviceUnits(s_defaultLargeButtonSize);
5 references to s_largeButtonSize
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
2063
ImageSize =
s_largeButtonSize
2091
_largeButtonImages.Images.Add(new Bitmap(bitmap,
s_largeButtonSize
.Width,
s_largeButtonSize
.Height));
2107
Bitmap largeBitmap = ScaleHelper.CopyAndScaleToSize(originalBitmap,
s_largeButtonSize
);
2613
int toolStripHeight = ((LargeButtons) ?
s_largeButtonSize
: s_normalButtonSize).Height + _toolStripButtonPaddingY;