4 references to EM_EXLINEFROMCHAR
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
249
PInvokeCore.
EM_EXLINEFROMCHAR
=> "EM_EXLINEFROMCHAR",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2247
=> (int)PInvokeCore.SendMessage(this, PInvokeCore.
EM_EXLINEFROMCHAR
, 0, index);
System.Windows.Forms.Tests (2)
System\Windows\Forms\MessageTests.cs (1)
425
yield return new object[] { PInvokeCore.
EM_EXLINEFROMCHAR
, " (EM_EXLINEFROMCHAR)" };
System\Windows\Forms\RichTextBoxTests.cs (1)
8959
if (m.Msg == (int)PInvokeCore.
EM_EXLINEFROMCHAR
)