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