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)
504
BackgroundImageLayout
= value
511
control.
BackgroundImageLayout
= value;
532
control.
BackgroundImageLayout
= ImageLayout.Center;
537
control.
BackgroundImageLayout
= ImageLayout.Center;
542
control.
BackgroundImageLayout
= ImageLayout.Stretch;
548
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)
35
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
TextBoxBaseTests.cs (6)
506
Assert.Equal(value, control.
BackgroundImageLayout
);
512
Assert.Equal(value, control.
BackgroundImageLayout
);
533
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
538
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
543
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
549
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
TextBoxTests.cs (1)
34
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);