1 write to _threadStack
UIAutomationClient (1)
System\Windows\Automation\CacheRequest.cs (1)
173
_threadStack
= new Stack();
9 references to _threadStack
UIAutomationClient (9)
System\Windows\Automation\CacheRequest.cs (9)
171
if (
_threadStack
== null)
176
_threadStack
.Push(this);
206
if (
_threadStack
== null ||
_threadStack
.Count == 0 ||
_threadStack
.Peek() != this)
211
_threadStack
.Pop();
394
if (
_threadStack
== null ||
_threadStack
.Count == 0 )
397
return (CacheRequest)
_threadStack
.Peek();