1 type derived from RadioButton
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
34
public class RibbonRadioButton :
RadioButton
2 instantiations of RadioButton
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8122
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)
75
public
RadioButton
DestinationCurrentFileSelectionRadioButton => _dialog.DestinationControl.DestinationCurrentFileSelectionRadioButton;
77
public
RadioButton
DestinationNewFileSelectionRadioButton => _dialog.DestinationControl.DestinationNewFileSelectionRadioButton;
GenerateType\GenerateTypeDialog.xaml.cs (2)
136
public
RadioButton
AddToExistingFileRadioButton => _dialog.addToExistingFileRadioButton;
140
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;
588
internal System.Windows.Controls.
RadioButton
with_other_members_of_the_same_kind;
596
internal System.Windows.Controls.
RadioButton
at_the_end;
604
internal System.Windows.Controls.
RadioButton
prefer_throwing_properties;
612
internal System.Windows.Controls.
RadioButton
prefer_auto_properties;
824
this.at_the_end_of_the_line_of_code = ((System.Windows.Controls.
RadioButton
)(target));
827
this.on_the_right_edge_of_the_editor_window = ((System.Windows.Controls.
RadioButton
)(target));
860
this.Automatic_Run_generators_after_any_change = ((System.Windows.Controls.
RadioButton
)(target));
863
this.Balanced_Run_generators_after_saving_or_building = ((System.Windows.Controls.
RadioButton
)(target));
1037
this.with_other_members_of_the_same_kind = ((System.Windows.Controls.
RadioButton
)(target));
1040
this.at_the_end = ((System.Windows.Controls.
RadioButton
)(target));
1043
this.prefer_throwing_properties = ((System.Windows.Controls.
RadioButton
)(target));
1046
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
489
Friend WithEvents with_other_members_of_the_same_kind As System.Windows.Controls.
RadioButton
496
Friend WithEvents at_the_end As System.Windows.Controls.
RadioButton
503
Friend WithEvents prefer_throwing_properties As System.Windows.Controls.
RadioButton
510
Friend WithEvents prefer_auto_properties As System.Windows.Controls.
RadioButton
664
Me.at_the_end_of_the_line_of_code = CType(target,System.Windows.Controls.
RadioButton
)
668
Me.on_the_right_edge_of_the_editor_window = CType(target,System.Windows.Controls.
RadioButton
)
706
Me.Automatic_Run_generators_after_any_change = CType(target,System.Windows.Controls.
RadioButton
)
710
Me.Balanced_Run_generators_after_saving_or_building = CType(target,System.Windows.Controls.
RadioButton
)
920
Me.with_other_members_of_the_same_kind = CType(target,System.Windows.Controls.
RadioButton
)
924
Me.at_the_end = CType(target,System.Windows.Controls.
RadioButton
)
928
Me.prefer_throwing_properties = CType(target,System.Windows.Controls.
RadioButton
)
932
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)
24
public RadioButtonAutomationPeer(
RadioButton
owner): base(owner)
65
((
RadioButton
)Owner).SetCurrentValueInternal(
RadioButton
.IsCheckedProperty, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox);
74
if (((
RadioButton
)Owner).IsChecked != true)
85
if (((
RadioButton
)Owner).IsChecked == true)
98
return ((
RadioButton
)Owner).IsChecked == true;
System\Windows\Controls\RadioButton.cs (13)
35
DefaultStyleKeyProperty.OverrideMetadata(typeof(
RadioButton
), new FrameworkPropertyMetadata(typeof(
RadioButton
)));
36
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
RadioButton
));
38
KeyboardNavigation.AcceptsReturnProperty.OverrideMetadata(typeof(
RadioButton
), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
60
RadioButton
radioButton = (
RadioButton
)d;
76
private static void Register(string groupName,
RadioButton
radioButton)
101
private static void Unregister(string groupName,
RadioButton
radioButton)
155
RadioButton
rb = weakReference.Target as
RadioButton
;
181
RadioButton
rb = itor.Current as
RadioButton
;
205
typeof(
RadioButton
),
System\Windows\Controls\ToolBar.cs (1)
486
else if (feType == typeof(
RadioButton
))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
599
case 503: t = () => typeof(
RadioButton
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5446
Type type = typeof(System.Windows.Controls.
RadioButton
);
5447
DependencyProperty dp = System.Windows.Controls.
RadioButton
.ContentProperty;
5449
this.GetXamlType(typeof(System.Windows.Controls.
RadioButton
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8120
typeof(System.Windows.Controls.
RadioButton
),
System\Windows\Markup\KnownTypes.cs (1)
6057
case KnownElements.RadioButton: t = typeof(System.Windows.Controls.
RadioButton
); break;