7 references to EM_POSFROMCHAR
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
242
PInvokeCore.
EM_POSFROMCHAR
=> "EM_POSFROMCHAR",
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
367
int i = (int)PInvokeCore.SendMessage(_owningChildEdit, PInvokeCore.
EM_POSFROMCHAR
, (WPARAM)index);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
442
int i = (int)PInvokeCore.SendMessage(_owningChildEdit, PInvokeCore.
EM_POSFROMCHAR
, (WPARAM)index);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2265
PInvokeCore.SendMessage(this, PInvokeCore.
EM_POSFROMCHAR
, (WPARAM)(&position), index);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1609
int i = (int)PInvokeCore.SendMessage(this, PInvokeCore.
EM_POSFROMCHAR
, (WPARAM)index);
System.Windows.Forms.Tests (2)
System\Windows\Forms\MessageTests.cs (1)
418
yield return new object[] { PInvokeCore.
EM_POSFROMCHAR
, " (EM_POSFROMCHAR)" };
TextBoxBaseTests.cs (1)
4980
if (m.Msg == (int)PInvokeCore.
EM_POSFROMCHAR
)