5 implementations of BoundingRectangle
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
159public Rect BoundingRectangle
MS\Internal\Automation\InteropAutomationProvider.cs (1)
75Rect IRawElementProviderFragment.BoundingRectangle
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
223Rect IRawElementProviderFragment.BoundingRectangle
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
407Rect IRawElementProviderFragment.BoundingRectangle
MS\Internal\AutomationProxies\ProxySimple.cs (1)
427Rect IRawElementProviderFragment.BoundingRectangle
1 reference to BoundingRectangle
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
931return ((IRawElementProviderFragment)this).BoundingRectangle;