31 references to BamlSharedSchemaContext
PresentationFramework (31)
MS\Internal\Data\DefaultValueConverter.cs (1)
178
WpfKnownType knownType = XamlReader.
BamlSharedSchemaContext
.GetKnownXamlType(type) as WpfKnownType;
System\Windows\FrameworkElementFactory.cs (1)
100
knownType = XamlReader.
BamlSharedSchemaContext
.GetKnownXamlType(_type) as WpfKnownType;
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (9)
13
this(localAssembly, System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
)
599
if (_parentSchemaContext == System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
)
601
xamlType = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetKnownBamlType(typeId);
629
if (_parentSchemaContext == System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
)
631
xamlMember = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetKnownBamlMember(propertyId);
670
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(ResourceDictionary)));
673
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(EventSetter)));
682
= new Lazy<XamlMember>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(FrameworkTemplate)).GetMember("Template"));
685
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(StaticResourceExtension)));
System\Windows\Markup\Baml2006\WpfKnownMember.cs (4)
150
WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
;
179
WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
;
194
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(DependencyProperty.PropertyType);
196
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(_type);
System\Windows\Markup\Baml2006\WpfKnownType.cs (2)
213
WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
;
254
WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
;
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (4)
359
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(ResourceDictionary)));
362
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(EventSetter)));
371
= new Lazy<XamlMember>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(FrameworkTemplate)).GetMember("Template"));
374
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(StaticResourceExtension)));
System\Windows\Markup\Baml2006\WpfXamlMember.cs (4)
23
System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(dp.OwnerType),
34
System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(re.OwnerType),
154
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(DependencyProperty.PropertyType);
165
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(RoutedEvent.HandlerType);
System\Windows\Markup\Baml2006\WpfXamlType.cs (4)
233
wpfXamlType = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(re.OwnerType) as WpfXamlType;
302
wpfXamlType = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(property.OwnerType) as WpfXamlType;
463
xamlMember = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.CreateKnownMember(wpfXamlType.Name, name);
467
xamlMember = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.CreateKnownAttachableMember(wpfXamlType.Name, name);
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
118
typeConverter = XamlReader.
BamlSharedSchemaContext
.GetTypeConverter(xamlProperty.Type.UnderlyingType);
System\Windows\PropertyPath.cs (1)
892
var wpfSharedSchemaContext = XamlReader.
BamlSharedSchemaContext
;