6 writes to Stretch
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripDropDownTests.cs (6)
2454Stretch = value 2460control.Stretch = value; 2465control.Stretch = value; 2483control.Stretch = value; 2491control.Stretch = value; 2499control.Stretch = value;
7 references to Stretch
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripDropDownTests.cs (7)
145Assert.False(control.Stretch); 2456Assert.Equal(value, control.Stretch); 2461Assert.Equal(value, control.Stretch); 2466Assert.Equal(value, control.Stretch); 2484Assert.Equal(value, control.Stretch); 2492Assert.Equal(value, control.Stretch); 2500Assert.Equal(value, control.Stretch);