4 references to 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;