4 references to Button
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\CalendarButton.cs (1)
31
:
base
()
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
39
:
base
()
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2295
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
Button
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1155
case KnownElements.Button: o = new System.Windows.Controls.
Button
(); break;