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;
4 references to Stretch
System.Windows.Forms.Tests (4)
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);