1 instantiation of ActiveXFontMarshaler
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
18937
instance = new
ActiveXFontMarshaler
();
3 references to ActiveXFontMarshaler
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
2496
[return : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef=typeof(
ActiveXFontMarshaler
))]
2524
[param : MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef=typeof(
ActiveXFontMarshaler
))]
18926
private static
ActiveXFontMarshaler
instance;