16 writes to HandlerAction
WindowsBase.Tests (16)
System\ComponentModel\PropertyChangedEventManagerTests.cs (16)
16
listener1.
HandlerAction
+= (actualSender, actualE) =>
24
listener2.
HandlerAction
+= (actualSender, actualE) =>
102
target1.
HandlerAction
+= (s, e) => callCount1++;
106
target2.
HandlerAction
+= (s, e) => callCount2++;
110
target3.
HandlerAction
+= (s, e) => callCount3++;
114
target4.
HandlerAction
+= (s, e) => callCount4++;
118
target5.
HandlerAction
+= (s, e) => callCount5++;
855
target.
HandlerAction
+= (s, e) => callCount++;
876
target1.
HandlerAction
+= (s, e) => callCount1++;
880
target2.
HandlerAction
+= (s, e) => callCount2++;
884
target3.
HandlerAction
+= (s, e) => callCount3++;
942
target.
HandlerAction
+= (s, e) => callCount++;
961
target1.
HandlerAction
+= (s, e) => callCount1++;
965
target2.
HandlerAction
+= (s, e) => callCount2++;
989
target.
HandlerAction
+= (s, e) => callCount++;
1010
target.
HandlerAction
+= (s, e) => callCount++;
1 reference to HandlerAction
WindowsBase.Tests (1)
System\ComponentModel\PropertyChangedEventManagerTests.cs (1)
1276
HandlerAction
?.Invoke(sender, e);