9 references to String
System.Xaml (9)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1375if (converter is not null && converter.ConverterType is not null && converter != BuiltInValueConverter.String)
System\Xaml\Parser\XamlPullParser.cs (1)
1221if (property.TypeConverter == BuiltInValueConverter.String)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
152if (ts == BuiltInValueConverter.String || ts == BuiltInValueConverter.Object)
System\Xaml\Schema\BuiltInValueConverter.cs (1)
74return String;
System\Xaml\XamlLanguage.cs (4)
139s_string.Value, BuiltInValueConverter.String, AllowedMemberLocations.Any), true); 150s_object.Value, BuiltInValueConverter.String, AllowedMemberLocations.Any), true); 443return GetXamlDirective(name, String, BuiltInValueConverter.String, AllowedMemberLocations.Attribute); 461XamlDirective result = new XamlDirective(s_xmlNamespaces, name, AllowedMemberLocations.Attribute, new MemberReflector(String, BuiltInValueConverter.String));
System\Xaml\XamlObjectReader.cs (1)
1941(valueType.ContentProperty.TypeConverter != BuiltInValueConverter.String &&