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