10 references to Button
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
200var button = new Button()
PresentationFramework (4)
System\Windows\Controls\Primitives\CalendarButton.cs (1)
30: base()
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
39: base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2299bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Button(); };
System\Windows\Markup\KnownTypes.cs (1)
1154case KnownElements.Button: o = new System.Windows.Controls.Button(); break;
PresentationFramework.Fluent.Tests (1)
System\Windows\Controls\ButtonTests.cs (1)
11Button _ = new();
Roslyn.VisualStudio.DiagnosticsWindow (4)
OptionPages\InternalOptionsControl.cs (4)
43var searchButton = new Button() { Content = "Search" }; 67var clearButton = new Button() { Content = "Clear" }; 82var checkAllButton = new Button() { Content = "Check All" }; 85var uncheckAllButton = new Button() { Content = "Uncheck All" };