1 write to _el
UIAutomationClient (1)
System\Windows\Automation\WindowPattern.cs (1)
250_el = el;
6 references to _el
UIAutomationClient (6)
System\Windows\Automation\WindowPattern.cs (6)
270return (bool)_el.GetPatternPropertyValue(CanMaximizeProperty, _useCache); 279return (bool)_el.GetPatternPropertyValue(CanMinimizeProperty, _useCache); 288return (bool)_el.GetPatternPropertyValue(IsModalProperty, _useCache); 297return (WindowVisualState)_el.GetPatternPropertyValue(WindowVisualStateProperty, _useCache); 306return (WindowInteractionState)_el.GetPatternPropertyValue(WindowInteractionStateProperty, _useCache); 315return (bool)_el.GetPatternPropertyValue(IsTopmostProperty, _useCache);