1 type derived from XamlTypeMapper
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
1400
internal class BamlWriterXamlTypeMapper :
XamlTypeMapper
2 instantiations of XamlTypeMapper
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
285
XamlTypeMapper newMapper = new
XamlTypeMapper
(_assemblyNames.Clone() as string[]);
4420
return new
XamlTypeMapper
(GetDefaultAssemblyNames(),GetDefaultNamespaceMaps());
47 references to XamlTypeMapper
PresentationFramework (47)
System\Windows\Documents\TextRangeSerialization.cs (7)
68
XamlTypeMapper
xamlTypeMapper = XmlParserDefaults.DefaultMapper;
189
private static void WriteXamlTextSegment(XmlWriter xmlWriter, ITextPointer rangeStart, ITextPointer rangeEnd,
XamlTypeMapper
xamlTypeMapper, ref int elementLevel, WpfPayload wpfPayload, bool ignoreWriteHyperlinkEnd, List<int> ignoreList, bool preserveTextElements)
334
private static void WriteXamlTableCellRange(XmlWriter xmlWriter, ITextRange range,
XamlTypeMapper
xamlTypeMapper, ref int elementLevel, WpfPayload wpfPayload, bool preserveTextElements)
415
private static int WriteOpeningTags(ITextRange range, ITextPointer thisElement, ITextPointer scope, XmlWriter xmlWriter,
XamlTypeMapper
xamlTypeMapper, bool reduceElement, out bool ignoreWriteHyperlinkEnd, ref List<int> ignoreList, bool preserveTextElements)
535
private static void WriteStartXamlElement(ITextRange range, ITextPointer textReader, XmlWriter xmlWriter,
XamlTypeMapper
xamlTypeMapper, bool reduceElement, bool preserveTextElements)
600
private static void WriteTableColumnsInformation(ITextRange range, Table table, XmlWriter xmlWriter,
XamlTypeMapper
xamlTypeMapper)
644
private static void WriteRootFlowDocument(ITextRange range, ITextPointer context, XmlWriter xmlWriter,
XamlTypeMapper
xamlTypeMapper, bool lastParagraphMustBeMerged, bool useFlowDocumentAsRoot)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
299
Type 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)
62
internal BamlMapTable(
XamlTypeMapper
xamlTypeMapper)
588
tc =
XamlTypeMapper
.CreateInternalInstance(pc, t) as TypeConverter;
1760
internal
XamlTypeMapper
XamlTypeMapper
1817
XamlTypeMapper
_xamlTypeMapper;
System\Windows\Markup\BamlRecordReader.cs (13)
1332
contentProperty =
XamlTypeMapper
.GetInternalPropertyValue(ParserContext,
1345
if (!
XamlTypeMapper
.IsAllowedPropertySet(propertyDefinition.PropertyInfo, allowProtected, out isPublicProperty))
1471
dp =
XamlTypeMapper
.ParsePropertyName(ParserContext,
1495
XamlTypeMapper
.ConstructorData data = XamlTypeMapper.GetConstructors(elementType);
2244
bool set =
XamlTypeMapper
.SetInternalPropertyValue(ParserContext,
2560
bool set =
XamlTypeMapper
.SetInternalPropertyValue(ParserContext,
2830
d =
XamlTypeMapper
.CreateDelegate(ParserContext,
2864
d =
XamlTypeMapper
.CreateDelegate(ParserContext,
2875
bool added =
XamlTypeMapper
.AddInternalEventHandler(ParserContext,
4978
bool set =
XamlTypeMapper
.SetInternalPropertyValue(ParserContext,
5274
instance =
XamlTypeMapper
.CreateInternalInstance(ParserContext, type);
5424
internal
XamlTypeMapper
XamlTypeMapper
5836
return
XamlTypeMapper
.GetPropertyType(this.AttachedPropertySetter);
System\Windows\Markup\BamlRecordWriter.cs (1)
1895
XamlTypeMapper
_xamlTypeMapper;
System\Windows\Markup\BamlWriter.cs (5)
336
Type propType =
XamlTypeMapper
.GetPropertyType(dpOrPi);
340
_dpProperty =
XamlTypeMapper
.ParsePropertyName(_parserContext, value, ref ownerType);
635
XamlTypeMapper
.GetPropertyType(mi, out propertyType, out propertyCanWrite);
640
propertyType =
XamlTypeMapper
.GetPropertyType(dpOrPi);
1385
XamlTypeMapper
_xamlTypeMapper;
System\Windows\Markup\MarkupExtensionParser.cs (1)
641
XamlTypeMapper
.GetPropertyType(data.Info, out propertyType, out propertyCanWrite);
System\Windows\Markup\ParserContext.cs (2)
332
public
XamlTypeMapper
XamlTypeMapper
817
private
XamlTypeMapper
_xamlTypeMapper;
System\Windows\Markup\WpfXamlLoader.cs (1)
57
var 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)
1066
internalTypeHelper =
XamlTypeMapper
.GetInternalTypeHelperTypeFromAssembly(parserContext);
System\Windows\Markup\XamlTypeMapper.cs (4)
246
public static
XamlTypeMapper
DefaultMapper
283
internal
XamlTypeMapper
Clone()
285
XamlTypeMapper
newMapper = new XamlTypeMapper(_assemblyNames.Clone() as string[]);
4416
internal static
XamlTypeMapper
DefaultMapper
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
20
XamlTypeMapper
_typeMapper;
30
internal XamlTypeMapperSchemaContext(
XamlTypeMapper
typeMapper)