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