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