4 references to HasContent
PresentationFramework (4)
System\Windows\Controls\ItemsPanelTemplate.cs (1)
107
if(
HasContent
)
System\Windows\FrameworkTemplate.cs (2)
114
return
HasContent
|| VisualTree != null;
557
if (!
HasContent
)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
829
(Context.Instance as FrameworkTemplate).
HasContent
)