6 references to RadioButton
PresentationFramework (6)
System\Windows\Markup\KnownTypes.cs (6)
1482
case KnownElements.
RadioButton
: o = new System.Windows.Controls.RadioButton(); break;
2247
return KnownElements.
RadioButton
;
2663
case KnownElements.
RadioButton
:
3371
case KnownElements.
RadioButton
:
4308
case KnownElements.
RadioButton
:
6051
case KnownElements.
RadioButton
: t = typeof(System.Windows.Controls.RadioButton); break;