6 references to GetBounds
System.Private.Windows.Core (5)
Windows\Win32\System\Com\SafeArrayScope.cs (1)
229
public int Length => (int)Value->
GetBounds
().cElements;
Windows\Win32\System\Variant\VARIANT.cs (4)
671
if (psa->cDims == 1 && psa->
GetBounds
().lLbound == 0)
674
return Array.CreateInstance(elementType, (int)psa->
GetBounds
().cElements);
684
lengths[counter] = (int)psa->
GetBounds
(i).cElements;
685
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)