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