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