Implemented interface member:
property
Stretch
System.Windows.Forms.ISupportToolStripPanel.Stretch
12 writes to Stretch
System.Windows.Forms (3)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
125
set => base.
Stretch
= value;
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
234
set => base.
Stretch
= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
740
set => base.
Stretch
= value;
System.Windows.Forms.Tests (9)
System\Windows\Forms\MenuStripTests.cs (3)
356
Stretch
= value
362
control.
Stretch
= value;
367
control.
Stretch
= value;
System\Windows\Forms\ToolStripTests.cs (6)
3658
Stretch
= value
3664
control.
Stretch
= value;
3669
control.
Stretch
= value;
3687
control.
Stretch
= value;
3695
control.
Stretch
= value;
3703
control.
Stretch
= value;
15 references to Stretch
System.Windows.Forms (4)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
124
get => base.
Stretch
;
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
233
get => base.
Stretch
;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1471
if (
Stretch
!= value)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
739
get => base.
Stretch
;
System.Windows.Forms.Tests (11)
System\Windows\Forms\MenuStripTests.cs (3)
358
Assert.Equal(value, control.
Stretch
);
363
Assert.Equal(value, control.
Stretch
);
368
Assert.Equal(value, control.
Stretch
);
System\Windows\Forms\ToolStripTests.cs (8)
151
Assert.False(control.
Stretch
);
306
Assert.False(control.
Stretch
);
3660
Assert.Equal(value, control.
Stretch
);
3665
Assert.Equal(value, control.
Stretch
);
3670
Assert.Equal(value, control.
Stretch
);
3688
Assert.Equal(value, control.
Stretch
);
3696
Assert.Equal(value, control.
Stretch
);
3704
Assert.Equal(value, control.
Stretch
);