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