8 references to WindowVisualStateProperty
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (3)
116if (_winEventTrackers[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 203if (HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 231RemovePropertyTracker(WindowPattern.WindowVisualStateProperty, Tracker.WindowVisualState);
MS\Internal\Automation\Schema.cs (2)
357new AutomationPropertyInfo( convertToWindowVisualState, WindowPattern.WindowVisualStateProperty, typeof(WindowVisualState), WindowVisualState.Normal ), 446WindowPattern.WindowVisualStateProperty,
MS\Internal\Automation\WindowVisualStateTracker.cs (2)
88Object windowVisualState = rawEl.GetPatternPropertyValue(WindowPattern.WindowVisualStateProperty, false); 105WindowPattern.WindowVisualStateProperty,
System\Windows\Automation\WindowPattern.cs (1)
296return (WindowVisualState)_el.GetPatternPropertyValue(WindowVisualStateProperty, _useCache);