1 instantiation of CHARFORMATW
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2918
NativeMethods.CHARFORMATW cfW = new NativeMethods.
CHARFORMATW
();
3 references to CHARFORMATW
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5607
public int cbSize = Marshal.SizeOf(typeof(
CHARFORMATW
));
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2918
NativeMethods.
CHARFORMATW
cfW = new NativeMethods.CHARFORMATW();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
957
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, [In, Out, MarshalAs(UnmanagedType.LPStruct)] NativeMethods.
CHARFORMATW
lParam);