3 writes to ImageScalingSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
232toolStrip.ImageScalingSize = normalButtonSize; 1523toolStrip.ImageScalingSize = this.imageList[LARGE_BUTTONS].ImageSize; 1528toolStrip.ImageScalingSize = this.imageList[NORMAL_BUTTONS].ImageSize;
3 references to ImageScalingSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
365imageSize = (menuItem.ImageScaling == ToolStripItemImageScaling.SizeToFit) ? ImageScalingSize : menuItem.Image.Size;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1919return ownerToolStrip.ImageScalingSize;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1518imageRect.Size = menu.ImageScalingSize;