2 instantiations of DelegateClass
System.Xaml.Tests (2)
System\Xaml\Replacements\EventConverterTests.cs (2)
39RootObjectResult = new DelegateClass() 113RootObjectResult = new DelegateClass()
1 reference to DelegateClass
System.Xaml.Tests (1)
System\Xaml\Replacements\EventConverterTests.cs (1)
54Assert.Equal(typeof(DelegateClass).GetMethod("Method"), actual.Method);