12 writes to GetServiceAction
System.Xaml.Tests (12)
System\Windows\Markup\NameReferenceConverterTests.cs (12)
32
GetServiceAction
= serviceType =>
53
GetServiceAction
= serviceType =>
79
GetServiceAction
= serviceType =>
94
GetServiceAction
= serviceType =>
112
GetServiceAction
= serviceType =>
124
yield return new object[] { new CustomTypeDescriptorContext {
GetServiceAction
= serviceType => null! }, typeof(string), false };
125
yield return new object[] { new CustomTypeDescriptorContext {
GetServiceAction
= serviceType => new object() }, typeof(string), false };
126
yield return new object[] { new CustomTypeDescriptorContext {
GetServiceAction
= serviceType => new CustomXamlNameProvider() }, typeof(int), false };
127
yield return new object[] { new CustomTypeDescriptorContext {
GetServiceAction
= serviceType => new CustomXamlNameProvider() }, typeof(string), true };
146
GetServiceAction
= serviceType =>
171
GetServiceAction
= serviceType =>
186
GetServiceAction
= serviceType =>
2 references to GetServiceAction
System.Xaml.Tests (2)
System\Windows\Markup\NameReferenceConverterTests.cs (2)
207
return
GetServiceAction
is null ? throw new NotImplementedException() :
GetServiceAction
(serviceType);