Base:
property
SchemaContext
System.Xaml.XamlReader.SchemaContext
4 references to SchemaContext
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1221_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(SchemaContext.GetXamlType(record.KeyType))); 1257_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(SchemaContext.GetXamlType(keyRecord.KeyType))); 2760get { return (Baml2006SchemaContext)SchemaContext; }
System\Windows\SystemResources.cs (1)
954System.Xaml.XamlObjectWriter writer = new System.Xaml.XamlObjectWriter(bamlReader.SchemaContext, owSettings);