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