1 write to _hasXamlNodeContent
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
196_hasXamlNodeContent = true;
4 references to _hasXamlNodeContent
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (4)
191if (!_hasXamlNodeContent) 283else if (propertyName == "Template" && !_hasXamlNodeContent) 598return _hasXamlNodeContent; 1483get { return _hasXamlNodeContent; }