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)
191
if (!
_hasXamlNodeContent
)
282
else if (propertyName == "Template" && !
_hasXamlNodeContent
)
597
return
_hasXamlNodeContent
;
1478
get { return
_hasXamlNodeContent
; }