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)
200
if (!
_hasXamlNodeContent
)
291
else if (propertyName == "Template" && !
_hasXamlNodeContent
)
609
return
_hasXamlNodeContent
;
1512
get { return
_hasXamlNodeContent
; }