3 references to GetMultiTypeInfoCount
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
102
if (classInfo.Value->
GetMultiTypeInfoCount
(&count).Succeeded && count > 0)
System.Windows.Forms.Primitives (2)
Windows.Win32.IProvideMultipleClassInfo.g.cs (2)
114
/// <inheritdoc cref="
GetMultiTypeInfoCount
(uint*)"/>
119
winmdroot.Foundation.HRESULT __result = this.
GetMultiTypeInfoCount
(pctiLocal);