2 implementations of SchemaContext
System.Xaml (2)
System\Xaml\Context\ServiceProviderContext.cs (1)
222
XamlSchemaContext IXamlSchemaContextProvider.
SchemaContext
System\Xaml\XamlObjectReader.cs (1)
2851
public XamlSchemaContext
SchemaContext
{ get { return context.SchemaContext; } }
12 references to SchemaContext
PresentationFramework (8)
MS\Internal\Helper.cs (1)
629
System.Xaml.XamlSchemaContext sc = scp.
SchemaContext
;
System\Windows\DeferrableContentConverter.cs (1)
50
RequireService<IXamlSchemaContextProvider>(context).
SchemaContext
;
System\Windows\Markup\DependencyPropertyConverter.cs (3)
121
as IXamlSchemaContextProvider).
SchemaContext
as Baml2006SchemaContext;
175
as IXamlSchemaContextProvider).
SchemaContext
;
191
XamlSchemaContext schemaContext = ixscp.
SchemaContext
;
System\Windows\Markup\RoutedEventConverter.cs (1)
86
XamlSchemaContext schemaContext = schemaContextProvider.
SchemaContext
;
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
110
XamlSchemaContext schemaContext = ixsc.
SchemaContext
;
System\Windows\StaticResourceExtension.cs (1)
216
XamlSchemaContext schemaContext = schemaContextProvider.
SchemaContext
;
System.Xaml (4)
System\Xaml\Replacements\TypeTypeConverter.cs (2)
60
if (schemaContextProvider.
SchemaContext
== null)
65
XamlType xamlType = schemaContextProvider.
SchemaContext
.GetXamlType(type);
System\Xaml\Schema\XamlTypeTypeConverter.cs (2)
80
if (schemaContextProvider.
SchemaContext
== null)
84
return GetXamlTypeOrUnknown(schemaContextProvider.
SchemaContext
, xamlTypeName);