8 references to WindowVisualStateProperty
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (3)
117if (_winEventTrackers[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 204if (HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 232RemovePropertyTracker(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)
89Object windowVisualState = rawEl.GetPatternPropertyValue(WindowPattern.WindowVisualStateProperty, false); 106WindowPattern.WindowVisualStateProperty,
System\Windows\Automation\WindowPattern.cs (1)
297return (WindowVisualState)_el.GetPatternPropertyValue(WindowVisualStateProperty, _useCache);