void OnClustered(object sender, ClusteredEventArgs e) { Dispatcher.CurrentDispatcher.BeginInvoke(new Action(() => { IsClustering = false; }), DispatcherPriority.Render, null); }
void OnClustered(object sender, ClusteredEventArgs e) { Dispatcher.CurrentDispatcher.BeginInvoke(new Action(() => { IsLoadingDecoratorVisible = false; }), DispatcherPriority.Render, null); }