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)
192
VisualCollection rootChildren =
_rootVisual
.Children;
213
internal Visual RootVisual { get { return
_rootVisual
; } }