4 references to BoundingRectangleAsArray
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Automation\UiaTextProvider.cs (2)
117
/// <inheritdoc cref="
BoundingRectangleAsArray
(Rectangle)"/>
119
=> (VARIANT)
BoundingRectangleAsArray
(bounds);
System\Windows\Forms\Automation\UiaTextRange.cs (1)
365
*pRetVal = UiaTextProvider.
BoundingRectangleAsArray
(endlineRectangle);
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
566
using SafeArrayScope<double> expectedRectArray = UiaTextProvider.
BoundingRectangleAsArray
(expected);