15 references to new
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
QuickInfo\OnTheFlyDocsView.xaml.cs (1)
48
private readonly ContentControl _responseControl =
new
();
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
322
var holder = new
ContentControl
PresentationFramework (11)
MS\Internal\Documents\DocumentGridPage.cs (1)
288
_documentContainer = new
ContentControl
System\Windows\Controls\Frame.cs (1)
101
public Frame() :
base
()
System\Windows\Controls\HeaderedContentControl.cs (1)
37
public HeaderedContentControl() :
base
()
System\Windows\Controls\Label.cs (1)
63
public Label() :
base
()
System\Windows\Controls\ListBoxItem.cs (1)
37
public ListBoxItem() :
base
()
System\Windows\Controls\Primitives\ButtonBase.cs (1)
47
:
base
()
System\Windows\Controls\Primitives\CalendarItem.cs (1)
944
FrameworkElement titleCell = (this._dayTitleTemplate != null) ? (FrameworkElement)this._dayTitleTemplate.LoadContent() : new
ContentControl
();
System\Windows\Controls\ToolTip.cs (1)
33
public ToolTip() :
base
()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3046
DefaultConstructor = delegate () { return new System.Windows.Controls.
ContentControl
(); },
System\Windows\Markup\KnownTypes.cs (1)
1176
case KnownElements.ContentControl: o = new System.Windows.Controls.
ContentControl
(); break;
System\Windows\Window.cs (1)
129
internal Window(bool inRbw):
base
()
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1431
ContentControl dummyElement = new
ContentControl
();
1458
return GetSelectableValueFromItem(item, new
ContentControl
());