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