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)
821
if (
_contentPropertyTable
!= null &&
_contentPropertyTable
.TryGetValue(fullTypeName, out contentProperty))
846
if (
_contentPropertyTable
== null)
850
_contentPropertyTable
.Add(fullTypeName, contentProperty);