1 write to _el
UIAutomationClient (1)
System\Windows\Automation\WindowPattern.cs (1)
253
_el
= el;
6 references to _el
UIAutomationClient (6)
System\Windows\Automation\WindowPattern.cs (6)
273
return (bool)
_el
.GetPatternPropertyValue(CanMaximizeProperty, _useCache);
282
return (bool)
_el
.GetPatternPropertyValue(CanMinimizeProperty, _useCache);
291
return (bool)
_el
.GetPatternPropertyValue(IsModalProperty, _useCache);
300
return (WindowVisualState)
_el
.GetPatternPropertyValue(WindowVisualStateProperty, _useCache);
309
return (WindowInteractionState)
_el
.GetPatternPropertyValue(WindowInteractionStateProperty, _useCache);
318
return (bool)
_el
.GetPatternPropertyValue(IsTopmostProperty, _useCache);