9 writes to HandlerAction
WindowsBase.Tests (9)
System\ComponentModel\CurrentChangedEventManagerTests.cs (9)
28
listener1.
HandlerAction
+= (actualSender, actualE) =>
37
listener2.
HandlerAction
+= (actualSender, actualE) =>
104
target1.
HandlerAction
+= (sender, e) => callCount1++;
108
target2.
HandlerAction
+= (sender, e) => callCount2++;
112
target3.
HandlerAction
+= (sender, e) => callCount3++;
370
target.
HandlerAction
+= (sender, e) => callCount++;
414
target.
HandlerAction
+= (sender, e) => callCount++;
439
target1.
HandlerAction
+= (sender, e) => callCount1++;
443
target2.
HandlerAction
+= (sender, e) => callCount2++;
1 reference to HandlerAction
WindowsBase.Tests (1)
System\ComponentModel\CurrentChangedEventManagerTests.cs (1)
645
HandlerAction
?.Invoke(sender, e);