1 implementation of GetBoundingRectangles
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
327
HRESULT ITextRangeProvider.Interface.
GetBoundingRectangles
(SAFEARRAY** pRetVal)
9 references to GetBoundingRectangles
System.Windows.Forms.Primitives (3)
Windows.Win32.ITextRangeProvider.g.cs (1)
339
return __object.
GetBoundingRectangles
(pRetVal);
Windows.Win32.UI_Accessibility_ITextRangeProvider_Extensions.g.cs (2)
53
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextRangeProvider.Interface.
GetBoundingRectangles
(winmdroot.System.Com.SAFEARRAY**)"/>
58
winmdroot.Foundation.HRESULT __result = @this.
GetBoundingRectangles
(pRetValLocal);
System.Windows.Forms.Primitives.Tests (6)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (6)
565
Assert.True(((ITextRangeProvider.Interface)textRange).
GetBoundingRectangles
(actual).Succeeded);
595
Assert.True(((ITextRangeProvider.Interface)textRange).
GetBoundingRectangles
(actual).Succeeded);
624
Assert.True(((ITextRangeProvider.Interface)textRange).
GetBoundingRectangles
(safeArrayScope).Succeeded); // {X,Y,Width,Height}
665
Assert.True(((ITextRangeProvider.Interface)textRange).
GetBoundingRectangles
(actual).Succeeded);
748
Assert.True(((ITextRangeProvider.Interface)textRange).
GetBoundingRectangles
(actual).Succeeded);
830
Assert.True(((ITextRangeProvider.Interface)textRange).
GetBoundingRectangles
(actual).Succeeded);