1 type derived from RadioButton
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\KeyboardEnabledRadioButton.cs (1)
13internal class KeyboardEnabledRadioButton : RadioButton
2 instantiations of RadioButton
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8118bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.RadioButton(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1489case KnownElements.RadioButton: o = new System.Windows.Controls.RadioButton(); break;
30 references to RadioButton
PresentationFramework (26)
src\Framework\System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (6)
21public RadioButtonAutomationPeer(RadioButton owner): base(owner) 62((RadioButton)Owner).SetCurrentValueInternal(RadioButton.IsCheckedProperty, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox); 71if (((RadioButton)Owner).IsChecked != true) 82if (((RadioButton)Owner).IsChecked == true) 95return ((RadioButton)Owner).IsChecked == true;
src\Framework\System\Windows\Controls\RadioButton.cs (13)
31DefaultStyleKeyProperty.OverrideMetadata(typeof(RadioButton), new FrameworkPropertyMetadata(typeof(RadioButton))); 32_dType = DependencyObjectType.FromSystemTypeInternal(typeof(RadioButton)); 34KeyboardNavigation.AcceptsReturnProperty.OverrideMetadata(typeof(RadioButton), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox)); 56RadioButton radioButton = (RadioButton)d; 72private static void Register(string groupName, RadioButton radioButton) 97private static void Unregister(string groupName, RadioButton radioButton) 151RadioButton rb = weakReference.Target as RadioButton; 177RadioButton rb = itor.Current as RadioButton; 202typeof(RadioButton),
src\Framework\System\Windows\Controls\ToolBar.cs (1)
496else if (feType == typeof(RadioButton))
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
595case 503: t = () => typeof(RadioButton); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5421Type type = typeof(System.Windows.Controls.RadioButton); 5422DependencyProperty dp = System.Windows.Controls.RadioButton.ContentProperty; 5424this.GetXamlType(typeof(System.Windows.Controls.RadioButton)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8116typeof(System.Windows.Controls.RadioButton),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6047case KnownElements.RadioButton: t = typeof(System.Windows.Controls.RadioButton); break;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (4)
178internal RadioButton ByCategoryViewButton 179{ get { return VisualTreeUtils.GetNamedChild<RadioButton>(this, "PART_ByCategoryViewButton"); } } 180internal RadioButton AlphaViewButton 181{ get { return VisualTreeUtils.GetNamedChild<RadioButton>(this, "PART_AlphaViewButton"); } }