Implemented interface member:
property
Stretch
System.Windows.Forms.ISupportToolStripPanel.Stretch
5 writes to Stretch
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
160base.Stretch = value;
winforms\Managed\System\WinForms\StatusStrip.cs (1)
250base.Stretch = value;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
924base.Stretch = value;
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
62this.operationsToolStrip.Stretch = true;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
127this.operationsToolStrip.Stretch = true;
4 references to Stretch
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
157return base.Stretch;
winforms\Managed\System\WinForms\StatusStrip.cs (1)
247return base.Stretch;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1651if (Stretch != value) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
921return base.Stretch;