3 references to BoundingRect
UIAutomationClient (3)
MS\Internal\Automation\ClientEventManager.cs (3)
92
if (_winEventTrackers[(int)Tracker.
BoundingRect
] == null && HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties))
102
AddWinEventListener(Tracker.
BoundingRect
, new BoundingRectTracker());
233
RemovePropertyTracker(AutomationElement.BoundingRectangleProperty, Tracker.
BoundingRect
);