2 instantiations of StrokeVisual
PresentationCore (2)
MS\Internal\Ink\Renderer.cs (2)
250StrokeVisual visual = new StrokeVisual(stroke, this); 440StrokeVisual visual = new StrokeVisual(stroke, this);
11 references to StrokeVisual
PresentationCore (11)
MS\Internal\Ink\Renderer.cs (11)
186_visuals = new Dictionary<Stroke, StrokeVisual>(); 234foreach (StrokeVisual visual in _visuals.Values) 250StrokeVisual visual = new StrokeVisual(stroke, this); 440StrokeVisual visual = new StrokeVisual(stroke, this); 454StrokeVisual visual = null; 477StrokeVisual visual; 513foreach ( StrokeVisual strokeVisual in _visuals.Values ) 523private void AttachVisual(StrokeVisual visual, bool buildingStrokeCollection) 537if (parent.Children[j] is StrokeVisual) 553StrokeVisual precedingVisual = null; 691private Dictionary<Stroke, StrokeVisual> _visuals;