1 type derived from RadioButton
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
31
public class RibbonRadioButton :
RadioButton
2 instantiations of RadioButton
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8966
DefaultConstructor = delegate () { return new System.Windows.Controls.
RadioButton
(); },
System\Windows\Markup\KnownTypes.cs (1)
1481
case KnownElements.RadioButton: o = new System.Windows.Controls.
RadioButton
(); break;
26 references to RadioButton
PresentationFramework (26)
System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (6)
13
public RadioButtonAutomationPeer(
RadioButton
owner): base(owner)
54
((
RadioButton
)Owner).SetCurrentValueInternal(
RadioButton
.IsCheckedProperty, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox);
63
if (((
RadioButton
)Owner).IsChecked != true)
74
if (((
RadioButton
)Owner).IsChecked == true)
87
return ((
RadioButton
)Owner).IsChecked == true;
System\Windows\Controls\RadioButton.cs (13)
26
DefaultStyleKeyProperty.OverrideMetadata(typeof(
RadioButton
), new FrameworkPropertyMetadata(typeof(
RadioButton
)));
27
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
RadioButton
));
29
KeyboardNavigation.AcceptsReturnProperty.OverrideMetadata(typeof(
RadioButton
), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
51
RadioButton
radioButton = (
RadioButton
)d;
67
private static void Register(string groupName,
RadioButton
radioButton)
92
private static void Unregister(string groupName,
RadioButton
radioButton)
146
RadioButton
rb = weakReference.Target as
RadioButton
;
172
RadioButton
rb = itor.Current as
RadioButton
;
196
typeof(
RadioButton
),
System\Windows\Controls\ToolBar.cs (1)
470
else if (feType == typeof(
RadioButton
))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
596
case 503: t = () => typeof(
RadioButton
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5805
Type type = typeof(System.Windows.Controls.
RadioButton
);
5806
DependencyProperty dp = System.Windows.Controls.
RadioButton
.ContentProperty;
5808
this.GetXamlType(typeof(System.Windows.Controls.
RadioButton
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8963
typeof(System.Windows.Controls.
RadioButton
),
System\Windows\Markup\KnownTypes.cs (1)
6050
case KnownElements.RadioButton: t = typeof(System.Windows.Controls.
RadioButton
); break;