4 references to Button
PresentationFramework (4)
System\Windows\Controls\Primitives\CalendarButton.cs (1)
26
:
base
()
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
35
:
base
()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2379
DefaultConstructor = delegate () { return new System.Windows.Controls.
Button
(); },
System\Windows\Markup\KnownTypes.cs (1)
1147
case KnownElements.Button: o = new System.Windows.Controls.
Button
(); break;