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