Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\SplitterTests.cs (7)
204
BackgroundImage
= value
210
control.
BackgroundImage
= value;
230
control.
BackgroundImage
= image1;
235
control.
BackgroundImage
= image1;
241
control.
BackgroundImage
= image2;
246
control.
BackgroundImage
= null;
252
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\SplitterTests.cs (8)
26
Assert.Null(control.
BackgroundImage
);
206
Assert.Same(value, control.
BackgroundImage
);
211
Assert.Same(value, control.
BackgroundImage
);
231
Assert.Same(image1, control.
BackgroundImage
);
236
Assert.Same(image1, control.
BackgroundImage
);
242
Assert.Same(image2, control.
BackgroundImage
);
247
Assert.Null(control.
BackgroundImage
);
253
Assert.Same(image1, control.
BackgroundImage
);