Base:
property
Size
System.Windows.Forms.ToolStripItem.Size
4 writes to Size
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
811
Size
= ControlInternal.Size;
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionUI.DesignerActionToolStripDropDown.cs (2)
153
Size
= panel.Size
173
_panel?.
Size
= ctrl.Size;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
855
_centerTextBox.
Size
= _miniToolStrip.DisplayRectangle.Size - _centerTextBox.Margin.Size;