1 write to _useCache
UIAutomationClient (1)
System\Windows\Automation\WindowPattern.cs (1)
250_useCache = useCache;
6 references to _useCache
UIAutomationClient (6)
System\Windows\Automation\WindowPattern.cs (6)
269return (bool)_el.GetPatternPropertyValue(CanMaximizeProperty, _useCache); 278return (bool)_el.GetPatternPropertyValue(CanMinimizeProperty, _useCache); 287return (bool)_el.GetPatternPropertyValue(IsModalProperty, _useCache); 296return (WindowVisualState)_el.GetPatternPropertyValue(WindowVisualStateProperty, _useCache); 305return (WindowInteractionState)_el.GetPatternPropertyValue(WindowInteractionStateProperty, _useCache); 314return (bool)_el.GetPatternPropertyValue(IsTopmostProperty, _useCache);