3 overrides of GetXamlType
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
65public override XamlType GetXamlType(Type type)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
181public override XamlType GetXamlType(Type type)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
96public override XamlType GetXamlType(Type type)
63 references to GetXamlType
PresentationFramework (30)
MS\Internal\Helper.cs (1)
630System.Xaml.XamlType xt = sc.GetXamlType(targetType);
System\Windows\Controls\ItemsPanelTemplate.cs (1)
120System.Xaml.XamlType panelType = templateHolder.SchemaContext.GetXamlType(typeof(Panel));
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
1224_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(SchemaContext.GetXamlType(record.KeyType))); 1260_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(SchemaContext.GetXamlType(keyRecord.KeyType)));
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (3)
67return _parentSchemaContext.GetXamlType(type); 559XamlType xType = _parentSchemaContext.GetXamlType(type); 617xamlType = _parentSchemaContext.GetXamlType(KnownTypes.GetKnownType(typeId));
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
342xTypes.Add(SchemaContext.GetXamlType(type));
System\Windows\Markup\Baml2006\WpfXamlMember.cs (2)
162return System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(DependencyProperty.PropertyType); 173return System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(RoutedEvent.HandlerType);
System\Windows\Markup\Baml2006\WpfXamlType.cs (2)
241wpfXamlType = System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(re.OwnerType) as WpfXamlType; 310wpfXamlType = System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(property.OwnerType) as WpfXamlType;
System\Windows\Markup\DependencyPropertyConverter.cs (5)
193XamlType styleXType = schemaContext.GetXamlType(typeof(Style)); 194XamlType frameworkTemplateXType = schemaContext.GetXamlType(typeof(FrameworkTemplate)); 195XamlType dataTemplateXType = schemaContext.GetXamlType(typeof(DataTemplate)); 196XamlType controlTemplateXType = schemaContext.GetXamlType(typeof(ControlTemplate)); 254XamlType frameworkTemplateXType = schemaContext.GetXamlType(typeof(FrameworkTemplate));
System\Windows\Markup\RoutedEventConverter.cs (1)
90XamlType styleXType = schemaContext.GetXamlType(typeof(Style));
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (3)
116schemaContext.GetXamlType(property.OwnerType).GetMember(property.Name); 119schemaContext.GetXamlType(property.OwnerType).GetAttachableMember(property.Name); 143typeConverter = schemaContext.GetXamlType(property.PropertyType).TypeConverter;
System\Windows\Markup\WpfXamlLoader.cs (2)
293XamlType bindingBaseType = xamlType.SchemaContext.GetXamlType(typeof(BindingBase)); 294XamlType dynamicResourceType = xamlType.SchemaContext.GetXamlType(typeof(DynamicResourceExtension));
System\Windows\ResourceDictionary.cs (1)
1171XamlType xamlTypeStaticResourceExtension = reader.SchemaContext.GetXamlType(typeof(StaticResourceExtension));
System\Windows\StaticResourceExtension.cs (6)
221XamlType feXType = schemaContext.GetXamlType(typeof(FrameworkElement)); 222XamlType styleXType = schemaContext.GetXamlType(typeof(Style)); 223XamlType templateXType = schemaContext.GetXamlType(typeof(FrameworkTemplate)); 224XamlType appXType = schemaContext.GetXamlType(typeof(Application)); 225XamlType fceXType = schemaContext.GetXamlType(typeof(FrameworkContentElement)); 234XamlType[] types = new XamlType[1] { schemaContext.GetXamlType(typeof(ResourceDictionary)) };
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
137System.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)
137System.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)
137System.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)
55System.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)
137System.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)
137System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.ScrollChrome)), // DeclaringType
System.Xaml (27)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1063XamlType result = SchemaContext.GetXamlType(clrType);
System\Xaml\Replacements\TypeTypeConverter.cs (1)
65XamlType xamlType = schemaContextProvider.SchemaContext.GetXamlType(type);
System\Xaml\Schema\TypeReflector.cs (1)
412XamlType ownerXamlType = xamlType.SchemaContext.GetXamlType(ownerType);
System\Xaml\Schema\XamlNamespace.cs (3)
88xamlType = SchemaContext.GetXamlType(type); 127return SchemaContext.GetXamlType(closedType); 223XamlType xamlType = SchemaContext.GetXamlType(t);
System\Xaml\Schema\XamlTypeInvoker.cs (2)
83itemType = _xamlType.SchemaContext.GetXamlType(item.GetType()); 115itemType = _xamlType.SchemaContext.GetXamlType(item.GetType());
System\Xaml\XamlLanguage.cs (1)
461XamlType result = s_schemaContext.Value.GetXamlType(type);
System\Xaml\XamlMember.cs (6)
60_declaringType = schemaContext.GetXamlType(propertyInfo.DeclaringType); 83_declaringType = schemaContext.GetXamlType(eventInfo.DeclaringType); 117_declaringType = schemaContext.GetXamlType(accessor.DeclaringType); 144_declaringType = schemaContext.GetXamlType(adder.DeclaringType); 657return SchemaContext.GetXamlType(result); 723return (systemType != null) ? SchemaContext.GetXamlType(systemType) : null;
System\Xaml\XamlObjectReader.cs (1)
2629XamlType result = schemaContext.GetXamlType(clrType);
System\Xaml\XamlSchemaContext.cs (1)
327result = GetXamlType(result.UnderlyingType);
System\Xaml\XamlType.cs (10)
715return SchemaContext.GetXamlType(underlyingType.BaseType); 782contentWrappers.Add(SchemaContext.GetXamlType(wrapperType)); 923return SchemaContext.GetXamlType(addParams[0].ParameterType); 960return (result != null) ? SchemaContext.GetXamlType(result) : null; 971XamlType xamlReturnType = SchemaContext.GetXamlType(returnType); 1186XamlType innerXamlType = SchemaContext.GetXamlType(typeArgs[0]); 1226XamlType innerXamlType = SchemaContext.GetXamlType(typeArgs[0]); 1501result[i] = schemaContext.GetXamlType(types[i]); 1574XamlType typeOfType = SchemaContext.GetXamlType(typeof(Type)); 1589XamlType xamlType = SchemaContext.GetXamlType(type);