1 write to _useCache
UIAutomationClient (1)
System\Windows\Automation\WindowPattern.cs (1)
272
_useCache
= useCache;
6 references to _useCache
UIAutomationClient (6)
System\Windows\Automation\WindowPattern.cs (6)
296
return (bool)_el.GetPatternPropertyValue(CanMaximizeProperty,
_useCache
);
310
return (bool)_el.GetPatternPropertyValue(CanMinimizeProperty,
_useCache
);
324
return (bool)_el.GetPatternPropertyValue(IsModalProperty,
_useCache
);
338
return (WindowVisualState)_el.GetPatternPropertyValue(WindowVisualStateProperty,
_useCache
);
352
return (WindowInteractionState)_el.GetPatternPropertyValue(WindowInteractionStateProperty,
_useCache
);
366
return (bool)_el.GetPatternPropertyValue(IsTopmostProperty,
_useCache
);