3 writes to _root
ReachFramework (3)
AlphaFlattener\MetroDevice.cs (3)
115
_root
= _page;
371
_root
= c;
386
_root
= _stack.Pop() as CanvasPrimitive;
6 references to _root
ReachFramework (6)
AlphaFlattener\MetroDevice.cs (6)
139
Flattener.Convert(
_root
, sink, width, height, 96, 96, outputQuality);
240
_root
.Children.Add(primitive);
260
_root
.Children.Add(g);
290
_root
.Children.Add(primitive);
307
_stack.Push(
_root
);
369
_root
.Children.Add(c);