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