1 implementation of GetMultiTypeInfoCount
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
247
HRESULT IProvideMultipleClassInfo.Interface.
GetMultiTypeInfoCount
(uint* pcti)
3 references to GetMultiTypeInfoCount
System.Windows.Forms.Primitives (3)
Windows.Win32.IProvideMultipleClassInfo.g.cs (1)
136
return __object.
GetMultiTypeInfoCount
(pcti);
Windows.Win32.System_Ole_IProvideMultipleClassInfo_Extensions.g.cs (2)
33
/// <inheritdoc cref="winmdroot.System.Ole.IProvideMultipleClassInfo.Interface.
GetMultiTypeInfoCount
(uint*)"/>
38
winmdroot.Foundation.HRESULT __result = @this.
GetMultiTypeInfoCount
(pctiLocal);