1 write to _contentPropertyTable
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
814_contentPropertyTable ??= new Dictionary<string, string>(8);
3 references to _contentPropertyTable
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeUpdater.cs (3)
789if (_contentPropertyTable != null && _contentPropertyTable.TryGetValue(fullTypeName, out contentProperty)) 815_contentPropertyTable.Add(fullTypeName, contentProperty);