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