3 writes to Key
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (3)
488CurrentContext.Key = dictionaryKey; 524CurrentContext.Key = dictionaryKey; 3443context.Key = key;
2 references to Key
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
4704if (currentContext.Key == null) 4710dictionary.Add(currentContext.Key, currentObject);