5 references to cbElements
System.Private.Windows.Core (5)
Windows\Win32\System\Com\SAFEARRAY.cs (4)
43if (hardwiredType == FADF_BSTR && cbElements == sizeof(char*)) 47else if (hardwiredType == FADF_UNKNOWN && cbElements == sizeof(IntPtr)) 51else if (hardwiredType == FADF_DISPATCH && cbElements == sizeof(IntPtr)) 55else if (hardwiredType == FADF_VARIANT && cbElements == sizeof(VARIANT))
Windows\Win32\System\Variant\VARIANT.cs (1)
640if (psa->cbElements != GetElementSizeForVarType(vt))