4 instantiations of CHARFORMATA
System.Windows.Forms (4)
winforms\Managed\System\WinForms\RichTextBox.cs (4)
972NativeMethods.CHARFORMATA cf = new NativeMethods.CHARFORMATA(); 2246NativeMethods.CHARFORMATA cf = new NativeMethods.CHARFORMATA(); 2857NativeMethods.CHARFORMATA cf = new NativeMethods.CHARFORMATA(); 2904NativeMethods.CHARFORMATA cfA = new NativeMethods.CHARFORMATA();
17 references to CHARFORMATA
System.Windows.Forms (17)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5622public int cbSize = Marshal.SizeOf(typeof(CHARFORMATA));
winforms\Managed\System\WinForms\RichTextBox.cs (15)
954NativeMethods.CHARFORMATA cf = GetCharFormat(true); 972NativeMethods.CHARFORMATA cf = new NativeMethods.CHARFORMATA(); 1001NativeMethods.CHARFORMATA cf = GetCharFormat(true); 1010NativeMethods.CHARFORMATA cf = GetCharFormat(true); 2231NativeMethods.CHARFORMATA cf = GetCharFormat(false); 2245private NativeMethods.CHARFORMATA GetCharFormat(bool fSelection) { 2246NativeMethods.CHARFORMATA cf = new NativeMethods.CHARFORMATA(); 2266NativeMethods.CHARFORMATA cf = GetCharFormat(true); 2280NativeMethods.CHARFORMATA cf = GetCharFormat(selectionOnly); 2857NativeMethods.CHARFORMATA cf = new NativeMethods.CHARFORMATA(); 2878private bool SetCharFormat(int charRange, NativeMethods.CHARFORMATA cf) { 2904NativeMethods.CHARFORMATA cfA = new NativeMethods.CHARFORMATA(); 3501NativeMethods.CHARFORMATA charFormat = (NativeMethods.CHARFORMATA)UnsafeNativeMethods.PtrToStructure(enprotected.lParam, typeof(NativeMethods.CHARFORMATA));
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
951public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, [In, Out, MarshalAs(UnmanagedType.LPStruct)] NativeMethods.CHARFORMATA lParam);