7 references to SCF_ALL
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2116
return SetCharFormat(PInvoke.
SCF_ALL
, cf);
2758
(WPARAM)(selectionOnly ? PInvoke.SCF_SELECTION : PInvoke.
SCF_ALL
),
System.Windows.Forms.Tests (5)
System\Windows\Forms\RichTextBoxTests.cs (5)
1609
result = PInvokeCore.SendMessage(control, PInvokeCore.EM_GETCHARFORMAT, (WPARAM)PInvoke.
SCF_ALL
, ref format);
1626
result = PInvokeCore.SendMessage(control, PInvokeCore.EM_GETCHARFORMAT, (WPARAM)PInvoke.
SCF_ALL
, ref format1);
1752
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.EM_GETCHARFORMAT, (WPARAM)PInvoke.
SCF_ALL
, ref format));
1767
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.EM_GETCHARFORMAT, (WPARAM)PInvoke.
SCF_ALL
, ref format));
1776
Assert.NotEqual(0, (int)PInvokeCore.SendMessage(control, PInvokeCore.EM_GETCHARFORMAT, (WPARAM)PInvoke.
SCF_ALL
, ref format));