1 write to _contentPropertyTable
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
849
_contentPropertyTable
= new Dictionary<string, string>(8);
4 references to _contentPropertyTable
PresentationFramework (4)
MS\Internal\Globalization\BamlTreeUpdater.cs (4)
822
if (
_contentPropertyTable
!= null &&
_contentPropertyTable
.TryGetValue(fullTypeName, out contentProperty))
847
if (
_contentPropertyTable
== null)
851
_contentPropertyTable
.Add(fullTypeName, contentProperty);