8 references to cbElements
System.Private.Windows.Core (5)
Windows\Win32\System\Com\SAFEARRAY.cs (4)
44if (hardwiredType == FADF_BSTR && cbElements == sizeof(char*)) 48else if (hardwiredType == FADF_UNKNOWN && cbElements == sizeof(IntPtr)) 52else if (hardwiredType == FADF_DISPATCH && cbElements == sizeof(IntPtr)) 56else if (hardwiredType == FADF_VARIANT && cbElements == sizeof(VARIANT))
Windows\Win32\System\Variant\VARIANT.cs (1)
632if (psa->cbElements != GetElementSizeForVarType(vt))
System.Windows.Forms.Primitives.Tests (3)
Interop\Oleaut32\SAFEARRAYTests.cs (3)
67Assert.Equal(expectedCbElements, psa->cbElements); 103Assert.Equal((uint)sizeof(int), psa->cbElements); 192Assert.Equal(expectedCbElements, psa->cbElements);