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