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