8 references to DynamicRenderer
PresentationFramework (8)
System\Windows\Controls\InkCanvas.cs (8)
2576
if (this.
DynamicRenderer
!= null)
2578
this.
DynamicRenderer
.DrawingAttributes = newDrawingAttributes;
2580
if (!this.InkPresenter.AttachedVisualIsPositionedCorrectly(this.
DynamicRenderer
.RootVisual, newDrawingAttributes))
2582
if (this.InkPresenter.ContainsAttachedVisual(this.
DynamicRenderer
.RootVisual))
2584
this.InkPresenter.DetachVisuals(this.
DynamicRenderer
.RootVisual);
2589
if (this.
DynamicRenderer
.Enabled && this.
DynamicRenderer
.RootVisual != null)
2591
this.InkPresenter.AttachVisuals(this.
DynamicRenderer
.RootVisual, newDrawingAttributes);