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