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)
199
HRESULT hr = pTypeInfos[i]->
GetTypeAttr
(&pTypeAttr);
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (5)
286
HRESULT hr = typeInfo->
GetTypeAttr
(&pTypeAttr);
365
hr = refTypeInfo.Value->
GetTypeAttr
(&pTypeAttr);
599
HRESULT hr = typeInfo->
GetTypeAttr
(&typeAttributes);
696
HRESULT hr = enumTypeInfo->
GetTypeAttr
(&pTypeAttr);
825
HRESULT hr = typeInfo->
GetTypeAttr
(&pTypeAttr);
System.Windows.Forms.Interop.Tests (1)
AccessibleObjectTests.cs (1)
756
typeInfo.Value->
GetTypeAttr
(&typeattr).ThrowOnFailure();
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
250
typeInfo.Value->
GetTypeAttr
(&pTypeAttr);