void TryKeepSelection() { if (!KeepSelectionOnClick && Model.SelectedVertices.Count > 0) { Model.DeselectAll(); Model.UpdateAll(); } }