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