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