4 references to ToggleButton
PresentationFramework (4)
System\Windows\Controls\CheckBox.cs (1)
55public CheckBox() : base()
System\Windows\Controls\RadioButton.cs (1)
50public RadioButton() : base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10328bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.ToggleButton(); };
System\Windows\Markup\KnownTypes.cs (1)
1609case KnownElements.ToggleButton: o = new System.Windows.Controls.Primitives.ToggleButton(); break;