1 override of ImageScalingSizeInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
623internal override Size ImageScalingSizeInternal {
2 writes to ImageScalingSizeInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1054ImageScalingSizeInternal = value;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
631base.ImageScalingSizeInternal = value;
3 references to ImageScalingSizeInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1051return ImageScalingSizeInternal;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
626return OwnerToolStrip.ImageScalingSizeInternal; 628return base.ImageScalingSizeInternal;