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)
231
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)
358
Stretch
= value
364
control.
Stretch
= value;
369
control.
Stretch
= value;
System\Windows\Forms\ToolStripTests.cs (6)
3660
Stretch
= value
3666
control.
Stretch
= value;
3671
control.
Stretch
= value;
3689
control.
Stretch
= value;
3697
control.
Stretch
= value;
3705
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)
230
get => base.
Stretch
;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1468
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)
360
Assert.Equal(value, control.
Stretch
);
365
Assert.Equal(value, control.
Stretch
);
370
Assert.Equal(value, control.
Stretch
);
System\Windows\Forms\ToolStripTests.cs (8)
153
Assert.False(control.
Stretch
);
308
Assert.False(control.
Stretch
);
3662
Assert.Equal(value, control.
Stretch
);
3667
Assert.Equal(value, control.
Stretch
);
3672
Assert.Equal(value, control.
Stretch
);
3690
Assert.Equal(value, control.
Stretch
);
3698
Assert.Equal(value, control.
Stretch
);
3706
Assert.Equal(value, control.
Stretch
);