6 references to GetDictionaryKey
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
1832dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.Value, ParserContext); 3327object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.Value, ParserContext); 4272object resourceNameObject = XamlTypeMapper.GetDictionaryKey(resourceName, ParserContext);
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
125targetType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext);
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (2)
130key = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext); 134object dataType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext);