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