public void PreviewStep() { if (CurrentTool is null) { return; } CurrentTool.PreviewStep(); Host.InvalidateVisual(); }