Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
3 references to BackgroundImage
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SplitContainer.cs (3)
1215if (BackgroundImage == null) { 1707if (BackgroundImage != null) { 1709using (TextureBrush textureBrush = new TextureBrush(BackgroundImage,WrapMode.Tile)) {