3 writes to _root
ReachFramework (3)
AlphaFlattener\MetroDevice.cs (3)
115
_root
= _page;
373
_root
= c;
388
_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);
241
_root
.Children.Add(primitive);
262
_root
.Children.Add(g);
292
_root
.Children.Add(primitive);
309
_stack.Push(
_root
);
371
_root
.Children.Add(c);