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