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