Example #1
0
 public void TestSettingWPFBothAttached()
 {
     var WPF = new PlainWPFWithAttachedPropertyChangeEvents();
     for (int i = 0; i < TestCount; i++)
         WPF.ChangingAndChangedSetter = i;
 }
Example #2
0
 public void TestSettingWPFAttachedChangedOnly()
 {
     var WPF = new PlainWPFWithAttachedPropertyChangeEvents();
     for (int i = 0; i < TestCount; i++)
         WPF.NotifySetter = i;
 }