1 write to _hasXamlNodeContent
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
195_hasXamlNodeContent = true;
4 references to _hasXamlNodeContent
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (4)
190if (!_hasXamlNodeContent) 282else if (propertyName == "Template" && !_hasXamlNodeContent) 593return _hasXamlNodeContent; 1472get { return _hasXamlNodeContent; }