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