Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
7 writes to BackgroundImage
System.Windows.Forms.Tests (7)
System\Windows\Forms\SplitterTests.cs (7)
206
BackgroundImage
= value
212
control.
BackgroundImage
= value;
232
control.
BackgroundImage
= image1;
237
control.
BackgroundImage
= image1;
243
control.
BackgroundImage
= image2;
248
control.
BackgroundImage
= null;
254
control.
BackgroundImage
= image1;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\SplitterTests.cs (8)
28
Assert.Null(control.
BackgroundImage
);
208
Assert.Same(value, control.
BackgroundImage
);
213
Assert.Same(value, control.
BackgroundImage
);
233
Assert.Same(image1, control.
BackgroundImage
);
238
Assert.Same(image1, control.
BackgroundImage
);
244
Assert.Same(image2, control.
BackgroundImage
);
249
Assert.Null(control.
BackgroundImage
);
255
Assert.Same(image1, control.
BackgroundImage
);