1 write to _contentPropertyTable
PresentationFramework (1)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
848_contentPropertyTable = new Dictionary<string, string>(8);
4 references to _contentPropertyTable
PresentationFramework (4)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (4)
821if (_contentPropertyTable != null && _contentPropertyTable.TryGetValue(fullTypeName, out contentProperty)) 846if (_contentPropertyTable == null) 850_contentPropertyTable.Add(fullTypeName, contentProperty);