Esempio n. 1
0
 protected virtual void OnUnchecked()
 {
     Unchecked?.Invoke(this, RoutedEventArgsFactory.Create(this));
 }
Esempio n. 2
0
 protected virtual void OnIndeterminate()
 {
     Indeterminate?.Invoke(this, RoutedEventArgsFactory.Create(this));
 }