4 references to HasContent
PresentationFramework (4)
System\Windows\Controls\ItemsPanelTemplate.cs (1)
108
if(
HasContent
)
System\Windows\FrameworkTemplate.cs (2)
115
return
HasContent
|| VisualTree != null;
561
if (!
HasContent
)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
830
(Context.Instance as FrameworkTemplate).
HasContent
)