2 implementations of GetSize
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
142public HRESULT GetSize(uint* pcbSize)
Interop\Oleaut32\VARIANTTests.cs (1)
5709public HRESULT GetSize(uint* pcbSize)
3 references to GetSize
System.Private.Windows.Core (3)
Windows.Win32.IRecordInfo.g.cs (1)
252 return __object.GetSize(pcbSize);
Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs (2)
33 /// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.GetSize(uint*)"/> 38 winmdroot.Foundation.HRESULT __result = @this.GetSize(pcbSizeLocal);