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