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