1 type derived from XamlTypeMapper
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
1402
internal class BamlWriterXamlTypeMapper :
XamlTypeMapper
2 instantiations of XamlTypeMapper
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
276
XamlTypeMapper newMapper = new
XamlTypeMapper
(_assemblyNames.Clone() as string[])
4415
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)
56
internal BamlMapTable(
XamlTypeMapper
xamlTypeMapper)
586
tc =
XamlTypeMapper
.CreateInternalInstance(pc, t) as TypeConverter;
1769
internal
XamlTypeMapper
XamlTypeMapper
1826
XamlTypeMapper
_xamlTypeMapper;
System\Windows\Markup\BamlRecordReader.cs (13)
1323
contentProperty =
XamlTypeMapper
.GetInternalPropertyValue(ParserContext,
1336
if (!
XamlTypeMapper
.IsAllowedPropertySet(propertyDefinition.PropertyInfo, allowProtected, out isPublicProperty))
1462
dp =
XamlTypeMapper
.ParsePropertyName(ParserContext,
1486
XamlTypeMapper
.ConstructorData data = XamlTypeMapper.GetConstructors(elementType);
2235
bool set =
XamlTypeMapper
.SetInternalPropertyValue(ParserContext,
2553
bool set =
XamlTypeMapper
.SetInternalPropertyValue(ParserContext,
2823
d =
XamlTypeMapper
.CreateDelegate(ParserContext,
2857
d =
XamlTypeMapper
.CreateDelegate(ParserContext,
2868
bool added =
XamlTypeMapper
.AddInternalEventHandler(ParserContext,
4966
bool set =
XamlTypeMapper
.SetInternalPropertyValue(ParserContext,
5262
instance =
XamlTypeMapper
.CreateInternalInstance(ParserContext, type);
5409
internal
XamlTypeMapper
XamlTypeMapper
5821
return
XamlTypeMapper
.GetPropertyType(this.AttachedPropertySetter);
System\Windows\Markup\BamlRecordWriter.cs (1)
1890
XamlTypeMapper
_xamlTypeMapper;
System\Windows\Markup\BamlWriter.cs (5)
338
Type propType =
XamlTypeMapper
.GetPropertyType(dpOrPi);
342
_dpProperty =
XamlTypeMapper
.ParsePropertyName(_parserContext, value, ref ownerType);
637
XamlTypeMapper
.GetPropertyType(mi, out propertyType, out propertyCanWrite);
642
propertyType =
XamlTypeMapper
.GetPropertyType(dpOrPi);
1387
XamlTypeMapper
_xamlTypeMapper;
System\Windows\Markup\MarkupExtensionParser.cs (1)
641
XamlTypeMapper
.GetPropertyType(data.Info, out propertyType, out propertyCanWrite);
System\Windows\Markup\ParserContext.cs (2)
330
public
XamlTypeMapper
XamlTypeMapper
813
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)
1074
internalTypeHelper =
XamlTypeMapper
.GetInternalTypeHelperTypeFromAssembly(parserContext);
System\Windows\Markup\XamlTypeMapper.cs (4)
237
public static
XamlTypeMapper
DefaultMapper
274
internal
XamlTypeMapper
Clone()
276
XamlTypeMapper
newMapper = new XamlTypeMapper(_assemblyNames.Clone() as string[])
4411
internal static
XamlTypeMapper
DefaultMapper
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
20
XamlTypeMapper
_typeMapper;
30
internal XamlTypeMapperSchemaContext(
XamlTypeMapper
typeMapper)