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)
162if (_threadStack == null) 167_threadStack.Push(this); 197if (_threadStack == null || _threadStack.Count == 0 || _threadStack.Peek() != this) 202_threadStack.Pop(); 385if ( _threadStack == null || _threadStack.Count == 0 ) 388return (CacheRequest)_threadStack.Peek();