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)
171if (_threadStack == null) 176_threadStack.Push(this); 206if (_threadStack == null || _threadStack.Count == 0 || _threadStack.Peek() != this) 211_threadStack.Pop(); 394if ( _threadStack == null || _threadStack.Count == 0 ) 397return (CacheRequest)_threadStack.Peek();