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