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