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