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