MS\Internal\Automation\ClientEventManager.cs (8)
82if (_winEventTrackers[(int)Tracker.BoundingRect] == null && HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties))
113if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties))
120if (_winEventTrackers[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties))
134ec.EventHandle = UiaCoreApi.UiaAddEvent(rawEl.RawNode, l.EventId.Id, ec.CallbackDelegate, l.TreeScope, PropertyArrayToIntArray(l.Properties), l.CacheRequest);
195if (HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties))
205if (HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties))
210if (HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties))
260if (HasProperty(property, l.EventListener.Properties))