7 references to HasProperty
UIAutomationClient (7)
MS\Internal\Automation\ClientEventManager.cs (7)
92
if (_winEventTrackers[(int)Tracker.BoundingRect] == null &&
HasProperty
(AutomationElement.BoundingRectangleProperty, l.Properties))
123
if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null &&
HasProperty
(WindowPattern.WindowInteractionStateProperty, l.Properties))
130
if (_winEventTrackers[(int)Tracker.WindowVisualState] == null &&
HasProperty
(WindowPattern.WindowVisualStateProperty, l.Properties))
205
if (
HasProperty
(AutomationElement.BoundingRectangleProperty, l.Properties))
215
if (
HasProperty
(WindowPattern.WindowInteractionStateProperty, l.Properties))
220
if (
HasProperty
(WindowPattern.WindowVisualStateProperty, l.Properties))
270
if (
HasProperty
(property, l.EventListener.Properties))