1 write to _rootVisual
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
185_rootVisual = new ContainerVisual();
2 references to _rootVisual
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\Renderer.cs (2)
192VisualCollection rootChildren = _rootVisual.Children; 213internal Visual RootVisual { get { return _rootVisual; } }