1 write to _namedTypes
PresentationFramework (1)
System\Windows\TemplateContent.cs (1)
1541
_namedTypes
= new Dictionary<string, XamlType>();
2 references to _namedTypes
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
1540
if (
_namedTypes
== null)
1542
return
_namedTypes
;