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