1 type derived from CheckBox
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
31
public class RibbonCheckBox :
CheckBox
6 instantiations of CheckBox
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerEnabledColumnDefinition.cs (1)
35
var checkBox = new
CheckBox
();
PresentationFramework (3)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
108
checkBox = new
CheckBox
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2659
DefaultConstructor = delegate () { return new System.Windows.Controls.
CheckBox
(); },
System\Windows\Markup\KnownTypes.cs (1)
1157
case KnownElements.CheckBox: o = new System.Windows.Controls.
CheckBox
(); break;
Roslyn.VisualStudio.DiagnosticsWindow (2)
OptionPages\ForceLowMemoryModePage.cs (1)
33
var cb = new
CheckBox
{ Content = "Forced Low Memory Mode: allocate" };
OptionPages\InternalOptionsControl.cs (1)
151
var checkBox = new
CheckBox
() { Content = optionDisplay };
230 references to CheckBox
Microsoft.CodeAnalysis.EditorFeatures (8)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\net472\InlineRename\UI\Adornment\RenameFlyout.g.cs (8)
94
internal System.Windows.Controls.
CheckBox
OverloadsCheckbox;
102
internal System.Windows.Controls.
CheckBox
CommentsCheckbox;
110
internal System.Windows.Controls.
CheckBox
StringsCheckbox;
118
internal System.Windows.Controls.
CheckBox
FileRenameCheckbox;
194
this.OverloadsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
197
this.CommentsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
200
this.StringsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
203
this.FileRenameCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
Microsoft.VisualStudio.LanguageServices (9)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\AddParameterDialog.g.cs (2)
149
internal System.Windows.Controls.
CheckBox
UseNamedArgumentButton;
265
this.UseNamedArgumentButton = ((System.Windows.Controls.
CheckBox
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Whitespace\View\WhitespaceBoolSettingView.g.cs (2)
45
internal System.Windows.Controls.
CheckBox
RootCheckBox;
82
this.RootCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerEnabledColumnDefinition.cs (1)
35
var
checkBox = new CheckBox();
Utilities\AutomationDelegatingListView.cs (4)
92
var
toggleButton = ((
CheckBox
)checkBoxItem.Owner);
112
var
checkBox = (
CheckBox
)sender;
Microsoft.VisualStudio.LanguageServices.CSharp (164)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs (134)
76
internal System.Windows.Controls.
CheckBox
DisplayDiagnosticsInline;
100
internal System.Windows.Controls.
CheckBox
Show_Remove_Unused_References_command_in_Solution_Explorer;
108
internal System.Windows.Controls.
CheckBox
Enable_file_logging_for_diagnostics;
116
internal System.Windows.Controls.
CheckBox
Skip_analyzers_for_implicitly_triggered_builds;
148
internal System.Windows.Controls.
CheckBox
Enable_navigation_to_sourcelink_and_embedded_sources;
156
internal System.Windows.Controls.
CheckBox
Enable_navigation_to_decompiled_sources;
164
internal System.Windows.Controls.
CheckBox
Always_use_default_symbol_servers_for_navigation;
172
internal System.Windows.Controls.
CheckBox
PlaceSystemNamespaceFirst;
180
internal System.Windows.Controls.
CheckBox
SeparateImportGroups;
188
internal System.Windows.Controls.
CheckBox
SuggestForTypesInReferenceAssemblies;
196
internal System.Windows.Controls.
CheckBox
SuggestForTypesInNuGetPackages;
204
internal System.Windows.Controls.
CheckBox
AddUsingsOnPaste;
212
internal System.Windows.Controls.
CheckBox
EnableHighlightReferences;
220
internal System.Windows.Controls.
CheckBox
EnableHighlightKeywords;
228
internal System.Windows.Controls.
CheckBox
EnterOutliningMode;
236
internal System.Windows.Controls.
CheckBox
Collapse_regions_on_file_open;
244
internal System.Windows.Controls.
CheckBox
Collapse_usings_on_file_open;
252
internal System.Windows.Controls.
CheckBox
Collapse_sourcelink_embedded_decompiled_files_on_open;
260
internal System.Windows.Controls.
CheckBox
Collapse_metadata_signature_files_on_open;
268
internal System.Windows.Controls.
CheckBox
DisplayLineSeparators;
276
internal System.Windows.Controls.
CheckBox
Show_outlining_for_declaration_level_constructs;
284
internal System.Windows.Controls.
CheckBox
Show_outlining_for_code_level_constructs;
292
internal System.Windows.Controls.
CheckBox
Show_outlining_for_comments_and_preprocessor_regions;
300
internal System.Windows.Controls.
CheckBox
Collapse_regions_when_collapsing_to_definitions;
308
internal System.Windows.Controls.
CheckBox
Collapse_local_functions_when_collapsing_to_definitions;
316
internal System.Windows.Controls.
CheckBox
Fade_out_unused_usings;
324
internal System.Windows.Controls.
CheckBox
Fade_out_unused_members;
332
internal System.Windows.Controls.
CheckBox
Fade_out_unreachable_code;
340
internal System.Windows.Controls.
CheckBox
Show_guides_for_declaration_level_constructs;
348
internal System.Windows.Controls.
CheckBox
Show_guides_for_code_level_constructs;
356
internal System.Windows.Controls.
CheckBox
Show_guides_for_comments_and_preprocessor_regions;
364
internal System.Windows.Controls.
CheckBox
GenerateXmlDocCommentsForTripleSlash;
372
internal System.Windows.Controls.
CheckBox
InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments;
380
internal System.Windows.Controls.
CheckBox
InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments;
388
internal System.Windows.Controls.
CheckBox
Split_string_literals_on_enter;
396
internal System.Windows.Controls.
CheckBox
Fix_text_pasted_into_string_literals_experimental;
404
internal System.Windows.Controls.
CheckBox
ShowRemarksInQuickInfo;
412
internal System.Windows.Controls.
CheckBox
RenameTrackingPreview;
420
internal System.Windows.Controls.
CheckBox
Report_invalid_placeholders_in_string_dot_format_calls;
428
internal System.Windows.Controls.
CheckBox
Underline_reassigned_variables;
436
internal System.Windows.Controls.
CheckBox
Strike_out_obsolete_symbols;
444
internal System.Windows.Controls.
CheckBox
Colorize_regular_expressions;
452
internal System.Windows.Controls.
CheckBox
Report_invalid_regular_expressions;
460
internal System.Windows.Controls.
CheckBox
Highlight_related_regular_expression_components_under_cursor;
468
internal System.Windows.Controls.
CheckBox
Show_completion_list;
476
internal System.Windows.Controls.
CheckBox
Colorize_JSON_strings;
484
internal System.Windows.Controls.
CheckBox
Report_invalid_JSON_strings;
492
internal System.Windows.Controls.
CheckBox
Highlight_related_JSON_components_under_cursor;
540
internal System.Windows.Controls.
CheckBox
DisplayAllHintsWhilePressingAltF1;
548
internal System.Windows.Controls.
CheckBox
ColorHints;
556
internal System.Windows.Controls.
CheckBox
DisplayInlineParameterNameHints;
564
internal System.Windows.Controls.
CheckBox
ShowHintsForLiterals;
572
internal System.Windows.Controls.
CheckBox
ShowHintsForNewExpressions;
580
internal System.Windows.Controls.
CheckBox
ShowHintsForEverythingElse;
588
internal System.Windows.Controls.
CheckBox
ShowHintsForIndexers;
596
internal System.Windows.Controls.
CheckBox
SuppressHintsWhenParameterNameMatchesTheMethodsIntent;
604
internal System.Windows.Controls.
CheckBox
SuppressHintsWhenParameterNamesDifferOnlyBySuffix;
612
internal System.Windows.Controls.
CheckBox
SuppressHintsWhenParameterNamesMatchArgumentNames;
620
internal System.Windows.Controls.
CheckBox
DisplayInlineTypeHints;
628
internal System.Windows.Controls.
CheckBox
ShowHintsForVariablesWithInferredTypes;
636
internal System.Windows.Controls.
CheckBox
ShowHintsForLambdaParameterTypes;
644
internal System.Windows.Controls.
CheckBox
ShowHintsForImplicitObjectCreation;
652
internal System.Windows.Controls.
CheckBox
ShowHintsForCollectionExpressions;
660
internal System.Windows.Controls.
CheckBox
ShowInheritanceMargin;
668
internal System.Windows.Controls.
CheckBox
InheritanceMarginCombinedWithIndicatorMargin;
676
internal System.Windows.Controls.
CheckBox
IncludeGlobalImports;
684
internal System.Windows.Controls.
CheckBox
AutomaticallyOpenStackTraceExplorer;
733
this.DisplayDiagnosticsInline = ((System.Windows.Controls.
CheckBox
)(target));
742
this.Show_Remove_Unused_References_command_in_Solution_Explorer = ((System.Windows.Controls.
CheckBox
)(target));
745
this.Enable_file_logging_for_diagnostics = ((System.Windows.Controls.
CheckBox
)(target));
748
this.Skip_analyzers_for_implicitly_triggered_builds = ((System.Windows.Controls.
CheckBox
)(target));
760
this.Enable_navigation_to_sourcelink_and_embedded_sources = ((System.Windows.Controls.
CheckBox
)(target));
763
this.Enable_navigation_to_decompiled_sources = ((System.Windows.Controls.
CheckBox
)(target));
766
this.Always_use_default_symbol_servers_for_navigation = ((System.Windows.Controls.
CheckBox
)(target));
769
this.PlaceSystemNamespaceFirst = ((System.Windows.Controls.
CheckBox
)(target));
772
this.SeparateImportGroups = ((System.Windows.Controls.
CheckBox
)(target));
775
this.SuggestForTypesInReferenceAssemblies = ((System.Windows.Controls.
CheckBox
)(target));
778
this.SuggestForTypesInNuGetPackages = ((System.Windows.Controls.
CheckBox
)(target));
781
this.AddUsingsOnPaste = ((System.Windows.Controls.
CheckBox
)(target));
784
this.EnableHighlightReferences = ((System.Windows.Controls.
CheckBox
)(target));
787
this.EnableHighlightKeywords = ((System.Windows.Controls.
CheckBox
)(target));
790
this.EnterOutliningMode = ((System.Windows.Controls.
CheckBox
)(target));
805
this.Collapse_regions_on_file_open = ((System.Windows.Controls.
CheckBox
)(target));
808
this.Collapse_usings_on_file_open = ((System.Windows.Controls.
CheckBox
)(target));
811
this.Collapse_sourcelink_embedded_decompiled_files_on_open = ((System.Windows.Controls.
CheckBox
)(target));
814
this.Collapse_metadata_signature_files_on_open = ((System.Windows.Controls.
CheckBox
)(target));
817
this.DisplayLineSeparators = ((System.Windows.Controls.
CheckBox
)(target));
820
this.Show_outlining_for_declaration_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
823
this.Show_outlining_for_code_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
826
this.Show_outlining_for_comments_and_preprocessor_regions = ((System.Windows.Controls.
CheckBox
)(target));
829
this.Collapse_regions_when_collapsing_to_definitions = ((System.Windows.Controls.
CheckBox
)(target));
832
this.Collapse_local_functions_when_collapsing_to_definitions = ((System.Windows.Controls.
CheckBox
)(target));
835
this.Fade_out_unused_usings = ((System.Windows.Controls.
CheckBox
)(target));
838
this.Fade_out_unused_members = ((System.Windows.Controls.
CheckBox
)(target));
841
this.Fade_out_unreachable_code = ((System.Windows.Controls.
CheckBox
)(target));
844
this.Show_guides_for_declaration_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
847
this.Show_guides_for_code_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
850
this.Show_guides_for_comments_and_preprocessor_regions = ((System.Windows.Controls.
CheckBox
)(target));
853
this.GenerateXmlDocCommentsForTripleSlash = ((System.Windows.Controls.
CheckBox
)(target));
856
this.InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments = ((System.Windows.Controls.
CheckBox
)(target));
859
this.InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments = ((System.Windows.Controls.
CheckBox
)(target));
862
this.Split_string_literals_on_enter = ((System.Windows.Controls.
CheckBox
)(target));
865
this.Fix_text_pasted_into_string_literals_experimental = ((System.Windows.Controls.
CheckBox
)(target));
868
this.ShowRemarksInQuickInfo = ((System.Windows.Controls.
CheckBox
)(target));
871
this.RenameTrackingPreview = ((System.Windows.Controls.
CheckBox
)(target));
874
this.Report_invalid_placeholders_in_string_dot_format_calls = ((System.Windows.Controls.
CheckBox
)(target));
877
this.Underline_reassigned_variables = ((System.Windows.Controls.
CheckBox
)(target));
880
this.Strike_out_obsolete_symbols = ((System.Windows.Controls.
CheckBox
)(target));
883
this.Colorize_regular_expressions = ((System.Windows.Controls.
CheckBox
)(target));
886
this.Report_invalid_regular_expressions = ((System.Windows.Controls.
CheckBox
)(target));
889
this.Highlight_related_regular_expression_components_under_cursor = ((System.Windows.Controls.
CheckBox
)(target));
892
this.Show_completion_list = ((System.Windows.Controls.
CheckBox
)(target));
895
this.Colorize_JSON_strings = ((System.Windows.Controls.
CheckBox
)(target));
898
this.Report_invalid_JSON_strings = ((System.Windows.Controls.
CheckBox
)(target));
901
this.Highlight_related_JSON_components_under_cursor = ((System.Windows.Controls.
CheckBox
)(target));
919
this.DisplayAllHintsWhilePressingAltF1 = ((System.Windows.Controls.
CheckBox
)(target));
922
this.ColorHints = ((System.Windows.Controls.
CheckBox
)(target));
925
this.DisplayInlineParameterNameHints = ((System.Windows.Controls.
CheckBox
)(target));
940
this.ShowHintsForLiterals = ((System.Windows.Controls.
CheckBox
)(target));
943
this.ShowHintsForNewExpressions = ((System.Windows.Controls.
CheckBox
)(target));
946
this.ShowHintsForEverythingElse = ((System.Windows.Controls.
CheckBox
)(target));
949
this.ShowHintsForIndexers = ((System.Windows.Controls.
CheckBox
)(target));
952
this.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = ((System.Windows.Controls.
CheckBox
)(target));
955
this.SuppressHintsWhenParameterNamesDifferOnlyBySuffix = ((System.Windows.Controls.
CheckBox
)(target));
958
this.SuppressHintsWhenParameterNamesMatchArgumentNames = ((System.Windows.Controls.
CheckBox
)(target));
961
this.DisplayInlineTypeHints = ((System.Windows.Controls.
CheckBox
)(target));
976
this.ShowHintsForVariablesWithInferredTypes = ((System.Windows.Controls.
CheckBox
)(target));
979
this.ShowHintsForLambdaParameterTypes = ((System.Windows.Controls.
CheckBox
)(target));
982
this.ShowHintsForImplicitObjectCreation = ((System.Windows.Controls.
CheckBox
)(target));
985
this.ShowHintsForCollectionExpressions = ((System.Windows.Controls.
CheckBox
)(target));
988
this.ShowInheritanceMargin = ((System.Windows.Controls.
CheckBox
)(target));
991
this.InheritanceMarginCombinedWithIndicatorMargin = ((System.Windows.Controls.
CheckBox
)(target));
994
this.IncludeGlobalImports = ((System.Windows.Controls.
CheckBox
)(target));
997
this.AutomaticallyOpenStackTraceExplorer = ((System.Windows.Controls.
CheckBox
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\Formatting\FormattingOptionPageControl.g.cs (10)
44
internal System.Windows.Controls.
CheckBox
FormatWhenTypingCheckBox;
52
internal System.Windows.Controls.
CheckBox
FormatOnSemicolonCheckBox;
60
internal System.Windows.Controls.
CheckBox
FormatOnCloseBraceCheckBox;
68
internal System.Windows.Controls.
CheckBox
FormatOnReturnCheckBox;
76
internal System.Windows.Controls.
CheckBox
FormatOnPasteCheckBox;
120
this.FormatWhenTypingCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
123
this.FormatOnSemicolonCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
126
this.FormatOnCloseBraceCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
129
this.FormatOnReturnCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
132
this.FormatOnPasteCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\IntelliSenseOptionPageControl.g.cs (20)
44
internal System.Windows.Controls.
CheckBox
Show_completion_list_after_a_character_is_typed;
52
internal System.Windows.Controls.
CheckBox
Show_completion_list_after_a_character_is_deleted;
60
internal System.Windows.Controls.
CheckBox
Automatically_show_completion_list_in_argument_lists;
68
internal System.Windows.Controls.
CheckBox
Highlight_matching_portions_of_completion_list_items;
76
internal System.Windows.Controls.
CheckBox
Show_completion_item_filters;
84
internal System.Windows.Controls.
CheckBox
Automatically_complete_statement_on_semicolon;
140
internal System.Windows.Controls.
CheckBox
Show_name_suggestions;
148
internal System.Windows.Controls.
CheckBox
Show_items_from_unimported_namespaces;
156
internal System.Windows.Controls.
CheckBox
Tab_twice_to_insert_arguments;
164
internal System.Windows.Controls.
CheckBox
Show_new_snippet_experience;
201
this.Show_completion_list_after_a_character_is_typed = ((System.Windows.Controls.
CheckBox
)(target));
216
this.Show_completion_list_after_a_character_is_deleted = ((System.Windows.Controls.
CheckBox
)(target));
219
this.Automatically_show_completion_list_in_argument_lists = ((System.Windows.Controls.
CheckBox
)(target));
222
this.Highlight_matching_portions_of_completion_list_items = ((System.Windows.Controls.
CheckBox
)(target));
225
this.Show_completion_item_filters = ((System.Windows.Controls.
CheckBox
)(target));
228
this.Automatically_complete_statement_on_semicolon = ((System.Windows.Controls.
CheckBox
)(target));
249
this.Show_name_suggestions = ((System.Windows.Controls.
CheckBox
)(target));
252
this.Show_items_from_unimported_namespaces = ((System.Windows.Controls.
CheckBox
)(target));
255
this.Tab_twice_to_insert_arguments = ((System.Windows.Controls.
CheckBox
)(target));
258
this.Show_new_snippet_experience = ((System.Windows.Controls.
CheckBox
)(target));
Microsoft.VisualStudio.LanguageServices.Implementation (12)
Options\AbstractOptionPageControl.cs (12)
47
var checkBoxStyle = new System.Windows.Style(typeof(
CheckBox
));
48
checkBoxStyle.Setters.Add(new Setter(
CheckBox
.MarginProperty, new Thickness() { Bottom = 7 }));
49
checkBoxStyle.Setters.Add(new Setter(
CheckBox
.ForegroundProperty, new DynamicResourceExtension(SystemColors.WindowTextBrushKey)));
50
Resources.Add(typeof(
CheckBox
), checkBoxStyle);
68
private protected void BindToOption(
CheckBox
checkbox, Option2<bool> optionKey)
79
var bindingExpression = checkbox.SetBinding(
CheckBox
.IsCheckedProperty, binding);
83
private protected void BindToOption(
CheckBox
checkbox, Option2<bool?> nullableOptionKey, Func<bool> onNullValue)
95
var bindingExpression = checkbox.SetBinding(
CheckBox
.IsCheckedProperty, binding);
99
private protected void BindToOption(
CheckBox
checkbox, PerLanguageOption2<bool> optionKey, string languageName)
110
var bindingExpression = checkbox.SetBinding(
CheckBox
.IsCheckedProperty, binding);
114
private protected void BindToOption(
CheckBox
checkbox, PerLanguageOption2<bool?> nullableOptionKey, string languageName, Func<bool> onNullValue)
126
var bindingExpression = checkbox.SetBinding(
CheckBox
.IsCheckedProperty, binding);
PresentationFramework (29)
System\Windows\Automation\Peers\CheckBoxAutomationPeer.cs (1)
12
public CheckBoxAutomationPeer(
CheckBox
owner): base(owner)
System\Windows\Controls\CheckBox.cs (4)
31
DefaultStyleKeyProperty.OverrideMetadata(typeof(
CheckBox
), new FrameworkPropertyMetadata(typeof(
CheckBox
)));
32
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
CheckBox
));
34
KeyboardNavigation.AcceptsReturnProperty.OverrideMetadata(typeof(
CheckBox
), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\DataGridCheckBoxColumn.cs (17)
35
baseStyle = Application.Current.FindResource(typeof(
CheckBox
)) as Style;
38
Style style = new Style(typeof(
CheckBox
), baseStyle);
43
style.Setters.Add(new Setter(
CheckBox
.HorizontalAlignmentProperty, HorizontalAlignment.Center));
44
style.Setters.Add(new Setter(
CheckBox
.VerticalAlignmentProperty, VerticalAlignment.Top));
67
baseStyle = Application.Current.FindResource(typeof(
CheckBox
)) as Style;
70
Style style = new Style(typeof(
CheckBox
), baseStyle);
72
style.Setters.Add(new Setter(
CheckBox
.HorizontalAlignmentProperty, HorizontalAlignment.Center));
73
style.Setters.Add(new Setter(
CheckBox
.VerticalAlignmentProperty, VerticalAlignment.Top));
103
private
CheckBox
GenerateCheckBox(bool isEditing, DataGridCell cell)
105
CheckBox
checkBox = (cell != null) ? (cell.Content as
CheckBox
) : null;
114
ApplyBinding(checkBox,
CheckBox
.IsCheckedProperty);
123
if (cell.Content is
CheckBox
checkBox)
144
CheckBox
.IsThreeStateProperty.AddOwner(
166
CheckBox
checkBox = editingElement as
CheckBox
;
202
private static bool IsMouseOver(
CheckBox
checkBox, RoutedEventArgs e)
System\Windows\Controls\ToolBar.cs (1)
468
else if (feType == typeof(
CheckBox
))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
167
case 74: t = () => typeof(
CheckBox
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4497
Type type = typeof(System.Windows.Controls.
CheckBox
);
4498
DependencyProperty dp = System.Windows.Controls.
CheckBox
.ContentProperty;
4500
this.GetXamlType(typeof(System.Windows.Controls.
CheckBox
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2656
typeof(System.Windows.Controls.
CheckBox
),
System\Windows\Markup\KnownTypes.cs (1)
5621
case KnownElements.CheckBox: t = typeof(System.Windows.Controls.
CheckBox
); break;
Roslyn.VisualStudio.DiagnosticsWindow (8)
OptionPages\ForceLowMemoryModePage.cs (1)
33
var
cb = new CheckBox { Content = "Forced Low Memory Mode: allocate" };
OptionPages\InternalOptionsControl.cs (7)
46
foreach (
var
item in optionsPanel.Children.OfType<
CheckBox
>())
67
clearButton.Click += (o, a) => optionsPanel.Children.OfType<
CheckBox
>().Do(c => c.Visibility = Visibility.Visible);
82
checkAllButton.Click += (o, a) => optionsPanel.Children.OfType<
CheckBox
>().Where(c => c.Visibility == Visibility.Visible).Do(c => c.IsChecked = true);
85
uncheckAllButton.Click += (o, a) => optionsPanel.Children.OfType<
CheckBox
>().Where(c => c.Visibility == Visibility.Visible).Do(c => c.IsChecked = false);
151
var
checkBox = new CheckBox() { Content = optionDisplay };
194
private void BindToCheckBox(
CheckBox
checkBox, IOption2 option, string languageName = null)