7 references to _fullTransform
ReachFramework (7)
Serialization\DrawingContextFlattener.cs (7)
107
_fullTransform
.Add(mat);
138
Debug.Assert(
_fullTransform
.Count == _fullClip.Count);
140
int lastIndex =
_fullTransform
.Count - 1;
142
_fullTransform
.RemoveAt(lastIndex);
153
if (
_fullTransform
.Count == 0)
159
return
_fullTransform
[
_fullTransform
.Count - 1];