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