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