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