1 type derived from RadioButton
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
34public class RibbonRadioButton : RadioButton
2 instantiations of RadioButton
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8122bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.RadioButton(); };
System\Windows\Markup\KnownTypes.cs (1)
1488case KnownElements.RadioButton: o = new System.Windows.Controls.RadioButton(); break;
108 references to RadioButton
Microsoft.VisualStudio.LanguageServices (26)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\AddParameterDialog.g.cs (12)
109internal System.Windows.Controls.RadioButton RequiredParameterRadioButton; 117internal System.Windows.Controls.RadioButton OptionalParameterRadioButton; 133internal System.Windows.Controls.RadioButton CallsiteValueRadioButton; 157internal System.Windows.Controls.RadioButton IntroduceErrorRadioButton; 165internal System.Windows.Controls.RadioButton InferArgumentRadioButton; 173internal System.Windows.Controls.RadioButton OmitArgumentRadioButton; 250this.RequiredParameterRadioButton = ((System.Windows.Controls.RadioButton)(target)); 253this.OptionalParameterRadioButton = ((System.Windows.Controls.RadioButton)(target)); 259this.CallsiteValueRadioButton = ((System.Windows.Controls.RadioButton)(target)); 268this.IntroduceErrorRadioButton = ((System.Windows.Controls.RadioButton)(target)); 271this.InferArgumentRadioButton = ((System.Windows.Controls.RadioButton)(target)); 274this.OmitArgumentRadioButton = ((System.Windows.Controls.RadioButton)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\CommonControls\NewTypeDestinationSelection.g.cs (4)
79internal System.Windows.Controls.RadioButton DestinationCurrentFileSelectionRadioButton; 87internal System.Windows.Controls.RadioButton DestinationNewFileSelectionRadioButton; 150this.DestinationCurrentFileSelectionRadioButton = ((System.Windows.Controls.RadioButton)(target)); 153this.DestinationNewFileSelectionRadioButton = ((System.Windows.Controls.RadioButton)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\GenerateType\GenerateTypeDialog.g.cs (4)
124internal System.Windows.Controls.RadioButton createNewFileRadioButton; 140internal System.Windows.Controls.RadioButton addToExistingFileRadioButton; 231this.createNewFileRadioButton = ((System.Windows.Controls.RadioButton)(target)); 243this.addToExistingFileRadioButton = ((System.Windows.Controls.RadioButton)(target));
ExtractInterface\ExtractInterfaceDialog.xaml.cs (2)
75public RadioButton DestinationCurrentFileSelectionRadioButton => _dialog.DestinationControl.DestinationCurrentFileSelectionRadioButton; 77public RadioButton DestinationNewFileSelectionRadioButton => _dialog.DestinationControl.DestinationNewFileSelectionRadioButton;
GenerateType\GenerateTypeDialog.xaml.cs (2)
136public RadioButton AddToExistingFileRadioButton => _dialog.addToExistingFileRadioButton; 140public RadioButton CreateNewFileRadioButton => _dialog.createNewFileRadioButton;
Utilities\AutomationDelegatingListView.cs (2)
101var toggleButton = ((RadioButton)radioButtonItem.Owner);
Microsoft.VisualStudio.LanguageServices.CSharp (28)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs (16)
84internal System.Windows.Controls.RadioButton at_the_end_of_the_line_of_code; 92internal System.Windows.Controls.RadioButton on_the_right_edge_of_the_editor_window; 140internal System.Windows.Controls.RadioButton Automatic_Run_generators_after_any_change; 148internal System.Windows.Controls.RadioButton Balanced_Run_generators_after_saving_or_building; 588internal System.Windows.Controls.RadioButton with_other_members_of_the_same_kind; 596internal System.Windows.Controls.RadioButton at_the_end; 604internal System.Windows.Controls.RadioButton prefer_throwing_properties; 612internal System.Windows.Controls.RadioButton prefer_auto_properties; 824this.at_the_end_of_the_line_of_code = ((System.Windows.Controls.RadioButton)(target)); 827this.on_the_right_edge_of_the_editor_window = ((System.Windows.Controls.RadioButton)(target)); 845this.Automatic_Run_generators_after_any_change = ((System.Windows.Controls.RadioButton)(target)); 848this.Balanced_Run_generators_after_saving_or_building = ((System.Windows.Controls.RadioButton)(target)); 1025this.with_other_members_of_the_same_kind = ((System.Windows.Controls.RadioButton)(target)); 1028this.at_the_end = ((System.Windows.Controls.RadioButton)(target)); 1031this.prefer_throwing_properties = ((System.Windows.Controls.RadioButton)(target)); 1034this.prefer_auto_properties = ((System.Windows.Controls.RadioButton)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\IntelliSenseOptionPageControl.g.cs (12)
92internal System.Windows.Controls.RadioButton Never_include_snippets; 100internal System.Windows.Controls.RadioButton Always_include_snippets; 108internal System.Windows.Controls.RadioButton Include_snippets_when_question_Tab_is_typed_after_an_identifier; 116internal System.Windows.Controls.RadioButton Never_add_new_line_on_enter; 124internal System.Windows.Controls.RadioButton Only_add_new_line_on_enter_with_whole_word; 132internal System.Windows.Controls.RadioButton Always_add_new_line_on_enter; 231this.Never_include_snippets = ((System.Windows.Controls.RadioButton)(target)); 234this.Always_include_snippets = ((System.Windows.Controls.RadioButton)(target)); 237this.Include_snippets_when_question_Tab_is_typed_after_an_identifier = ((System.Windows.Controls.RadioButton)(target)); 240this.Never_add_new_line_on_enter = ((System.Windows.Controls.RadioButton)(target)); 243this.Only_add_new_line_on_enter_with_whole_word = ((System.Windows.Controls.RadioButton)(target)); 246this.Always_add_new_line_on_enter = ((System.Windows.Controls.RadioButton)(target));
Microsoft.VisualStudio.LanguageServices.VisualBasic (28)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\AdvancedOptionPageControl.g.vb (16)
76Friend WithEvents at_the_end_of_the_line_of_code As System.Windows.Controls.RadioButton 83Friend WithEvents on_the_right_edge_of_the_editor_window As System.Windows.Controls.RadioButton 125Friend WithEvents Automatic_Run_generators_after_any_change As System.Windows.Controls.RadioButton 132Friend WithEvents Balanced_Run_generators_after_saving_or_building As System.Windows.Controls.RadioButton 482Friend WithEvents with_other_members_of_the_same_kind As System.Windows.Controls.RadioButton 489Friend WithEvents at_the_end As System.Windows.Controls.RadioButton 496Friend WithEvents prefer_throwing_properties As System.Windows.Controls.RadioButton 503Friend WithEvents prefer_auto_properties As System.Windows.Controls.RadioButton 657Me.at_the_end_of_the_line_of_code = CType(target,System.Windows.Controls.RadioButton) 661Me.on_the_right_edge_of_the_editor_window = CType(target,System.Windows.Controls.RadioButton) 685Me.Automatic_Run_generators_after_any_change = CType(target,System.Windows.Controls.RadioButton) 689Me.Balanced_Run_generators_after_saving_or_building = CType(target,System.Windows.Controls.RadioButton) 899Me.with_other_members_of_the_same_kind = CType(target,System.Windows.Controls.RadioButton) 903Me.at_the_end = CType(target,System.Windows.Controls.RadioButton) 907Me.prefer_throwing_properties = CType(target,System.Windows.Controls.RadioButton) 911Me.prefer_auto_properties = CType(target,System.Windows.Controls.RadioButton)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\IntelliSenseOptionPageControl.g.vb (12)
76Friend WithEvents Never_include_snippets As System.Windows.Controls.RadioButton 83Friend WithEvents Always_include_snippets As System.Windows.Controls.RadioButton 90Friend WithEvents Include_snippets_when_question_Tab_is_typed_after_an_identifier As System.Windows.Controls.RadioButton 97Friend WithEvents Never_add_new_line_on_enter As System.Windows.Controls.RadioButton 104Friend WithEvents Only_add_new_line_on_enter_with_whole_word As System.Windows.Controls.RadioButton 111Friend WithEvents Always_add_new_line_on_enter As System.Windows.Controls.RadioButton 174Me.Never_include_snippets = CType(target,System.Windows.Controls.RadioButton) 178Me.Always_include_snippets = CType(target,System.Windows.Controls.RadioButton) 182Me.Include_snippets_when_question_Tab_is_typed_after_an_identifier = CType(target,System.Windows.Controls.RadioButton) 186Me.Never_add_new_line_on_enter = CType(target,System.Windows.Controls.RadioButton) 190Me.Only_add_new_line_on_enter_with_whole_word = CType(target,System.Windows.Controls.RadioButton) 194Me.Always_add_new_line_on_enter = CType(target,System.Windows.Controls.RadioButton)
PresentationFramework (26)
System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (6)
24public RadioButtonAutomationPeer(RadioButton owner): base(owner) 65((RadioButton)Owner).SetCurrentValueInternal(RadioButton.IsCheckedProperty, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox); 74if (((RadioButton)Owner).IsChecked != true) 85if (((RadioButton)Owner).IsChecked == true) 98return ((RadioButton)Owner).IsChecked == true;
System\Windows\Controls\RadioButton.cs (13)
35DefaultStyleKeyProperty.OverrideMetadata(typeof(RadioButton), new FrameworkPropertyMetadata(typeof(RadioButton))); 36_dType = DependencyObjectType.FromSystemTypeInternal(typeof(RadioButton)); 38KeyboardNavigation.AcceptsReturnProperty.OverrideMetadata(typeof(RadioButton), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox)); 60RadioButton radioButton = (RadioButton)d; 76private static void Register(string groupName, RadioButton radioButton) 101private static void Unregister(string groupName, RadioButton radioButton) 155RadioButton rb = weakReference.Target as RadioButton; 181RadioButton rb = itor.Current as RadioButton; 205typeof(RadioButton),
System\Windows\Controls\ToolBar.cs (1)
486else if (feType == typeof(RadioButton))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
599case 503: t = () => typeof(RadioButton); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5446Type type = typeof(System.Windows.Controls.RadioButton); 5447DependencyProperty dp = System.Windows.Controls.RadioButton.ContentProperty; 5449this.GetXamlType(typeof(System.Windows.Controls.RadioButton)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8120typeof(System.Windows.Controls.RadioButton),
System\Windows\Markup\KnownTypes.cs (1)
6057case KnownElements.RadioButton: t = typeof(System.Windows.Controls.RadioButton); break;