1 type derived from XamlTypeMapper
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
1402internal class BamlWriterXamlTypeMapper : XamlTypeMapper
2 instantiations of XamlTypeMapper
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
276XamlTypeMapper newMapper = new XamlTypeMapper(_assemblyNames.Clone() as string[]) 4415return new XamlTypeMapper(GetDefaultAssemblyNames(),GetDefaultNamespaceMaps());
47 references to XamlTypeMapper
PresentationFramework (47)
System\Windows\Documents\TextRangeSerialization.cs (7)
68XamlTypeMapper xamlTypeMapper = XmlParserDefaults.DefaultMapper; 189private static void WriteXamlTextSegment(XmlWriter xmlWriter, ITextPointer rangeStart, ITextPointer rangeEnd, XamlTypeMapper xamlTypeMapper, ref int elementLevel, WpfPayload wpfPayload, bool ignoreWriteHyperlinkEnd, List<int> ignoreList, bool preserveTextElements) 334private static void WriteXamlTableCellRange(XmlWriter xmlWriter, ITextRange range, XamlTypeMapper xamlTypeMapper, ref int elementLevel, WpfPayload wpfPayload, bool preserveTextElements) 415private static int WriteOpeningTags(ITextRange range, ITextPointer thisElement, ITextPointer scope, XmlWriter xmlWriter, XamlTypeMapper xamlTypeMapper, bool reduceElement, out bool ignoreWriteHyperlinkEnd, ref List<int> ignoreList, bool preserveTextElements) 535private static void WriteStartXamlElement(ITextRange range, ITextPointer textReader, XmlWriter xmlWriter, XamlTypeMapper xamlTypeMapper, bool reduceElement, bool preserveTextElements) 600private static void WriteTableColumnsInformation(ITextRange range, Table table, XmlWriter xmlWriter, XamlTypeMapper xamlTypeMapper) 644private static void WriteRootFlowDocument(ITextRange range, ITextPointer context, XmlWriter xmlWriter, XamlTypeMapper xamlTypeMapper, bool lastParagraphMustBeMerged, bool useFlowDocumentAsRoot)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
299Type result = System.Windows.Markup.XamlTypeMapper.GetTypeFromName(prefixedName, element);
System\Windows\Markup\BamlCollectionHolder.cs (1)
179_defaultCollection = XamlTypeMapper.GetInternalPropertyValue(_reader.ParserContext,
System\Windows\Markup\BamlMapTable.cs (4)
56internal BamlMapTable(XamlTypeMapper xamlTypeMapper) 586tc = XamlTypeMapper.CreateInternalInstance(pc, t) as TypeConverter; 1769internal XamlTypeMapper XamlTypeMapper 1826XamlTypeMapper _xamlTypeMapper;
System\Windows\Markup\BamlRecordReader.cs (13)
1323contentProperty = XamlTypeMapper.GetInternalPropertyValue(ParserContext, 1336if (!XamlTypeMapper.IsAllowedPropertySet(propertyDefinition.PropertyInfo, allowProtected, out isPublicProperty)) 1462dp = XamlTypeMapper.ParsePropertyName(ParserContext, 1486XamlTypeMapper.ConstructorData data = XamlTypeMapper.GetConstructors(elementType); 2235bool set = XamlTypeMapper.SetInternalPropertyValue(ParserContext, 2553bool set = XamlTypeMapper.SetInternalPropertyValue(ParserContext, 2823d = XamlTypeMapper.CreateDelegate(ParserContext, 2857d = XamlTypeMapper.CreateDelegate(ParserContext, 2868bool added = XamlTypeMapper.AddInternalEventHandler(ParserContext, 4966bool set = XamlTypeMapper.SetInternalPropertyValue(ParserContext, 5262instance = XamlTypeMapper.CreateInternalInstance(ParserContext, type); 5409internal XamlTypeMapper XamlTypeMapper 5821return XamlTypeMapper.GetPropertyType(this.AttachedPropertySetter);
System\Windows\Markup\BamlRecordWriter.cs (1)
1890XamlTypeMapper _xamlTypeMapper;
System\Windows\Markup\BamlWriter.cs (5)
338Type propType = XamlTypeMapper.GetPropertyType(dpOrPi); 342_dpProperty = XamlTypeMapper.ParsePropertyName(_parserContext, value, ref ownerType); 637XamlTypeMapper.GetPropertyType(mi, out propertyType, out propertyCanWrite); 642propertyType = XamlTypeMapper.GetPropertyType(dpOrPi); 1387XamlTypeMapper _xamlTypeMapper;
System\Windows\Markup\MarkupExtensionParser.cs (1)
641XamlTypeMapper.GetPropertyType(data.Info, out propertyType, out propertyCanWrite);
System\Windows\Markup\ParserContext.cs (2)
330public XamlTypeMapper XamlTypeMapper 813private XamlTypeMapper _xamlTypeMapper;
System\Windows\Markup\WpfXamlLoader.cs (1)
57var typeMapperContext = schemaContext as XamlTypeMapper.XamlTypeMapperSchemaContext;
System\Windows\Markup\XamlNodes.cs (4)
487_declaringType = XamlTypeMapper.GetDeclaringType(_propertyMember); 504_validType = XamlTypeMapper.GetPropertyType(_propertyMember); 2258_declaringType = XamlTypeMapper.GetDeclaringType(_propertyMember); 2275_validType = XamlTypeMapper.GetPropertyType(_propertyMember);
System\Windows\Markup\XamlReader.cs (1)
1074internalTypeHelper = XamlTypeMapper.GetInternalTypeHelperTypeFromAssembly(parserContext);
System\Windows\Markup\XamlTypeMapper.cs (4)
237public static XamlTypeMapper DefaultMapper 274internal XamlTypeMapper Clone() 276XamlTypeMapper newMapper = new XamlTypeMapper(_assemblyNames.Clone() as string[]) 4411internal static XamlTypeMapper DefaultMapper
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
20XamlTypeMapper _typeMapper; 30internal XamlTypeMapperSchemaContext(XamlTypeMapper typeMapper)