8 references to DynamicRenderer
PresentationFramework (8)
src\Framework\System\Windows\Controls\InkCanvas.cs (8)
2728
if (this.
DynamicRenderer
!= null)
2730
this.
DynamicRenderer
.DrawingAttributes = newDrawingAttributes;
2732
if (!this.InkPresenter.AttachedVisualIsPositionedCorrectly(this.
DynamicRenderer
.RootVisual, newDrawingAttributes))
2734
if (this.InkPresenter.ContainsAttachedVisual(this.
DynamicRenderer
.RootVisual))
2736
this.InkPresenter.DetachVisuals(this.
DynamicRenderer
.RootVisual);
2741
if (this.
DynamicRenderer
.Enabled && this.
DynamicRenderer
.RootVisual != null)
2743
this.InkPresenter.AttachVisuals(this.
DynamicRenderer
.RootVisual, newDrawingAttributes);