2 writes to _rootElementKey
PresentationFramework (2)
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (2)
409
newDictionary.
_rootElementKey
= _rootElementKey;
417
_rootElementKey
= key;
2 references to _rootElementKey
PresentationFramework (2)
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (2)
160
get { return
_rootElementKey
; }
409
newDictionary._rootElementKey =
_rootElementKey
;