8 references to DynamicRenderer
PresentationFramework (8)
System\Windows\Controls\InkCanvas.cs (8)
2591
if (this.
DynamicRenderer
!= null)
2593
this.
DynamicRenderer
.DrawingAttributes = newDrawingAttributes;
2595
if (!this.InkPresenter.AttachedVisualIsPositionedCorrectly(this.
DynamicRenderer
.RootVisual, newDrawingAttributes))
2597
if (this.InkPresenter.ContainsAttachedVisual(this.
DynamicRenderer
.RootVisual))
2599
this.InkPresenter.DetachVisuals(this.
DynamicRenderer
.RootVisual);
2604
if (this.
DynamicRenderer
.Enabled && this.
DynamicRenderer
.RootVisual != null)
2606
this.InkPresenter.AttachVisuals(this.
DynamicRenderer
.RootVisual, newDrawingAttributes);