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