16 writes to HandlerAction
WindowsBase.Tests (16)
System\ComponentModel\PropertyChangedEventManagerTests.cs (16)
16listener1.HandlerAction += (actualSender, actualE) => 24listener2.HandlerAction += (actualSender, actualE) => 102target1.HandlerAction += (s, e) => callCount1++; 106target2.HandlerAction += (s, e) => callCount2++; 110target3.HandlerAction += (s, e) => callCount3++; 114target4.HandlerAction += (s, e) => callCount4++; 118target5.HandlerAction += (s, e) => callCount5++; 855target.HandlerAction += (s, e) => callCount++; 876target1.HandlerAction += (s, e) => callCount1++; 880target2.HandlerAction += (s, e) => callCount2++; 884target3.HandlerAction += (s, e) => callCount3++; 942target.HandlerAction += (s, e) => callCount++; 961target1.HandlerAction += (s, e) => callCount1++; 965target2.HandlerAction += (s, e) => callCount2++; 989target.HandlerAction += (s, e) => callCount++; 1010target.HandlerAction += (s, e) => callCount++;
1 reference to HandlerAction
WindowsBase.Tests (1)
System\ComponentModel\PropertyChangedEventManagerTests.cs (1)
1276HandlerAction?.Invoke(sender, e);