1 write to _hasXamlNodeContent
PresentationFramework (1)
src\Framework\System\Windows\FrameworkTemplate.cs (1)
205_hasXamlNodeContent = true;
4 references to _hasXamlNodeContent
PresentationFramework (4)
src\Framework\System\Windows\FrameworkTemplate.cs (4)
200if (!_hasXamlNodeContent) 291else if (propertyName == "Template" && !_hasXamlNodeContent) 609return _hasXamlNodeContent; 1512get { return _hasXamlNodeContent; }