1 write to _stack
ReachFramework (1)
AlphaFlattener\MetroDevice.cs (1)
116
_stack
= new Stack();
9 references to _stack
ReachFramework (9)
AlphaFlattener\MetroDevice.cs (9)
132
if (
_stack
.Count != 0)
309
_stack
.Push(_root);
310
_stack
.Push(_clip);
311
_stack
.Push(_opacity);
312
_stack
.Push(_opacityMask);
385
_opacityMask =
_stack
.Pop() as BrushProxy;
386
_opacity = (double)
_stack
.Pop();
387
_clip =
_stack
.Pop() as Geometry;
388
_root =
_stack
.Pop() as CanvasPrimitive;