2 writes to normalButtonSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
198
normalButtonSize
= LogicalToDeviceUnits(DEFAULT_NORMAL_BUTTON_SIZE);
4838
normalButtonSize
= LogicalToDeviceUnits(DEFAULT_NORMAL_BUTTON_SIZE);
6 references to normalButtonSize
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGrid.cs (6)
232
toolStrip.ImageScalingSize =
normalButtonSize
;
1654
if (DpiHelper.IsScalingRequired && (image.Size.Width !=
normalButtonSize
.Width || image.Size.Height !=
normalButtonSize
.Height)) {
1655
image = DpiHelper.CreateResizedBitmap(image,
normalButtonSize
);
2994
int toolStripHeight = ((LargeButtons) ? largeButtonSize :
normalButtonSize
).Height + toolStripButtonPaddingY;
4377
imageList[NORMAL_BUTTONS].ImageSize =
normalButtonSize
;