7 references to GetWpfSchemaContext
PresentationFramework (7)
src\Framework\System\Windows\Markup\Baml2006\WpfXamlMember.cs (2)
158return System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(DependencyProperty.PropertyType); 169return System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(RoutedEvent.HandlerType);
src\Framework\System\Windows\Markup\Baml2006\WpfXamlType.cs (2)
240wpfXamlType = System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(re.OwnerType) as WpfXamlType; 309wpfXamlType = System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(property.OwnerType) as WpfXamlType;
src\Framework\System\Windows\Markup\XamlReader.cs (2)
264parserContext.XamlTypeMapper.SchemaContext : GetWpfSchemaContext(); 823parserContext.XamlTypeMapper.SchemaContext : GetWpfSchemaContext();
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
33_sharedSchemaContext = (WpfSharedXamlSchemaContext)XamlReader.GetWpfSchemaContext();