Exemplo n.º 1
0
 static GenericViewModelEvents()
 {
     EventsUtil.initFields(typeof(GenericViewModelEvents), delegate(FieldInfo field, Object eventDelegate)
     {
         field.SetValue(null, eventDelegate);
     });
 }
Exemplo n.º 2
0
 static ChildWindowEvents()
 {
     EventsUtil.initFields(typeof(ChildWindowEvents), delegate(FieldInfo field, Object eventDelegate)
     {
         field.SetValue(null, eventDelegate);
     });
 }
Exemplo n.º 3
0
 static FrameworkElementEvents()
 {
     EventsUtil.initFields(typeof(FrameworkElementEvents), delegate(FieldInfo field, Object eventDelegate)
     {
         field.SetValue(null, eventDelegate);
     });
 }
Exemplo n.º 4
0
 static INotifyPropertyChangedEvents()
 {
     EventsUtil.initFields(typeof(INotifyPropertyChangedEvents), delegate(FieldInfo field, Object eventDelegate)
     {
         field.SetValue(null, eventDelegate);
     });
 }
Exemplo n.º 5
0
 static TextBoxEvents()
 {
     EventsUtil.initFields(typeof(TextBoxEvents), delegate(FieldInfo field, Object eventDelegate)
     {
         field.SetValue(null, eventDelegate);
     });
 }
Exemplo n.º 6
0
 static ContentControlEvents()
 {
     EventsUtil.initFields(typeof(ContentControlEvents), delegate(FieldInfo field, Object eventDelegate)
     {
         field.SetValue(null, eventDelegate);
     });
 }