2 writes to _rootElementKey
PresentationFramework (2)
src\Framework\System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (2)
433
newDictionary.
_rootElementKey
= _rootElementKey;
441
_rootElementKey
= key;
2 references to _rootElementKey
PresentationFramework (2)
src\Framework\System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (2)
177
get { return
_rootElementKey
; }
433
newDictionary._rootElementKey =
_rootElementKey
;