4 implementations of GetBoundingRectangles
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
91public double [] GetBoundingRectangles()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1811double[] ITextRangeProvider.GetBoundingRectangles()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
222double[] ITextRangeProvider.GetBoundingRectangles()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
156double[] ITextRangeProvider.GetBoundingRectangles()
1 reference to GetBoundingRectangles
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
272return _iface.GetBoundingRectangles();