12 references to ContentControl
PresentationFramework (10)
src\Framework\System\Windows\Controls\Frame.cs (1)
121
public Frame() :
base
()
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (1)
44
public HeaderedContentControl() :
base
()
src\Framework\System\Windows\Controls\Label.cs (1)
70
public Label() :
base
()
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
45
public ListBoxItem() :
base
()
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
56
:
base
()
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
961
FrameworkElement titleCell = (this._dayTitleTemplate != null) ? (FrameworkElement)this._dayTitleTemplate.LoadContent() : new
ContentControl
();
src\Framework\System\Windows\Controls\ToolTip.cs (1)
48
public ToolTip() :
base
()
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2890
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
ContentControl
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1184
case KnownElements.ContentControl: o = new System.Windows.Controls.
ContentControl
(); break;
src\Framework\System\Windows\Window.cs (1)
172
internal Window(bool inRbw):
base
()
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
384
ContentControl header = new
ContentControl
();
406
ContentControl footer = new
ContentControl
();