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