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