1 override of SetSelectedTextInternal
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1050
internal override void
SetSelectedTextInternal
(string? value, bool clearUndo)
5 references to SetSelectedTextInternal
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1054
base.
SetSelectedTextInternal
(value, true); // Operates as a regular text box base.
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
710
base.
SetSelectedTextInternal
(text, false);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
213
SetSelectedTextInternal
(string.Empty, clearUndo: false);
223
SetSelectedTextInternal
(string.Empty, clearUndo: false);
970
SetSelectedTextInternal
(value, true);