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