15 references to new
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
QuickInfo\OnTheFlyDocsView.xaml.cs (1)
41
private readonly ContentControl _responseControl =
new
();
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
189
var holder = new
ContentControl
PresentationFramework (11)
MS\Internal\Documents\DocumentGridPage.cs (1)
300
_documentContainer = new
ContentControl
();
System\Windows\Controls\Frame.cs (1)
114
public Frame() :
base
()
System\Windows\Controls\HeaderedContentControl.cs (1)
43
public HeaderedContentControl() :
base
()
System\Windows\Controls\Label.cs (1)
69
public Label() :
base
()
System\Windows\Controls\ListBoxItem.cs (1)
45
public ListBoxItem() :
base
()
System\Windows\Controls\Primitives\ButtonBase.cs (1)
59
:
base
()
System\Windows\Controls\Primitives\CalendarItem.cs (1)
959
FrameworkElement titleCell = (this._dayTitleTemplate != null) ? (FrameworkElement)this._dayTitleTemplate.LoadContent() : new
ContentControl
();
System\Windows\Controls\ToolTip.cs (1)
47
public ToolTip() :
base
()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2894
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
ContentControl
(); };
System\Windows\Markup\KnownTypes.cs (1)
1183
case KnownElements.ContentControl: o = new System.Windows.Controls.
ContentControl
(); break;
System\Windows\Window.cs (1)
148
internal Window(bool inRbw):
base
()
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1432
ContentControl dummyElement = new
ContentControl
();
1459
return GetSelectableValueFromItem(item, new
ContentControl
());