5 references to GetVarDesc
System.Private.Windows.Core (2)
Windows.Win32.ITypeInfo.g.cs (2)
171 /// <inheritdoc cref="GetVarDesc(uint, winmdroot.System.Com.VARDESC**)"/> 176 winmdroot.Foundation.HRESULT __result = this.GetVarDesc(index, ppVarDescLocal);
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (2)
720hr = enumTypeInfo->GetVarDesc(i, &pVarDesc); 836hr = typeInfo->GetVarDesc(i, &pVarDesc);
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
302typeInfo.Value->GetVarDesc(3, &pVarDesc);