1 type derived from XamlTypeMapper
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
1414
internal class BamlWriterXamlTypeMapper :
XamlTypeMapper
2 instantiations of XamlTypeMapper
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
287
XamlTypeMapper newMapper = new
XamlTypeMapper
(_assemblyNames.Clone() as string[]);
4422
return new
XamlTypeMapper
(GetDefaultAssemblyNames(),GetDefaultNamespaceMaps());
47 references to XamlTypeMapper
PresentationFramework (47)
System\Windows\Documents\TextRangeSerialization.cs (7)
74
XamlTypeMapper
xamlTypeMapper = XmlParserDefaults.DefaultMapper;
195
private static void WriteXamlTextSegment(XmlWriter xmlWriter, ITextPointer rangeStart, ITextPointer rangeEnd,
XamlTypeMapper
xamlTypeMapper, ref int elementLevel, WpfPayload wpfPayload, bool ignoreWriteHyperlinkEnd, List<int> ignoreList, bool preserveTextElements)
340
private static void WriteXamlTableCellRange(XmlWriter xmlWriter, ITextRange range,
XamlTypeMapper
xamlTypeMapper, ref int elementLevel, WpfPayload wpfPayload, bool preserveTextElements)
421
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)
541
private static void WriteStartXamlElement(ITextRange range, ITextPointer textReader, XmlWriter xmlWriter,
XamlTypeMapper
xamlTypeMapper, bool reduceElement, bool preserveTextElements)
606
private static void WriteTableColumnsInformation(ITextRange range, Table table, XmlWriter xmlWriter,
XamlTypeMapper
xamlTypeMapper)
650
private static void WriteRootFlowDocument(ITextRange range, ITextPointer context, XmlWriter xmlWriter,
XamlTypeMapper
xamlTypeMapper, bool lastParagraphMustBeMerged, bool useFlowDocumentAsRoot)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
304
Type result = System.Windows.Markup.
XamlTypeMapper
.GetTypeFromName(prefixedName, element);
System\Windows\Markup\BamlCollectionHolder.cs (1)
180
_defaultCollection =
XamlTypeMapper
.GetInternalPropertyValue(_reader.ParserContext,
System\Windows\Markup\BamlMapTable.cs (4)
70
internal BamlMapTable(
XamlTypeMapper
xamlTypeMapper)
596
tc =
XamlTypeMapper
.CreateInternalInstance(pc, t) as TypeConverter;
1768
internal
XamlTypeMapper
XamlTypeMapper
1825
XamlTypeMapper
_xamlTypeMapper;
System\Windows\Markup\BamlRecordReader.cs (13)
1341
contentProperty =
XamlTypeMapper
.GetInternalPropertyValue(ParserContext,
1354
if (!
XamlTypeMapper
.IsAllowedPropertySet(propertyDefinition.PropertyInfo, allowProtected, out isPublicProperty))
1480
dp =
XamlTypeMapper
.ParsePropertyName(ParserContext,
1504
XamlTypeMapper
.ConstructorData data = XamlTypeMapper.GetConstructors(elementType);
2253
bool set =
XamlTypeMapper
.SetInternalPropertyValue(ParserContext,
2569
bool set =
XamlTypeMapper
.SetInternalPropertyValue(ParserContext,
2839
d =
XamlTypeMapper
.CreateDelegate(ParserContext,
2873
d =
XamlTypeMapper
.CreateDelegate(ParserContext,
2884
bool added =
XamlTypeMapper
.AddInternalEventHandler(ParserContext,
4987
bool set =
XamlTypeMapper
.SetInternalPropertyValue(ParserContext,
5283
instance =
XamlTypeMapper
.CreateInternalInstance(ParserContext, type);
5433
internal
XamlTypeMapper
XamlTypeMapper
5845
return
XamlTypeMapper
.GetPropertyType(this.AttachedPropertySetter);
System\Windows\Markup\BamlRecordWriter.cs (1)
1898
XamlTypeMapper
_xamlTypeMapper;
System\Windows\Markup\BamlWriter.cs (5)
350
Type propType =
XamlTypeMapper
.GetPropertyType(dpOrPi);
354
_dpProperty =
XamlTypeMapper
.ParsePropertyName(_parserContext, value, ref ownerType);
649
XamlTypeMapper
.GetPropertyType(mi, out propertyType, out propertyCanWrite);
654
propertyType =
XamlTypeMapper
.GetPropertyType(dpOrPi);
1399
XamlTypeMapper
_xamlTypeMapper;
System\Windows\Markup\MarkupExtensionParser.cs (1)
648
XamlTypeMapper
.GetPropertyType(data.Info, out propertyType, out propertyCanWrite);
System\Windows\Markup\ParserContext.cs (2)
335
public
XamlTypeMapper
XamlTypeMapper
820
private
XamlTypeMapper
_xamlTypeMapper;
System\Windows\Markup\WpfXamlLoader.cs (1)
58
var typeMapperContext = schemaContext as
XamlTypeMapper
.XamlTypeMapperSchemaContext;
System\Windows\Markup\XamlNodes.cs (4)
491
_declaringType =
XamlTypeMapper
.GetDeclaringType(_propertyMember);
508
_validType =
XamlTypeMapper
.GetPropertyType(_propertyMember);
2262
_declaringType =
XamlTypeMapper
.GetDeclaringType(_propertyMember);
2279
_validType =
XamlTypeMapper
.GetPropertyType(_propertyMember);
System\Windows\Markup\XamlReader.cs (1)
1079
internalTypeHelper =
XamlTypeMapper
.GetInternalTypeHelperTypeFromAssembly(parserContext);
System\Windows\Markup\XamlTypeMapper.cs (4)
248
public static
XamlTypeMapper
DefaultMapper
285
internal
XamlTypeMapper
Clone()
287
XamlTypeMapper
newMapper = new XamlTypeMapper(_assemblyNames.Clone() as string[]);
4418
internal static
XamlTypeMapper
DefaultMapper
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
23
XamlTypeMapper
_typeMapper;
33
internal XamlTypeMapperSchemaContext(
XamlTypeMapper
typeMapper)