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)
160
base.
Stretch
= value;
winforms\Managed\System\WinForms\StatusStrip.cs (1)
250
base.
Stretch
= value;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
924
base.
Stretch
= value;
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
62
this.operationsToolStrip.
Stretch
= true;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
127
this.operationsToolStrip.
Stretch
= true;
4 references to Stretch
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
157
return base.
Stretch
;
winforms\Managed\System\WinForms\StatusStrip.cs (1)
247
return base.
Stretch
;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1651
if (
Stretch
!= value) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
921
return base.
Stretch
;