4 references to _stack
PresentationFramework (4)
System\Windows\Markup\StyleModeStack.cs (4)
39get { return _stack.Count - 1; } 47return _stack.Peek(); 53_stack.Push(mode); 64return _stack.Pop();