Implemented interface member:
property
Stretch
System.Windows.Forms.ISupportToolStripPanel.Stretch
3 writes to Stretch
System.Windows.Forms (3)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
125set => base.Stretch = value;
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
240set => base.Stretch = value;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
740set => base.Stretch = value;
4 references to Stretch
System.Windows.Forms (4)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
124get => base.Stretch;
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
239get => base.Stretch;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1462if (Stretch != value)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
739get => base.Stretch;