6 references to GetDictionaryKey
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (3)
1801
dictionaryKeyRecord.KeyObject = XamlTypeMapper.
GetDictionaryKey
(stringKeyRecord.Value, ParserContext);
3292
object key = XamlTypeMapper.
GetDictionaryKey
(bamlDefAttributeRecord.Value, ParserContext);
4230
object resourceNameObject = XamlTypeMapper.
GetDictionaryKey
(resourceName, ParserContext);
System\Windows\Markup\XamlStyleSerializer.cs (1)
121
targetType = parserContext.XamlTypeMapper.
GetDictionaryKey
(propertyRecord.Value, parserContext);
System\Windows\Markup\XamlTemplateSerializer.cs (2)
125
key = parserContext.XamlTypeMapper.
GetDictionaryKey
(propertyRecord.Value, parserContext);
129
object dataType = parserContext.XamlTypeMapper.
GetDictionaryKey
(propertyRecord.Value, parserContext);