31 references to BamlSharedSchemaContext
PresentationFramework (31)
MS\Internal\Data\DefaultValueConverter.cs (1)
179
WpfKnownType knownType = XamlReader.
BamlSharedSchemaContext
.GetKnownXamlType(type) as WpfKnownType;
System\Windows\FrameworkElementFactory.cs (1)
101
knownType = XamlReader.
BamlSharedSchemaContext
.GetKnownXamlType(_type) as WpfKnownType;
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (9)
14
this(localAssembly, System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
)
600
if (_parentSchemaContext == System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
)
602
xamlType = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetKnownBamlType(typeId);
630
if (_parentSchemaContext == System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
)
632
xamlMember = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetKnownBamlMember(propertyId);
671
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(ResourceDictionary)));
674
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(EventSetter)));
683
= new Lazy<XamlMember>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(FrameworkTemplate)).GetMember("Template"));
686
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(StaticResourceExtension)));
System\Windows\Markup\Baml2006\WpfKnownMember.cs (4)
151
WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
;
180
WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
;
195
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(DependencyProperty.PropertyType);
197
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(_type);
System\Windows\Markup\Baml2006\WpfKnownType.cs (2)
214
WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
;
255
WpfSharedBamlSchemaContext schema = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
;
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (4)
360
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(ResourceDictionary)));
363
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(EventSetter)));
372
= new Lazy<XamlMember>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(FrameworkTemplate)).GetMember("Template"));
375
= new Lazy<XamlType>(() => System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(typeof(StaticResourceExtension)));
System\Windows\Markup\Baml2006\WpfXamlMember.cs (4)
24
System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(dp.OwnerType),
35
System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(re.OwnerType),
155
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(DependencyProperty.PropertyType);
166
return System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(RoutedEvent.HandlerType);
System\Windows\Markup\Baml2006\WpfXamlType.cs (4)
234
wpfXamlType = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(re.OwnerType) as WpfXamlType;
303
wpfXamlType = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.GetXamlType(property.OwnerType) as WpfXamlType;
464
xamlMember = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.CreateKnownMember(wpfXamlType.Name, name);
468
xamlMember = System.Windows.Markup.XamlReader.
BamlSharedSchemaContext
.CreateKnownAttachableMember(wpfXamlType.Name, name);
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (1)
119
typeConverter = XamlReader.
BamlSharedSchemaContext
.GetTypeConverter(xamlProperty.Type.UnderlyingType);
System\Windows\PropertyPath.cs (1)
893
var wpfSharedSchemaContext = XamlReader.
BamlSharedSchemaContext
;