12 writes to GetServiceAction
System.Xaml.Tests (12)
System\Windows\Markup\NameReferenceConverterTests.cs (12)
34
GetServiceAction
= serviceType =>
55
GetServiceAction
= serviceType =>
81
GetServiceAction
= serviceType =>
96
GetServiceAction
= serviceType =>
114
GetServiceAction
= serviceType =>
126
yield return new object[] { new CustomTypeDescriptorContext {
GetServiceAction
= serviceType => null! }, typeof(string), false };
127
yield return new object[] { new CustomTypeDescriptorContext {
GetServiceAction
= serviceType => new object() }, typeof(string), false };
128
yield return new object[] { new CustomTypeDescriptorContext {
GetServiceAction
= serviceType => new CustomXamlNameProvider() }, typeof(int), false };
129
yield return new object[] { new CustomTypeDescriptorContext {
GetServiceAction
= serviceType => new CustomXamlNameProvider() }, typeof(string), true };
148
GetServiceAction
= serviceType =>
173
GetServiceAction
= serviceType =>
188
GetServiceAction
= serviceType =>
2 references to GetServiceAction
System.Xaml.Tests (2)
System\Windows\Markup\NameReferenceConverterTests.cs (2)
209
if (
GetServiceAction
is null)
214
return
GetServiceAction
(serviceType);