public static void SetNotificationContext( DependencyObject obj, INotifierContext value )
 {
     obj.SetValue( NotificationContextProperty, value );
 }
Пример #2
0
 public NotificationHandle( INotifierContext ctx )
 {
     _ctx = ctx;
 }