4 references to _pushedStack
ReachFramework (4)
AlphaFlattener\DrawingContext.cs (4)
59
_pushedStack
.Push(_opacity);
60
_pushedStack
.Push(_opacityMask);
68
_opacityMask = (BrushProxy)
_pushedStack
.Pop();
69
_opacity = (double)
_pushedStack
.Pop();