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