1 type derived from WpfSharedBamlSchemaContext
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
12
internal class WpfSharedXamlSchemaContext :
WpfSharedBamlSchemaContext
1 instantiation of WpfSharedBamlSchemaContext
PresentationFramework (1)
System\Windows\Markup\XamlReader.cs (1)
1160
return new
WpfSharedBamlSchemaContext
(settings);
10 references to WpfSharedBamlSchemaContext
PresentationFramework (10)
System\Windows\Markup\Baml2006\WpfKnownMember.cs (2)
153
WpfSharedBamlSchemaContext
schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext;
182
WpfSharedBamlSchemaContext
schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext;
System\Windows\Markup\Baml2006\WpfKnownType.cs (2)
217
WpfSharedBamlSchemaContext
schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext;
258
WpfSharedBamlSchemaContext
schema = System.Windows.Markup.XamlReader.BamlSharedSchemaContext;
System\Windows\Markup\XamlReader.cs (5)
775
internal static
WpfSharedBamlSchemaContext
BamlSharedSchemaContext { get { return _bamlSharedContext.Value; } }
776
internal static
WpfSharedBamlSchemaContext
XamlV3SharedSchemaContext { get { return _xamlV3SharedContext.Value; } }
1156
private static
WpfSharedBamlSchemaContext
CreateBamlSchemaContext()
1186
private static readonly Lazy<
WpfSharedBamlSchemaContext
> _bamlSharedContext =
1187
new Lazy<
WpfSharedBamlSchemaContext
>(() => CreateBamlSchemaContext());
System\Windows\PropertyPath.cs (1)
907
var
wpfSharedSchemaContext = XamlReader.BamlSharedSchemaContext;