Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
1 override of BackgroundImageLayout
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
196
public override ImageLayout
BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
199
set => base.
BackgroundImageLayout
= value;
System.Windows.Forms.Tests (6)
TextBoxBaseTests.cs (6)
506
BackgroundImageLayout
= value
513
control.
BackgroundImageLayout
= value;
534
control.
BackgroundImageLayout
= ImageLayout.Center;
539
control.
BackgroundImageLayout
= ImageLayout.Center;
544
control.
BackgroundImageLayout
= ImageLayout.Stretch;
550
control.
BackgroundImageLayout
= ImageLayout.Center;
9 references to BackgroundImageLayout
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
198
get => base.
BackgroundImageLayout
;
System.Windows.Forms.Tests (8)
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
37
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
TextBoxBaseTests.cs (6)
508
Assert.Equal(value, control.
BackgroundImageLayout
);
514
Assert.Equal(value, control.
BackgroundImageLayout
);
535
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
540
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
545
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
551
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
TextBoxTests.cs (1)
36
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);