9 writes to HandlerAction
WindowsBase.Tests (9)
System\ComponentModel\CurrentChangingEventManagerTests.cs (9)
27
listener1.
HandlerAction
+= (actualSender, actualE) =>
36
listener2.
HandlerAction
+= (actualSender, actualE) =>
103
target1.
HandlerAction
+= (s, e) => callCount1++;
107
target2.
HandlerAction
+= (s, e) => callCount2++;
111
target3.
HandlerAction
+= (s, e) => callCount3++;
361
target.
HandlerAction
+= (s, e) => callCount++;
397
target.
HandlerAction
+= (s, e) => callCount++;
422
target1.
HandlerAction
+= (s, e) => callCount1++;
426
target2.
HandlerAction
+= (s, e) => callCount2++;
1 reference to HandlerAction
WindowsBase.Tests (1)
System\ComponentModel\CurrentChangingEventManagerTests.cs (1)
627
HandlerAction
?.Invoke(sender, e);