7 references to GetWpfSchemaContext
PresentationFramework (7)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (2)
159
return System.Windows.Markup.XamlReader.
GetWpfSchemaContext
().GetXamlType(DependencyProperty.PropertyType);
170
return System.Windows.Markup.XamlReader.
GetWpfSchemaContext
().GetXamlType(RoutedEvent.HandlerType);
System\Windows\Markup\Baml2006\WpfXamlType.cs (2)
238
wpfXamlType = System.Windows.Markup.XamlReader.
GetWpfSchemaContext
().GetXamlType(re.OwnerType) as WpfXamlType;
307
wpfXamlType = System.Windows.Markup.XamlReader.
GetWpfSchemaContext
().GetXamlType(property.OwnerType) as WpfXamlType;
System\Windows\Markup\XamlReader.cs (2)
346
parserContext.XamlTypeMapper.SchemaContext :
GetWpfSchemaContext
();
888
parserContext.XamlTypeMapper.SchemaContext :
GetWpfSchemaContext
();
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
34
_sharedSchemaContext = (WpfSharedXamlSchemaContext)XamlReader.
GetWpfSchemaContext
();