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