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