9 writes to HandlerAction
WindowsBase.Tests (9)
System\Collections\Specialized\CollectionChangedEventManagerTests.cs (9)
23
listener1.
HandlerAction
+= (actualSender, actualE) =>
32
listener2.
HandlerAction
+= (actualSender, actualE) =>
99
target1.
HandlerAction
+= (actualSender, actualE) => callCount1++;
103
target2.
HandlerAction
+= (actualSender, actualE) => callCount2++;
107
target3.
HandlerAction
+= (actualSender, actualE) => callCount3++;
357
target.
HandlerAction
+= (actualSender, actualE) => callCount++;
393
target.
HandlerAction
+= (actualSender, actualE) => callCount++;
418
target1.
HandlerAction
+= (actualSender, actualE) => callCount1++;
422
target2.
HandlerAction
+= (actualSender, actualE) => callCount2++;
1 reference to HandlerAction
WindowsBase.Tests (1)
System\Collections\Specialized\CollectionChangedEventManagerTests.cs (1)
570
HandlerAction
?.Invoke(sender, e);