5 references to GetSerializerFor
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1471
return ValueSerializer.
GetSerializerFor
(type);
System.Xaml (4)
System\Windows\Markup\ValueSerializer.cs (2)
172
ValueSerializer? result =
GetSerializerFor
(descriptor.PropertyType);
205
return
GetSerializerFor
(type);
System\Xaml\Schema\BuiltInValueConverter.cs (1)
235
ValueSerializer stringSerializer = ValueSerializer.
GetSerializerFor
(typeof(string));
System\Xaml\XamlObjectReader.cs (1)
2864
return ValueSerializer.
GetSerializerFor
(type);