3 writes to _root
ReachFramework (3)
AlphaFlattener\MetroDevice.cs (3)
114
_root
= _page;
372
_root
= c;
387
_root
= _stack.Pop() as CanvasPrimitive;
6 references to _root
ReachFramework (6)
AlphaFlattener\MetroDevice.cs (6)
138
Flattener.Convert(
_root
, sink, width, height, 96, 96, outputQuality);
240
_root
.Children.Add(primitive);
261
_root
.Children.Add(g);
291
_root
.Children.Add(primitive);
308
_stack.Push(
_root
);
370
_root
.Children.Add(c);