2 implementations of KeyObject
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1590object IBamlDictionaryKey.KeyObject 1827object IBamlDictionaryKey.KeyObject
4 writes to KeyObject
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
1811dictionaryKeyRecord.KeyObject = keyObject; 1832dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.Value, ParserContext); 1840dictionaryKeyRecord.KeyObject = MapTable.GetTypeFromId(
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
499((IBamlDictionaryKey)bamlDefRecord).KeyObject = xamlDefNode.ValueType;