7 references to HasProperty
UIAutomationClient (7)
MS\Internal\Automation\ClientEventManager.cs (7)
79
if (_winEventTrackers[(int)Tracker.BoundingRect] == null &&
HasProperty
(AutomationElement.BoundingRectangleProperty, l.Properties))
110
if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null &&
HasProperty
(WindowPattern.WindowInteractionStateProperty, l.Properties))
117
if (_winEventTrackers[(int)Tracker.WindowVisualState] == null &&
HasProperty
(WindowPattern.WindowVisualStateProperty, l.Properties))
189
if (
HasProperty
(AutomationElement.BoundingRectangleProperty, l.Properties))
199
if (
HasProperty
(WindowPattern.WindowInteractionStateProperty, l.Properties))
204
if (
HasProperty
(WindowPattern.WindowVisualStateProperty, l.Properties))
254
if (
HasProperty
(property, l.EventListener.Properties))