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