4 implementations of GetBoundingRectangles
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
92public double [] GetBoundingRectangles()
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1812double[] ITextRangeProvider.GetBoundingRectangles()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
223double[] ITextRangeProvider.GetBoundingRectangles()
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
157double[] ITextRangeProvider.GetBoundingRectangles()
1 reference to GetBoundingRectangles
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
273return _iface.GetBoundingRectangles();