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