1 write to _threadStack
UIAutomationClient (1)
System\Windows\Automation\CacheRequest.cs (1)
163
_threadStack
= new Stack();
9 references to _threadStack
UIAutomationClient (9)
System\Windows\Automation\CacheRequest.cs (9)
161
if (
_threadStack
== null)
166
_threadStack
.Push(this);
196
if (
_threadStack
== null ||
_threadStack
.Count == 0 ||
_threadStack
.Peek() != this)
201
_threadStack
.Pop();
384
if (
_threadStack
== null ||
_threadStack
.Count == 0 )
387
return (CacheRequest)
_threadStack
.Peek();