7 references to GetWpfSchemaContext
PresentationFramework (7)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (2)
162
return System.Windows.Markup.XamlReader.
GetWpfSchemaContext
().GetXamlType(DependencyProperty.PropertyType);
173
return System.Windows.Markup.XamlReader.
GetWpfSchemaContext
().GetXamlType(RoutedEvent.HandlerType);
System\Windows\Markup\Baml2006\WpfXamlType.cs (2)
241
wpfXamlType = System.Windows.Markup.XamlReader.
GetWpfSchemaContext
().GetXamlType(re.OwnerType) as WpfXamlType;
310
wpfXamlType = System.Windows.Markup.XamlReader.
GetWpfSchemaContext
().GetXamlType(property.OwnerType) as WpfXamlType;
System\Windows\Markup\XamlReader.cs (2)
359
parserContext.XamlTypeMapper.SchemaContext :
GetWpfSchemaContext
();
901
parserContext.XamlTypeMapper.SchemaContext :
GetWpfSchemaContext
();
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
37
_sharedSchemaContext = (WpfSharedXamlSchemaContext)XamlReader.
GetWpfSchemaContext
();