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