2 instantiations of tagTYPEDESC
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
359refTypeDesc = new NativeMethods.tagTYPEDESC();
winforms\Managed\System\WinForms\NativeMethods.cs (1)
6304tagTYPEDESC td = new tagTYPEDESC();
10 references to tagTYPEDESC
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (6)
324private static Type GetValueTypeFromTypeDesc(NativeMethods.tagTYPEDESC typeDesc, UnsafeNativeMethods.ITypeInfo typeInfo, Object[] typeData, StructCache structCache) { 349NativeMethods.tagTYPEDESC refTypeDesc = (NativeMethods.tagTYPEDESC)structCache.GetStruct(typeof(NativeMethods.tagTYPEDESC)); 525private static PropInfo ProcessDataCore(UnsafeNativeMethods.ITypeInfo typeInfo, IDictionary propInfoList, int dispid, int nameDispID, NativeMethods.tagTYPEDESC typeDesc, int flags, StructCache structCache) { 664NativeMethods.tagTYPEDESC typeDesc;
winforms\Managed\System\WinForms\NativeMethods.cs (4)
5002public NativeMethods.tagTYPEDESC tdesc; 6303public tagTYPEDESC Get_tdescAlias(){ 6304tagTYPEDESC td = new tagTYPEDESC(); 6335public NativeMethods.tagTYPEDESC tdesc = null;