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