8 references to DynamicRenderer
PresentationFramework (8)
System\Windows\Controls\InkCanvas.cs (8)
2576if (this.DynamicRenderer != null) 2578this.DynamicRenderer.DrawingAttributes = newDrawingAttributes; 2580if (!this.InkPresenter.AttachedVisualIsPositionedCorrectly(this.DynamicRenderer.RootVisual, newDrawingAttributes)) 2582if (this.InkPresenter.ContainsAttachedVisual(this.DynamicRenderer.RootVisual)) 2584this.InkPresenter.DetachVisuals(this.DynamicRenderer.RootVisual); 2589if (this.DynamicRenderer.Enabled && this.DynamicRenderer.RootVisual != null) 2591this.InkPresenter.AttachVisuals(this.DynamicRenderer.RootVisual, newDrawingAttributes);