12 references to EM_GETSEL
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (2)
89
PInvokeCore.SendMessage(_owningChildEdit, PInvokeCore.
EM_GETSEL
, ref start, ref end);
163
PInvokeCore.SendMessage(_owningChildEdit, PInvokeCore.
EM_GETSEL
, ref start, ref end);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
224
PInvokeCore.SendMessage(_owningChildEdit, PInvokeCore.
EM_GETSEL
, ref start, ref end);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
881
PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETSEL
, (WPARAM)(&startResult), ref end);
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
45
PInvokeCore.SendMessage(Owner, PInvokeCore.
EM_GETSEL
, ref start, ref end);
System.Windows.Forms.Tests (7)
System\Windows\Forms\RichTextBoxTests.cs (2)
5551
IntPtr result = PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETSEL
, (WPARAM)(&selectionStart), (LPARAM)(&selectionEnd));
6141
IntPtr result = PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETSEL
, (WPARAM)(&selectionStart), (LPARAM)(&selectionEnd));
TextBoxBaseTests.cs (5)
2918
PInvokeCore.
EM_GETSEL
,
3095
PInvokeCore.
EM_GETSEL
,
4161
PInvokeCore.
EM_GETSEL
,
6303
PInvokeCore.
EM_GETSEL
,
6439
PInvokeCore.
EM_GETSEL
,