2 implementations of KeyObject
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
1554
object IBamlDictionaryKey.
KeyObject
1785
object IBamlDictionaryKey.
KeyObject
4 writes to KeyObject
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (3)
1772
dictionaryKeyRecord.
KeyObject
= keyObject;
1792
dictionaryKeyRecord.
KeyObject
= XamlTypeMapper.GetDictionaryKey(stringKeyRecord.Value, ParserContext);
1800
dictionaryKeyRecord.
KeyObject
= MapTable.GetTypeFromId(
System\Windows\Markup\BamlRecordWriter.cs (1)
488
((IBamlDictionaryKey)bamlDefRecord).
KeyObject
= xamlDefNode.ValueType;