6 references to RadioButton
PresentationFramework (6)
System\Windows\Markup\KnownTypes.cs (6)
1481
case KnownElements.
RadioButton
: o = new System.Windows.Controls.RadioButton(); break;
2246
return KnownElements.
RadioButton
;
2662
case KnownElements.
RadioButton
:
3370
case KnownElements.
RadioButton
:
4307
case KnownElements.
RadioButton
:
6050
case KnownElements.
RadioButton
: t = typeof(System.Windows.Controls.RadioButton); break;