2 instantiations of CHARFORMAT2A
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
1056
NativeMethods.CHARFORMAT2A cf2 = new NativeMethods.
CHARFORMAT2A
();
2252
NativeMethods.CHARFORMAT2A cf2 = new NativeMethods.
CHARFORMAT2A
();
6 references to CHARFORMAT2A
System.Windows.Forms (6)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5637
public int cbSize = Marshal.SizeOf(typeof(
CHARFORMAT2A
));
winforms\Managed\System\WinForms\RichTextBox.cs (4)
1035
NativeMethods.
CHARFORMAT2A
cf2 = GetCharFormat2(true);
1056
NativeMethods.
CHARFORMAT2A
cf2 = new NativeMethods.CHARFORMAT2A();
2251
private NativeMethods.
CHARFORMAT2A
GetCharFormat2(bool fSelection) {
2252
NativeMethods.
CHARFORMAT2A
cf2 = new NativeMethods.CHARFORMAT2A();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
954
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, [In, Out, MarshalAs(UnmanagedType.LPStruct)] NativeMethods.
CHARFORMAT2A
lParam);