1 write to _rootVisual
PresentationCore (1)
MS\Internal\Ink\Renderer.cs (1)
170_rootVisual = new ContainerVisual();
2 references to _rootVisual
PresentationCore (2)
MS\Internal\Ink\Renderer.cs (2)
177VisualCollection rootChildren = _rootVisual.Children; 198internal Visual RootVisual { get { return _rootVisual; } }