7 references to _fullTransform
ReachFramework (7)
Serialization\DrawingContextFlattener.cs (7)
106
_fullTransform
.Add(mat);
137
Debug.Assert(
_fullTransform
.Count == _fullClip.Count);
139
int lastIndex =
_fullTransform
.Count - 1;
141
_fullTransform
.RemoveAt(lastIndex);
152
if (
_fullTransform
.Count == 0)
158
return
_fullTransform
[
_fullTransform
.Count - 1];