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