2 overrides of GetScrollBarPadding
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
336
private protected override Padding
GetScrollBarPadding
()
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
424
private protected override Padding
GetScrollBarPadding
()
4 references to GetScrollBarPadding
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
428
return base.
GetScrollBarPadding
();
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
926
/// <see langword="true"/> to add the live scrollbar allowance (see <see cref="
GetScrollBarPadding
"/>)
949
padding +=
GetScrollBarPadding
();
2482
/// managed <see cref="
GetScrollBarPadding
"/> allowance).