1 type derived from WpfSharedBamlSchemaContext
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
9internal class WpfSharedXamlSchemaContext : WpfSharedBamlSchemaContext
1 instantiation of WpfSharedBamlSchemaContext
PresentationFramework (1)
System\Windows\Markup\XamlReader.cs (1)
1147return new WpfSharedBamlSchemaContext(settings);
10 references to WpfSharedBamlSchemaContext
PresentationFramework (10)
System\Windows\Markup\Baml2006\WpfKnownMember.cs (2)
151WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext; 180WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext;
System\Windows\Markup\Baml2006\WpfKnownType.cs (2)
214WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext; 255WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext;
System\Windows\Markup\XamlReader.cs (5)
762internal static WpfSharedBamlSchemaContext BamlSharedSchemaContext { get { return _bamlSharedContext.Value; } } 763internal static WpfSharedBamlSchemaContext XamlV3SharedSchemaContext { get { return _xamlV3SharedContext.Value; } } 1143private static WpfSharedBamlSchemaContext CreateBamlSchemaContext() 1173private static readonly Lazy<WpfSharedBamlSchemaContext> _bamlSharedContext = 1174new Lazy<WpfSharedBamlSchemaContext>(() => CreateBamlSchemaContext());
System\Windows\PropertyPath.cs (1)
904var wpfSharedSchemaContext = XamlReader.BamlSharedSchemaContext;