4 references to HasContent
PresentationFramework (4)
src\Framework\System\Windows\Controls\ItemsPanelTemplate.cs (1)
117
if(
HasContent
)
src\Framework\System\Windows\FrameworkTemplate.cs (2)
124
return
HasContent
|| VisualTree != null;
573
if (!
HasContent
)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
857
(Context.Instance as FrameworkTemplate).
HasContent
)