7 references to HasProperty
UIAutomationClient (7)
MS\Internal\Automation\ClientEventManager.cs (7)
78if (_winEventTrackers[(int)Tracker.BoundingRect] == null && HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties)) 109if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 116if (_winEventTrackers[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 188if (HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties)) 198if (HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 203if (HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 253if (HasProperty(property, l.EventListener.Properties))