예제 #1
0
 protected override void OnPropertyChanged(PropertyChangedEventArgs e)
 {
     UIDispatcher.BeginInvoke(BaseOnPropertyChanged, e);
 }
예제 #2
0
 protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
 {
     UIDispatcher.BeginInvoke(BaseOnCollectionChanged, e);
 }