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