6 references to IFontDisp
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (4)
131
private static Guid ifontDisp_Guid = typeof(SafeNativeMethods.
IFontDisp
).GUID;
4972
SafeNativeMethods.
IFontDisp
rval = SafeNativeMethods.OleCreateIFontDispIndirect(GetFONTDESCFromFont(font), ref ifontDisp_Guid);
4993
SafeNativeMethods.
IFontDisp
oleFont = (SafeNativeMethods.
IFontDisp
)font;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
158
oleConverters[typeof(SafeNativeMethods.
IFontDisp
).GUID] = typeof(Com2FontConverter);
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
171
public static extern SafeNativeMethods.
IFontDisp
OleCreateIFontDispIndirect(NativeMethods.FONTDESC fd, ref Guid iid);