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