6 writes to Stretch
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripDropDownTests.cs (6)
2452Stretch = value 2458control.Stretch = value; 2463control.Stretch = value; 2481control.Stretch = value; 2489control.Stretch = value; 2497control.Stretch = value;
7 references to Stretch
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripDropDownTests.cs (7)
143Assert.False(control.Stretch); 2454Assert.Equal(value, control.Stretch); 2459Assert.Equal(value, control.Stretch); 2464Assert.Equal(value, control.Stretch); 2482Assert.Equal(value, control.Stretch); 2490Assert.Equal(value, control.Stretch); 2498Assert.Equal(value, control.Stretch);