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