6 references to EM_SETSEL
System.Windows.Forms (6)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
326
PInvokeCore.SendMessage(_owningChildEdit, PInvokeCore.
EM_SETSEL
, (WPARAM)start, (LPARAM)end);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
399
PInvokeCore.SendMessage(_owningChildEdit, PInvokeCore.
EM_SETSEL
, (WPARAM)start, (LPARAM)end);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3392
PInvokeCore.PostMessage(this, PInvokeCore.
EM_SETSEL
, (WPARAM)(selEnd - 1), (LPARAM)selEnd);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
1749
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETSEL
, (WPARAM)start, (LPARAM)end);
1862
PInvokeCore.SendMessage(this, PInvokeCore.
EM_SETSEL
, (WPARAM)start, (LPARAM)end);
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
427
PInvokeCore.SendMessage(Owner, PInvokeCore.
EM_SETSEL
, (WPARAM)start, (LPARAM)end);