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