4 writes to Stretch
System.Windows.Forms (1)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
22Stretch = true;
System.Windows.Forms.Tests (3)
System\Windows\Forms\MenuStripTests.cs (3)
387control.Stretch = value; 395control.Stretch = value; 403control.Stretch = value;
5 references to Stretch
System.Windows.Forms.Tests (5)
System\Windows\Forms\MdiControlStripTests.cs (1)
139Assert.True(mdiControlStrip.Stretch);
System\Windows\Forms\MenuStripTests.cs (4)
137Assert.True(control.Stretch); 388Assert.Equal(value, control.Stretch); 396Assert.Equal(value, control.Stretch); 404Assert.Equal(value, control.Stretch);