4 references to _stack
PresentationFramework (4)
src\Framework\System\Windows\Markup\StyleModeStack.cs (4)
40get { return _stack.Count - 1; } 48return _stack.Peek(); 54_stack.Push(mode); 65return _stack.Pop();