4 references to ToggleButton
PresentationFramework (4)
System\Windows\Controls\CheckBox.cs (1)
47
public CheckBox() :
base
()
System\Windows\Controls\RadioButton.cs (1)
42
public RadioButton() :
base
()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11463
DefaultConstructor = delegate () { return new System.Windows.Controls.Primitives.
ToggleButton
(); },
System\Windows\Markup\KnownTypes.cs (1)
1603
case KnownElements.ToggleButton: o = new System.Windows.Controls.Primitives.
ToggleButton
(); break;