35 references to SchemaContext
PresentationFramework (8)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
342
xTypes.Add(
SchemaContext
.GetXamlType(type));
System\Windows\Markup\Baml2006\WpfXamlMember.cs (1)
142
result = new WpfXamlMember(DependencyProperty, underlyingProperty, DeclaringType.
SchemaContext
, _useV3Rules);
System\Windows\Markup\Baml2006\WpfXamlType.cs (4)
390
return new WpfXamlMember(re, (MethodInfo)memberFromBase.UnderlyingMember,
SchemaContext
, UseV3Rules);
400
return new WpfXamlMember(re, (EventInfo)memberFromBase.UnderlyingMember,
SchemaContext
, UseV3Rules);
413
SchemaContext
, UseV3Rules);
426
return new WpfXamlMember(property, propertyInfo,
SchemaContext
, UseV3Rules);
System\Windows\Markup\WpfXamlLoader.cs (2)
293
XamlType bindingBaseType = xamlType.
SchemaContext
.GetXamlType(typeof(BindingBase));
294
XamlType dynamicResourceType = xamlType.
SchemaContext
.GetXamlType(typeof(DynamicResourceExtension));
System.Xaml (27)
System\Xaml\Schema\TypeReflector.cs (1)
412
XamlType ownerXamlType = xamlType.
SchemaContext
.GetXamlType(ownerType);
System\Xaml\Schema\XamlTypeInvoker.cs (2)
83
itemType = _xamlType.
SchemaContext
.GetXamlType(item.GetType());
115
itemType = _xamlType.
SchemaContext
.GetXamlType(item.GetType());
System\Xaml\XamlMember.cs (1)
848
private XamlSchemaContext SchemaContext { get { return _declaringType.
SchemaContext
; } }
System\Xaml\XamlType.cs (23)
596
TypeReflector.IsVisibleTo(underlyingType, accessingAssembly,
SchemaContext
);
715
return
SchemaContext
.GetXamlType(underlyingType.BaseType);
782
contentWrappers.Add(
SchemaContext
.GetXamlType(wrapperType));
816
return
SchemaContext
.GetValueConverter<XamlDeferringLoader>(loaderTypes[0], null);
923
return
SchemaContext
.GetXamlType(addParams[0].ParameterType);
960
return (result != null) ?
SchemaContext
.GetXamlType(result) : null;
971
XamlType xamlReturnType =
SchemaContext
.GetXamlType(returnType);
989
return _reflector.LookupAllAttachableMembers(
SchemaContext
);
1009
XamlMember member =
SchemaContext
.GetProperty(pi);
1020
XamlMember member =
SchemaContext
.GetEvent(ei);
1044
XamlMember result =
SchemaContext
.GetProperty(pi);
1055
return
SchemaContext
.GetEvent(ei);
1071
XamlMember result =
SchemaContext
.GetAttachableProperty(name, getter, setter);
1081
return
SchemaContext
.GetAttachableEvent(name, setter);
1157
return
SchemaContext
.GetValueConverter<TypeConverter>(converterType, null);
1175
return
SchemaContext
.GetValueConverter<TypeConverter>(typeof(EnumConverter), this);
1186
XamlType innerXamlType =
SchemaContext
.GetXamlType(typeArgs[0]);
1201
return
SchemaContext
.GetValueConverter<ValueSerializer>(converterType, null);
1226
XamlType innerXamlType =
SchemaContext
.GetXamlType(typeArgs[0]);
1553
XamlMember excludedMember = new XamlMember(excludedMembers[i],
SchemaContext
);
1574
XamlType typeOfType =
SchemaContext
.GetXamlType(typeof(Type));
1589
XamlType xamlType =
SchemaContext
.GetXamlType(type);
1594
if (!
SchemaContext
.SupportMarkupExtensionsWithDuplicateArity)