Exemplo n.º 1
0
 protected void OnPropertyChanged(PropertyChangedEventArgs e)
 {
     if (_propertyChanged != null)
     {
         UIDispatcher.BeginInvoke(_propertyChanged, this, e);
     }
 }
Exemplo n.º 2
0
 protected override void OnPropertyChanged(PropertyChangedEventArgs e)
 {
     UIDispatcher.BeginInvoke(BaseOnPropertyChanged, e);
 }
Exemplo n.º 3
0
 protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
 {
     UIDispatcher.BeginInvoke(BaseOnCollectionChanged, e);
 }