3 overrides of GetXamlType
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
52public override XamlType GetXamlType(Type type)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
176public override XamlType GetXamlType(Type type)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
93public override XamlType GetXamlType(Type type)
63 references to GetXamlType
PresentationFramework (30)
MS\Internal\Helper.cs (1)
621System.Xaml.XamlType xt = sc.GetXamlType(targetType);
System\Windows\Controls\ItemsPanelTemplate.cs (1)
115System.Xaml.XamlType panelType = templateHolder.SchemaContext.GetXamlType(typeof(Panel));
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
1220_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(SchemaContext.GetXamlType(record.KeyType))); 1256_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(SchemaContext.GetXamlType(keyRecord.KeyType)));
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (3)
54return _parentSchemaContext.GetXamlType(type); 546XamlType xType = _parentSchemaContext.GetXamlType(type); 604xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId));
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
339xTypes.Add(SchemaContext.GetXamlType(type));
System\Windows\Markup\Baml2006\WpfXamlMember.cs (2)
159return System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(DependencyProperty.PropertyType); 170return System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(RoutedEvent.HandlerType);
System\Windows\Markup\Baml2006\WpfXamlType.cs (2)
238wpfXamlType = System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(re.OwnerType) as WpfXamlType; 307wpfXamlType = System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(property.OwnerType) as WpfXamlType;
System\Windows\Markup\DependencyPropertyConverter.cs (5)
184XamlType styleXType = schemaContext.GetXamlType(typeof(Style)); 185XamlType frameworkTemplateXType = schemaContext.GetXamlType(typeof(FrameworkTemplate)); 186XamlType dataTemplateXType = schemaContext.GetXamlType(typeof(DataTemplate)); 187XamlType controlTemplateXType = schemaContext.GetXamlType(typeof(ControlTemplate)); 245XamlType frameworkTemplateXType = schemaContext.GetXamlType(typeof(FrameworkTemplate));
System\Windows\Markup\RoutedEventConverter.cs (1)
87XamlType styleXType = schemaContext.GetXamlType(typeof(Style));
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (3)
106schemaContext.GetXamlType(property.OwnerType).GetMember(property.Name); 109schemaContext.GetXamlType(property.OwnerType).GetAttachableMember(property.Name); 133typeConverter = schemaContext.GetXamlType(property.PropertyType).TypeConverter;
System\Windows\Markup\WpfXamlLoader.cs (2)
292XamlType bindingBaseType = xamlType.SchemaContext.GetXamlType(typeof(BindingBase)); 293XamlType dynamicResourceType = xamlType.SchemaContext.GetXamlType(typeof(DynamicResourceExtension));
System\Windows\ResourceDictionary.cs (1)
1161XamlType xamlTypeStaticResourceExtension = reader.SchemaContext.GetXamlType(typeof(StaticResourceExtension));
System\Windows\StaticResourceExtension.cs (6)
213XamlType feXType = schemaContext.GetXamlType(typeof(FrameworkElement)); 214XamlType styleXType = schemaContext.GetXamlType(typeof(Style)); 215XamlType templateXType = schemaContext.GetXamlType(typeof(FrameworkTemplate)); 216XamlType appXType = schemaContext.GetXamlType(typeof(Application)); 217XamlType fceXType = schemaContext.GetXamlType(typeof(FrameworkContentElement)); 226XamlType[] types = new XamlType[1] { schemaContext.GetXamlType(typeof(ResourceDictionary)) };
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
135System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.ScrollChrome)), // DeclaringType
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
135System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.ScrollChrome)), // DeclaringType
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
135System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.ScrollChrome)), // DeclaringType
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
53System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.ClassicBorderDecorator)), // DeclaringType
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
135System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.ScrollChrome)), // DeclaringType
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
135System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.ScrollChrome)), // DeclaringType
System.Xaml (27)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1056XamlType result = SchemaContext.GetXamlType(clrType);
System\Xaml\Replacements\TypeTypeConverter.cs (1)
65XamlType xamlType = schemaContextProvider.SchemaContext.GetXamlType(type);
System\Xaml\Schema\TypeReflector.cs (1)
410XamlType ownerXamlType = xamlType.SchemaContext.GetXamlType(ownerType);
System\Xaml\Schema\XamlNamespace.cs (3)
86xamlType = SchemaContext.GetXamlType(type); 125return SchemaContext.GetXamlType(closedType); 221XamlType xamlType = SchemaContext.GetXamlType(t);
System\Xaml\Schema\XamlTypeInvoker.cs (2)
75itemType = _xamlType.SchemaContext.GetXamlType(item.GetType()); 107itemType = _xamlType.SchemaContext.GetXamlType(item.GetType());
System\Xaml\XamlLanguage.cs (1)
460XamlType result = s_schemaContext.Value.GetXamlType(type);
System\Xaml\XamlMember.cs (6)
57_declaringType = schemaContext.GetXamlType(propertyInfo.DeclaringType); 80_declaringType = schemaContext.GetXamlType(eventInfo.DeclaringType); 114_declaringType = schemaContext.GetXamlType(accessor.DeclaringType); 141_declaringType = schemaContext.GetXamlType(adder.DeclaringType); 654return SchemaContext.GetXamlType(result); 720return (systemType is not null) ? SchemaContext.GetXamlType(systemType) : null;
System\Xaml\XamlObjectReader.cs (1)
2624XamlType result = schemaContext.GetXamlType(clrType);
System\Xaml\XamlSchemaContext.cs (1)
323result = GetXamlType(result.UnderlyingType);
System\Xaml\XamlType.cs (10)
712return SchemaContext.GetXamlType(underlyingType.BaseType); 779contentWrappers.Add(SchemaContext.GetXamlType(wrapperType)); 920return SchemaContext.GetXamlType(addParams[0].ParameterType); 957return (result is not null) ? SchemaContext.GetXamlType(result) : null; 968XamlType xamlReturnType = SchemaContext.GetXamlType(returnType); 1183XamlType innerXamlType = SchemaContext.GetXamlType(typeArgs[0]); 1223XamlType innerXamlType = SchemaContext.GetXamlType(typeArgs[0]); 1498result[i] = schemaContext.GetXamlType(types[i]); 1571XamlType typeOfType = SchemaContext.GetXamlType(typeof(Type)); 1586XamlType xamlType = SchemaContext.GetXamlType(type);