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