2 instantiations of StrokeVisual
PresentationCore (2)
MS\Internal\Ink\Renderer.cs (2)
251
StrokeVisual visual = new
StrokeVisual
(stroke, this);
441
StrokeVisual visual = new
StrokeVisual
(stroke, this);
11 references to StrokeVisual
PresentationCore (11)
MS\Internal\Ink\Renderer.cs (11)
187
_visuals = new Dictionary<Stroke,
StrokeVisual
>();
235
foreach (
StrokeVisual
visual in _visuals.Values)
251
StrokeVisual
visual = new StrokeVisual(stroke, this);
441
StrokeVisual
visual = new StrokeVisual(stroke, this);
455
StrokeVisual
visual = null;
478
StrokeVisual
visual;
514
foreach (
StrokeVisual
strokeVisual in _visuals.Values )
524
private void AttachVisual(
StrokeVisual
visual, bool buildingStrokeCollection)
538
if (parent.Children[j] is
StrokeVisual
)
554
StrokeVisual
precedingVisual = null;
692
private Dictionary<Stroke,
StrokeVisual
> _visuals;