1 write to _threadStack
UIAutomationClient (1)
System\Windows\Automation\CacheRequest.cs (1)
166_threadStack = new Stack();
9 references to _threadStack
UIAutomationClient (9)
System\Windows\Automation\CacheRequest.cs (9)
164if (_threadStack == null) 169_threadStack.Push(this); 199if (_threadStack == null || _threadStack.Count == 0 || _threadStack.Peek() != this) 204_threadStack.Pop(); 387if ( _threadStack == null || _threadStack.Count == 0 ) 390return (CacheRequest)_threadStack.Peek();