6 references to GetBounds
System.Private.Windows.Core (5)
Windows\Win32\System\Com\SafeArrayScope.cs (1)
228public int Length => (int)Value->GetBounds().cElements;
Windows\Win32\System\Variant\VARIANT.cs (4)
669if (psa->cDims == 1 && psa->GetBounds().lLbound == 0) 672return Array.CreateInstance(elementType, (int)psa->GetBounds().cElements); 682lengths[counter] = (int)psa->GetBounds(i).cElements; 683bounds[counter] = psa->GetBounds(i).lLbound;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
338|| result.data.parray->GetBounds().cElements != 4)