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)
385control.Stretch = value; 393control.Stretch = value; 401control.Stretch = value;
4 references to Stretch
System.Windows.Forms.Tests (4)
System\Windows\Forms\MenuStripTests.cs (4)
135Assert.True(control.Stretch); 386Assert.Equal(value, control.Stretch); 394Assert.Equal(value, control.Stretch); 402Assert.Equal(value, control.Stretch);