2 references to EM_GETCHARFORMAT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
253PInvokeCore.EM_GETCHARFORMAT => "EM_GETCHARFORMAT",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2126PInvokeCore.SendMessage(this, PInvokeCore.EM_GETCHARFORMAT, (WPARAM)(fSelection ? PInvoke.SCF_SELECTION : PInvoke.SCF_DEFAULT), ref cf);