6 references to RadioButton
PresentationFramework (6)
System\Windows\Markup\KnownTypes.cs (6)
1488
case KnownElements.
RadioButton
: o = new System.Windows.Controls.RadioButton(); break;
2253
return KnownElements.
RadioButton
;
2669
case KnownElements.
RadioButton
:
3377
case KnownElements.
RadioButton
:
4314
case KnownElements.
RadioButton
:
6057
case KnownElements.
RadioButton
: t = typeof(System.Windows.Controls.RadioButton); break;