5 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);