8 references to WindowVisualStateProperty
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (3)
130
if (_winEventTrackers[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.
WindowVisualStateProperty
, l.Properties))
220
if (HasProperty(WindowPattern.
WindowVisualStateProperty
, l.Properties))
248
RemovePropertyTracker(WindowPattern.
WindowVisualStateProperty
, Tracker.WindowVisualState);
MS\Internal\Automation\Schema.cs (2)
342
new AutomationPropertyInfo( convertToWindowVisualState, WindowPattern.
WindowVisualStateProperty
, typeof(WindowVisualState), WindowVisualState.Normal ),
431
WindowPattern.
WindowVisualStateProperty
,
MS\Internal\Automation\WindowVisualStateTracker.cs (2)
97
Object windowVisualState = rawEl.GetPatternPropertyValue(WindowPattern.
WindowVisualStateProperty
, false);
114
WindowPattern.
WindowVisualStateProperty
,
System\Windows\Automation\WindowPattern.cs (1)
338
return (WindowVisualState)_el.GetPatternPropertyValue(
WindowVisualStateProperty
, _useCache);