3 writes to cElements
System.Private.Windows.Core (2)
Windows\Win32\System\Com\SAFEARRAY.cs (1)
30cElements = 0,
Windows\Win32\System\Com\SafeArrayScope.cs (1)
122cElements = size,
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
37cElements = size,
5 references to cElements
System.Private.Windows.Core (4)
Windows\Win32\System\Com\SAFEARRAY.cs (1)
87dimensionSize *= bounds[boundIndex--].cElements;
Windows\Win32\System\Com\SafeArrayScope.cs (1)
228public int Length => (int)Value->GetBounds().cElements;
Windows\Win32\System\Variant\VARIANT.cs (2)
682return Array.CreateInstance(elementType, (int)psa->GetBounds().cElements); 692lengths[counter] = (int)psa->GetBounds(i).cElements;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
338|| result.data.parray->GetBounds().cElements != 4)