3 references to Stack
PresentationFramework (2)
src\Framework\MS\Internal\Data\LiveShapingBlock.cs (2)
321Stack<LiveShapingBlock> stack = new Stack<LiveShapingBlock>(list); 402Stack<LiveShapingBlock> stack = new Stack<LiveShapingBlock>(list);
System.Web (1)
UI\WebControls\Wizard.cs (1)
1650_historyStack = new Stack<int>(collection.Cast<int>());