15 references to new
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
QuickInfo\OnTheFlyDocsView.xaml.cs (1)
47private readonly ContentControl _responseControl = new();
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
189var holder = new ContentControl
PresentationFramework (11)
MS\Internal\Documents\DocumentGridPage.cs (1)
289_documentContainer = new ContentControl
System\Windows\Controls\Frame.cs (1)
102public Frame() : base()
System\Windows\Controls\HeaderedContentControl.cs (1)
38public HeaderedContentControl() : base()
System\Windows\Controls\Label.cs (1)
64public Label() : base()
System\Windows\Controls\ListBoxItem.cs (1)
38public ListBoxItem() : base()
System\Windows\Controls\Primitives\ButtonBase.cs (1)
48: base()
System\Windows\Controls\Primitives\CalendarItem.cs (1)
945FrameworkElement titleCell = (this._dayTitleTemplate != null) ? (FrameworkElement)this._dayTitleTemplate.LoadContent() : new ContentControl();
System\Windows\Controls\ToolTip.cs (1)
34public ToolTip() : base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3047DefaultConstructor = delegate () { return new System.Windows.Controls.ContentControl(); },
System\Windows\Markup\KnownTypes.cs (1)
1177case KnownElements.ContentControl: o = new System.Windows.Controls.ContentControl(); break;
System\Windows\Window.cs (1)
130internal 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());