3 references to BoundingRectangleAsArray
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Automation\UiaTextProvider.cs (2)
115/// <inheritdoc cref="BoundingRectangleAsArray(Rectangle)"/> 117=> (VARIANT)BoundingRectangleAsArray(bounds);
System\Windows\Forms\Automation\UiaTextRange.cs (1)
363*pRetVal = UiaTextProvider.BoundingRectangleAsArray(endlineRectangle);