8 references to Properties
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (8)
92if (_winEventTrackers[(int)Tracker.BoundingRect] == null && HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties)) 123if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 130if (_winEventTrackers[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 144ec.EventHandle = UiaCoreApi.UiaAddEvent(rawEl.RawNode, l.EventId.Id, ec.CallbackDelegate, l.TreeScope, PropertyArrayToIntArray(l.Properties), l.CacheRequest); 205if (HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties)) 215if (HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 220if (HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 270if (HasProperty(property, l.EventListener.Properties))