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