1 type derived from RadioButton
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
32
public class RibbonRadioButton :
RadioButton
2 instantiations of RadioButton
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8120
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
RadioButton
(); };
System\Windows\Markup\KnownTypes.cs (1)
1488
case 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)
109
internal System.Windows.Controls.
RadioButton
RequiredParameterRadioButton;
117
internal System.Windows.Controls.
RadioButton
OptionalParameterRadioButton;
133
internal System.Windows.Controls.
RadioButton
CallsiteValueRadioButton;
157
internal System.Windows.Controls.
RadioButton
IntroduceErrorRadioButton;
165
internal System.Windows.Controls.
RadioButton
InferArgumentRadioButton;
173
internal System.Windows.Controls.
RadioButton
OmitArgumentRadioButton;
250
this.RequiredParameterRadioButton = ((System.Windows.Controls.
RadioButton
)(target));
253
this.OptionalParameterRadioButton = ((System.Windows.Controls.
RadioButton
)(target));
259
this.CallsiteValueRadioButton = ((System.Windows.Controls.
RadioButton
)(target));
268
this.IntroduceErrorRadioButton = ((System.Windows.Controls.
RadioButton
)(target));
271
this.InferArgumentRadioButton = ((System.Windows.Controls.
RadioButton
)(target));
274
this.OmitArgumentRadioButton = ((System.Windows.Controls.
RadioButton
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\CommonControls\NewTypeDestinationSelection.g.cs (4)
79
internal System.Windows.Controls.
RadioButton
DestinationCurrentFileSelectionRadioButton;
87
internal System.Windows.Controls.
RadioButton
DestinationNewFileSelectionRadioButton;
150
this.DestinationCurrentFileSelectionRadioButton = ((System.Windows.Controls.
RadioButton
)(target));
153
this.DestinationNewFileSelectionRadioButton = ((System.Windows.Controls.
RadioButton
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\GenerateType\GenerateTypeDialog.g.cs (4)
124
internal System.Windows.Controls.
RadioButton
createNewFileRadioButton;
140
internal System.Windows.Controls.
RadioButton
addToExistingFileRadioButton;
231
this.createNewFileRadioButton = ((System.Windows.Controls.
RadioButton
)(target));
243
this.addToExistingFileRadioButton = ((System.Windows.Controls.
RadioButton
)(target));
ExtractInterface\ExtractInterfaceDialog.xaml.cs (2)
76
public
RadioButton
DestinationCurrentFileSelectionRadioButton => _dialog.DestinationControl.DestinationCurrentFileSelectionRadioButton;
78
public
RadioButton
DestinationNewFileSelectionRadioButton => _dialog.DestinationControl.DestinationNewFileSelectionRadioButton;
GenerateType\GenerateTypeDialog.xaml.cs (2)
137
public
RadioButton
AddToExistingFileRadioButton => _dialog.addToExistingFileRadioButton;
141
public
RadioButton
CreateNewFileRadioButton => _dialog.createNewFileRadioButton;
Utilities\AutomationDelegatingListView.cs (2)
101
var
toggleButton = ((
RadioButton
)radioButtonItem.Owner);
Microsoft.VisualStudio.LanguageServices.CSharp (28)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs (16)
84
internal System.Windows.Controls.
RadioButton
at_the_end_of_the_line_of_code;
92
internal System.Windows.Controls.
RadioButton
on_the_right_edge_of_the_editor_window;
148
internal System.Windows.Controls.
RadioButton
Automatic_Run_generators_after_any_change;
156
internal System.Windows.Controls.
RadioButton
Balanced_Run_generators_after_saving_or_building;
572
internal System.Windows.Controls.
RadioButton
with_other_members_of_the_same_kind;
580
internal System.Windows.Controls.
RadioButton
at_the_end;
588
internal System.Windows.Controls.
RadioButton
prefer_throwing_properties;
596
internal System.Windows.Controls.
RadioButton
prefer_auto_properties;
808
this.at_the_end_of_the_line_of_code = ((System.Windows.Controls.
RadioButton
)(target));
811
this.on_the_right_edge_of_the_editor_window = ((System.Windows.Controls.
RadioButton
)(target));
844
this.Automatic_Run_generators_after_any_change = ((System.Windows.Controls.
RadioButton
)(target));
847
this.Balanced_Run_generators_after_saving_or_building = ((System.Windows.Controls.
RadioButton
)(target));
1015
this.with_other_members_of_the_same_kind = ((System.Windows.Controls.
RadioButton
)(target));
1018
this.at_the_end = ((System.Windows.Controls.
RadioButton
)(target));
1021
this.prefer_throwing_properties = ((System.Windows.Controls.
RadioButton
)(target));
1024
this.prefer_auto_properties = ((System.Windows.Controls.
RadioButton
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\IntelliSenseOptionPageControl.g.cs (12)
92
internal System.Windows.Controls.
RadioButton
Never_include_snippets;
100
internal System.Windows.Controls.
RadioButton
Always_include_snippets;
108
internal System.Windows.Controls.
RadioButton
Include_snippets_when_question_Tab_is_typed_after_an_identifier;
116
internal System.Windows.Controls.
RadioButton
Never_add_new_line_on_enter;
124
internal System.Windows.Controls.
RadioButton
Only_add_new_line_on_enter_with_whole_word;
132
internal System.Windows.Controls.
RadioButton
Always_add_new_line_on_enter;
231
this.Never_include_snippets = ((System.Windows.Controls.
RadioButton
)(target));
234
this.Always_include_snippets = ((System.Windows.Controls.
RadioButton
)(target));
237
this.Include_snippets_when_question_Tab_is_typed_after_an_identifier = ((System.Windows.Controls.
RadioButton
)(target));
240
this.Never_add_new_line_on_enter = ((System.Windows.Controls.
RadioButton
)(target));
243
this.Only_add_new_line_on_enter_with_whole_word = ((System.Windows.Controls.
RadioButton
)(target));
246
this.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)
76
Friend WithEvents at_the_end_of_the_line_of_code As System.Windows.Controls.
RadioButton
83
Friend WithEvents on_the_right_edge_of_the_editor_window As System.Windows.Controls.
RadioButton
132
Friend WithEvents Automatic_Run_generators_after_any_change As System.Windows.Controls.
RadioButton
139
Friend WithEvents Balanced_Run_generators_after_saving_or_building As System.Windows.Controls.
RadioButton
475
Friend WithEvents with_other_members_of_the_same_kind As System.Windows.Controls.
RadioButton
482
Friend WithEvents at_the_end As System.Windows.Controls.
RadioButton
489
Friend WithEvents prefer_throwing_properties As System.Windows.Controls.
RadioButton
496
Friend WithEvents prefer_auto_properties As System.Windows.Controls.
RadioButton
650
Me.at_the_end_of_the_line_of_code = CType(target,System.Windows.Controls.
RadioButton
)
654
Me.on_the_right_edge_of_the_editor_window = CType(target,System.Windows.Controls.
RadioButton
)
692
Me.Automatic_Run_generators_after_any_change = CType(target,System.Windows.Controls.
RadioButton
)
696
Me.Balanced_Run_generators_after_saving_or_building = CType(target,System.Windows.Controls.
RadioButton
)
898
Me.with_other_members_of_the_same_kind = CType(target,System.Windows.Controls.
RadioButton
)
902
Me.at_the_end = CType(target,System.Windows.Controls.
RadioButton
)
906
Me.prefer_throwing_properties = CType(target,System.Windows.Controls.
RadioButton
)
910
Me.prefer_auto_properties = CType(target,System.Windows.Controls.
RadioButton
)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\IntelliSenseOptionPageControl.g.vb (12)
76
Friend WithEvents Never_include_snippets As System.Windows.Controls.
RadioButton
83
Friend WithEvents Always_include_snippets As System.Windows.Controls.
RadioButton
90
Friend WithEvents Include_snippets_when_question_Tab_is_typed_after_an_identifier As System.Windows.Controls.
RadioButton
97
Friend WithEvents Never_add_new_line_on_enter As System.Windows.Controls.
RadioButton
104
Friend WithEvents Only_add_new_line_on_enter_with_whole_word As System.Windows.Controls.
RadioButton
111
Friend WithEvents Always_add_new_line_on_enter As System.Windows.Controls.
RadioButton
174
Me.Never_include_snippets = CType(target,System.Windows.Controls.
RadioButton
)
178
Me.Always_include_snippets = CType(target,System.Windows.Controls.
RadioButton
)
182
Me.Include_snippets_when_question_Tab_is_typed_after_an_identifier = CType(target,System.Windows.Controls.
RadioButton
)
186
Me.Never_add_new_line_on_enter = CType(target,System.Windows.Controls.
RadioButton
)
190
Me.Only_add_new_line_on_enter_with_whole_word = CType(target,System.Windows.Controls.
RadioButton
)
194
Me.Always_add_new_line_on_enter = CType(target,System.Windows.Controls.
RadioButton
)
PresentationFramework (26)
System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (6)
14
public RadioButtonAutomationPeer(
RadioButton
owner): base(owner)
55
((
RadioButton
)Owner).SetCurrentValueInternal(
RadioButton
.IsCheckedProperty, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox);
64
if (((
RadioButton
)Owner).IsChecked != true)
75
if (((
RadioButton
)Owner).IsChecked == true)
88
return ((
RadioButton
)Owner).IsChecked == true;
System\Windows\Controls\RadioButton.cs (13)
27
DefaultStyleKeyProperty.OverrideMetadata(typeof(
RadioButton
), new FrameworkPropertyMetadata(typeof(
RadioButton
)));
28
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
RadioButton
));
30
KeyboardNavigation.AcceptsReturnProperty.OverrideMetadata(typeof(
RadioButton
), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
52
RadioButton
radioButton = (
RadioButton
)d;
68
private static void Register(string groupName,
RadioButton
radioButton)
93
private static void Unregister(string groupName,
RadioButton
radioButton)
147
RadioButton
rb = weakReference.Target as
RadioButton
;
173
RadioButton
rb = itor.Current as
RadioButton
;
197
typeof(
RadioButton
),
System\Windows\Controls\ToolBar.cs (1)
477
else if (feType == typeof(
RadioButton
))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
597
case 503: t = () => typeof(
RadioButton
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5444
Type type = typeof(System.Windows.Controls.
RadioButton
);
5445
DependencyProperty dp = System.Windows.Controls.
RadioButton
.ContentProperty;
5447
this.GetXamlType(typeof(System.Windows.Controls.
RadioButton
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8118
typeof(System.Windows.Controls.
RadioButton
),
System\Windows\Markup\KnownTypes.cs (1)
6057
case KnownElements.RadioButton: t = typeof(System.Windows.Controls.
RadioButton
); break;