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)
307
_stack
.Push(_root);
308
_stack
.Push(_clip);
309
_stack
.Push(_opacity);
310
_stack
.Push(_opacityMask);
383
_opacityMask =
_stack
.Pop() as BrushProxy;
384
_opacity = (double)
_stack
.Pop();
385
_clip =
_stack
.Pop() as Geometry;
386
_root =
_stack
.Pop() as CanvasPrimitive;