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)
720
hr = enumTypeInfo->
GetVarDesc
(i, &pVarDesc);
836
hr = typeInfo->
GetVarDesc
(i, &pVarDesc);
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
302
typeInfo.Value->
GetVarDesc
(3, &pVarDesc);