1 write to _useCache
UIAutomationClient (1)
System\Windows\Automation\TransformPattern.cs (1)
226
_useCache
= useCache;
3 references to _useCache
UIAutomationClient (3)
System\Windows\Automation\TransformPattern.cs (3)
245
return (bool)_el.GetPatternPropertyValue(CanMoveProperty,
_useCache
);
254
return (bool)_el.GetPatternPropertyValue(CanResizeProperty,
_useCache
);
263
return (bool)_el.GetPatternPropertyValue(CanRotateProperty,
_useCache
);