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)));
2798
get { return (Baml2006SchemaContext)
SchemaContext
; }
src\Framework\System\Windows\SystemResources.cs (1)
977
System.Xaml.XamlObjectWriter writer = new System.Xaml.XamlObjectWriter(bamlReader.
SchemaContext
, owSettings);