9 references to String
System.Xaml (9)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1348if (converter!= null && converter.ConverterType != null && converter != BuiltInValueConverter.String)
System\Xaml\Parser\XamlPullParser.cs (1)
1163if (property.TypeConverter == BuiltInValueConverter.String)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
147if (ts == BuiltInValueConverter.String || ts == BuiltInValueConverter.Object)
System\Xaml\Schema\BuiltInValueConverter.cs (1)
75return String;
System\Xaml\XamlLanguage.cs (4)
141s_string.Value, BuiltInValueConverter.String, AllowedMemberLocations.Any), true); 152s_object.Value, BuiltInValueConverter.String, AllowedMemberLocations.Any), true); 437return GetXamlDirective(name, String, BuiltInValueConverter.String, AllowedMemberLocations.Attribute); 455XamlDirective result = new XamlDirective(s_xmlNamespaces, name, AllowedMemberLocations.Attribute, new MemberReflector(String, BuiltInValueConverter.String));
System\Xaml\XamlObjectReader.cs (1)
1937(valueType.ContentProperty.TypeConverter != BuiltInValueConverter.String &&