31 references to BamlSharedSchemaContext
PresentationFramework (31)
MS\Internal\Data\DefaultValueConverter.cs (1)
183
WpfKnownType knownType = XamlReader.
BamlSharedSchemaContext
.GetKnownXamlType(type) as WpfKnownType;
System\Windows\FrameworkElementFactory.cs (1)
112
knownType = XamlReader.
BamlSharedSchemaContext
.GetKnownXamlType(_type) as WpfKnownType;
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (9)
27
this(localAssembly, System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
)
611
if (_parentSchemaContext == System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
)
613
xamlType = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetKnownBamlType(typeId);
641
if (_parentSchemaContext == System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
)
643
xamlMember = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetKnownBamlMember(propertyId);
682
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(ResourceDictionary)));
685
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(EventSetter)));
694
= new Lazy<XamlMember>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(FrameworkTemplate)).GetMember("Template"));
697
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(StaticResourceExtension)));
System\Windows\Markup\Baml2006\WpfKnownMember.cs (4)
153
WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
;
182
WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
;
197
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(DependencyProperty.PropertyType);
199
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(_type);
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\Baml2006\WpfSharedBamlSchemaContext.cs (4)
365
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(ResourceDictionary)));
368
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(EventSetter)));
377
= new Lazy<XamlMember>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(FrameworkTemplate)).GetMember("Template"));
380
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(StaticResourceExtension)));
System\Windows\Markup\Baml2006\WpfXamlMember.cs (4)
27
System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(dp.OwnerType),
38
System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(re.OwnerType),
158
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(DependencyProperty.PropertyType);
169
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(RoutedEvent.HandlerType);
System\Windows\Markup\Baml2006\WpfXamlType.cs (4)
237
wpfXamlType = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(re.OwnerType) as WpfXamlType;
306
wpfXamlType = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(property.OwnerType) as WpfXamlType;
467
xamlMember = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.CreateKnownMember(wpfXamlType.Name, name);
471
xamlMember = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.CreateKnownAttachableMember(wpfXamlType.Name, name);
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
129
typeConverter = XamlReader.
BamlSharedSchemaContext
.GetTypeConverter(xamlProperty.Type.UnderlyingType);
System\Windows\PropertyPath.cs (1)
907
var wpfSharedSchemaContext = XamlReader.
BamlSharedSchemaContext
;