9 references to String
System.Xaml (9)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1340if (converter is not null && converter.ConverterType is not null && converter != BuiltInValueConverter.String)
System\Xaml\Parser\XamlPullParser.cs (1)
1161if (property.TypeConverter == BuiltInValueConverter.String)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
145if (ts == BuiltInValueConverter.String || ts == BuiltInValueConverter.Object)
System\Xaml\Schema\BuiltInValueConverter.cs (1)
75return String;
System\Xaml\XamlLanguage.cs (4)
140s_string.Value, BuiltInValueConverter.String, AllowedMemberLocations.Any), true); 151s_object.Value, BuiltInValueConverter.String, AllowedMemberLocations.Any), true); 436return GetXamlDirective(name, String, BuiltInValueConverter.String, AllowedMemberLocations.Attribute); 454XamlDirective result = new XamlDirective(s_xmlNamespaces, name, AllowedMemberLocations.Attribute, new MemberReflector(String, BuiltInValueConverter.String));
System\Xaml\XamlObjectReader.cs (1)
1932(valueType.ContentProperty.TypeConverter != BuiltInValueConverter.String &&