public void ManipulationDelta(ManipulationDeltaEventArgs e) { if (SelectedTool != null && !IsWorking) { SelectedTool.Delta(e); } }