13 references to ContentControl
PresentationFramework (11)
MS\Internal\Documents\DocumentGridPage.cs (1)
300_documentContainer = new ContentControl();
System\Windows\Controls\Frame.cs (1)
114public Frame() : base()
System\Windows\Controls\HeaderedContentControl.cs (1)
43public HeaderedContentControl() : base()
System\Windows\Controls\Label.cs (1)
69public Label() : base()
System\Windows\Controls\ListBoxItem.cs (1)
45public ListBoxItem() : base()
System\Windows\Controls\Primitives\ButtonBase.cs (1)
59: base()
System\Windows\Controls\Primitives\CalendarItem.cs (1)
959FrameworkElement titleCell = (this._dayTitleTemplate != null) ? (FrameworkElement)this._dayTitleTemplate.LoadContent() : new ContentControl();
System\Windows\Controls\ToolTip.cs (1)
47public ToolTip() : base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2894bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.ContentControl(); };
System\Windows\Markup\KnownTypes.cs (1)
1183case KnownElements.ContentControl: o = new System.Windows.Controls.ContentControl(); break;
System\Windows\Window.cs (1)
144internal Window(bool inRbw):base()
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1432ContentControl dummyElement = new ContentControl(); 1459return GetSelectableValueFromItem(item, new ContentControl());