8 references to DynamicRenderer
PresentationFramework (8)
System\Windows\Controls\InkCanvas.cs (8)
2592
if (this.
DynamicRenderer
!= null)
2594
this.
DynamicRenderer
.DrawingAttributes = newDrawingAttributes;
2596
if (!this.InkPresenter.AttachedVisualIsPositionedCorrectly(this.
DynamicRenderer
.RootVisual, newDrawingAttributes))
2598
if (this.InkPresenter.ContainsAttachedVisual(this.
DynamicRenderer
.RootVisual))
2600
this.InkPresenter.DetachVisuals(this.
DynamicRenderer
.RootVisual);
2605
if (this.
DynamicRenderer
.Enabled && this.
DynamicRenderer
.RootVisual != null)
2607
this.InkPresenter.AttachVisuals(this.
DynamicRenderer
.RootVisual, newDrawingAttributes);