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