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