1 implementation of GetBoundingRectangles
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
327HRESULT 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)
565Assert.True(((ITextRangeProvider.Interface)textRange).GetBoundingRectangles(actual).Succeeded); 595Assert.True(((ITextRangeProvider.Interface)textRange).GetBoundingRectangles(actual).Succeeded); 624Assert.True(((ITextRangeProvider.Interface)textRange).GetBoundingRectangles(safeArrayScope).Succeeded); // {X,Y,Width,Height} 665Assert.True(((ITextRangeProvider.Interface)textRange).GetBoundingRectangles(actual).Succeeded); 748Assert.True(((ITextRangeProvider.Interface)textRange).GetBoundingRectangles(actual).Succeeded); 830Assert.True(((ITextRangeProvider.Interface)textRange).GetBoundingRectangles(actual).Succeeded);