1 write to _threadStack
UIAutomationClient (1)
System\Windows\Automation\CacheRequest.cs (1)
164
_threadStack
= new Stack();
9 references to _threadStack
UIAutomationClient (9)
System\Windows\Automation\CacheRequest.cs (9)
162
if (
_threadStack
== null)
167
_threadStack
.Push(this);
197
if (
_threadStack
== null ||
_threadStack
.Count == 0 ||
_threadStack
.Peek() != this)
202
_threadStack
.Pop();
385
if (
_threadStack
== null ||
_threadStack
.Count == 0 )
388
return (CacheRequest)
_threadStack
.Peek();