1 type derived from WpfSharedBamlSchemaContext
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
13internal class WpfSharedXamlSchemaContext : WpfSharedBamlSchemaContext
1 instantiation of WpfSharedBamlSchemaContext
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlReader.cs (1)
1103return new WpfSharedBamlSchemaContext(settings);
10 references to WpfSharedBamlSchemaContext
PresentationFramework (10)
src\Framework\System\Windows\Markup\Baml2006\WpfKnownMember.cs (2)
149WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext; 178WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext;
src\Framework\System\Windows\Markup\Baml2006\WpfKnownType.cs (2)
213WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext; 254WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext;
src\Framework\System\Windows\Markup\XamlReader.cs (5)
680internal static WpfSharedBamlSchemaContext BamlSharedSchemaContext { get { return _bamlSharedContext.Value; } } 681internal static WpfSharedBamlSchemaContext XamlV3SharedSchemaContext { get { return _xamlV3SharedContext.Value; } } 1099private static WpfSharedBamlSchemaContext CreateBamlSchemaContext() 1129private static readonly Lazy<WpfSharedBamlSchemaContext> _bamlSharedContext = 1130new Lazy<WpfSharedBamlSchemaContext>(() => CreateBamlSchemaContext());
src\Framework\System\Windows\PropertyPath.cs (1)
905var wpfSharedSchemaContext = XamlReader.BamlSharedSchemaContext;