15 references to new
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
QuickInfo\OnTheFlyDocsView.xaml.cs (1)
41private 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)
287_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)
954FrameworkElement 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)
2892bamlType.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)
135internal Window(bool inRbw):base()
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1430ContentControl dummyElement = new ContentControl(); 1457return GetSelectableValueFromItem(item, new ContentControl());