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