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)
161if (_threadStack == null) 166_threadStack.Push(this); 196if (_threadStack == null || _threadStack.Count == 0 || _threadStack.Peek() != this) 201_threadStack.Pop(); 384if ( _threadStack == null || _threadStack.Count == 0 ) 387return (CacheRequest)_threadStack.Peek();