10 references to GetTypeAttr
System.Private.Windows.Core (2)
Windows.Win32.ITypeInfo.g.cs (2)
54 /// <inheritdoc cref="GetTypeAttr(winmdroot.System.Com.TYPEATTR**)"/> 59 winmdroot.Foundation.HRESULT __result = this.GetTypeAttr(ppTypeAttrLocal);
System.Windows.Forms (6)
System\Windows\Forms\ComponentModel\COM2Interop\COM2Properties.cs (1)
199HRESULT hr = pTypeInfos[i]->GetTypeAttr(&pTypeAttr);
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (5)
286HRESULT hr = typeInfo->GetTypeAttr(&pTypeAttr); 365hr = refTypeInfo.Value->GetTypeAttr(&pTypeAttr); 599HRESULT hr = typeInfo->GetTypeAttr(&typeAttributes); 696HRESULT hr = enumTypeInfo->GetTypeAttr(&pTypeAttr); 825HRESULT hr = typeInfo->GetTypeAttr(&pTypeAttr);
System.Windows.Forms.Interop.Tests (1)
AccessibleObjectTests.cs (1)
756typeInfo.Value->GetTypeAttr(&typeattr).ThrowOnFailure();
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
250typeInfo.Value->GetTypeAttr(&pTypeAttr);