13 references to EM_SETCHARFORMAT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
263PInvokeCore.EM_SETCHARFORMAT => "EM_SETCHARFORMAT",
System.Windows.Forms (7)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (7)
829PInvokeCore.SendMessage(this, PInvokeCore.EM_SETCHARFORMAT, PInvoke.SCF_SELECTION, ref cf); 865PInvokeCore.SendMessage(this, PInvokeCore.EM_SETCHARFORMAT, (WPARAM)PInvoke.SCF_SELECTION, ref cf); 924PInvokeCore.SendMessage(this, PInvokeCore.EM_SETCHARFORMAT, (WPARAM)PInvoke.SCF_SELECTION, ref cf2); 2703return PInvokeCore.SendMessage(this, PInvokeCore.EM_SETCHARFORMAT, (WPARAM)PInvoke.SCF_SELECTION, ref cf) != 0; 2711return PInvokeCore.SendMessage(this, PInvokeCore.EM_SETCHARFORMAT, (WPARAM)charRange, ref cf) != 0; 2757PInvokeCore.EM_SETCHARFORMAT, 3310case PInvokeCore.EM_SETCHARFORMAT:
System.Windows.Forms.Tests (3)
System\Windows\Forms\MessageTests.cs (1)
439yield return new object[] { PInvokeCore.EM_SETCHARFORMAT, " (EM_SETCHARFORMAT)" };
System\Windows\Forms\RichTextBoxTests.cs (2)
10229Marshal.WriteInt32(ptr, IntPtr.Size * 2 + IntPtr.Size, (int)PInvokeCore.EM_SETCHARFORMAT); 10465Marshal.WriteInt32(ptr, IntPtr.Size * 2 + IntPtr.Size, (int)PInvokeCore.EM_SETCHARFORMAT);
System.Windows.Forms.UI.IntegrationTests (1)
RichTextBoxTests.cs (1)
206PInvokeCore.SendMessage(control, PInvokeCore.EM_SETCHARFORMAT, (WPARAM)PInvoke.SCF_SELECTION, ref format);
WinFormsControlsTest (1)
RichTextBoxes.cs (1)
52PInvokeCore.EM_SETCHARFORMAT,