8 references to WindowVisualStateProperty
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (3)
122
if (_winEventTrackers[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.
WindowVisualStateProperty
, l.Properties))
212
if (HasProperty(WindowPattern.
WindowVisualStateProperty
, l.Properties))
240
RemovePropertyTracker(WindowPattern.
WindowVisualStateProperty
, Tracker.WindowVisualState);
MS\Internal\Automation\Schema.cs (2)
368
new AutomationPropertyInfo( convertToWindowVisualState, WindowPattern.
WindowVisualStateProperty
, typeof(WindowVisualState), WindowVisualState.Normal ),
457
WindowPattern.
WindowVisualStateProperty
,
MS\Internal\Automation\WindowVisualStateTracker.cs (2)
89
Object windowVisualState = rawEl.GetPatternPropertyValue(WindowPattern.
WindowVisualStateProperty
, false);
106
WindowPattern.
WindowVisualStateProperty
,
System\Windows\Automation\WindowPattern.cs (1)
300
return (WindowVisualState)_el.GetPatternPropertyValue(
WindowVisualStateProperty
, _useCache);