5 implementations of BoundingRectangle
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
158public Rect BoundingRectangle
MS\Internal\Automation\InteropAutomationProvider.cs (1)
74Rect IRawElementProviderFragment.BoundingRectangle
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
222Rect IRawElementProviderFragment.BoundingRectangle
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
406Rect IRawElementProviderFragment.BoundingRectangle
MS\Internal\AutomationProxies\ProxySimple.cs (1)
426Rect IRawElementProviderFragment.BoundingRectangle
1 reference to BoundingRectangle
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
930return ((IRawElementProviderFragment)this).BoundingRectangle;