9 references to String
System.Xaml (9)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1340
if (converter is not null && converter.ConverterType is not null && converter != BuiltInValueConverter.
String
)
System\Xaml\Parser\XamlPullParser.cs (1)
1161
if (property.TypeConverter == BuiltInValueConverter.
String
)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
145
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);
436
return GetXamlDirective(name, String, BuiltInValueConverter.
String
, AllowedMemberLocations.Attribute);
454
XamlDirective result = new XamlDirective(s_xmlNamespaces, name, AllowedMemberLocations.Attribute, new MemberReflector(String, BuiltInValueConverter.
String
));
System\Xaml\XamlObjectReader.cs (1)
1932
(valueType.ContentProperty.TypeConverter != BuiltInValueConverter.
String
&&