7 references to HasProperty
UIAutomationClient (7)
MS\Internal\Automation\ClientEventManager.cs (7)
84if (_winEventTrackers[(int)Tracker.BoundingRect] == null && HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties)) 115if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 122if (_winEventTrackers[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 197if (HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties)) 207if (HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 212if (HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 262if (HasProperty(property, l.EventListener.Properties))