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