3 writes to lLbound
System.Private.Windows.Core (2)
Windows\Win32\System\Com\SAFEARRAY.cs (1)
31
lLbound
= 0
Windows\Win32\System\Com\SafeArrayScope.cs (1)
123
lLbound
= 0
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
38
lLbound
= 0
4 references to lLbound
System.Private.Windows.Core (4)
Windows\Win32\System\Com\SAFEARRAY.cs (2)
89
int diff = (indices[indicesIndex++] - bounds[boundIndex].
lLbound
);
93
cell += (uint)(c1 - bounds[cDims - 1].
lLbound
);
Windows\Win32\System\Variant\VARIANT.cs (2)
679
if (psa->cDims == 1 && psa->GetBounds().
lLbound
== 0)
693
bounds[counter] = psa->GetBounds(i).
lLbound
;