1 type derived from CheckBox
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
32
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)
109
checkBox = new
CheckBox
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2660
DefaultConstructor = delegate () { return new System.Windows.Controls.
CheckBox
(); },
System\Windows\Markup\KnownTypes.cs (1)
1158
case KnownElements.CheckBox: o = new System.Windows.Controls.
CheckBox
(); break;
Roslyn.VisualStudio.DiagnosticsWindow (2)
OptionPages\ForceLowMemoryModePage.cs (1)
34
var cb = new
CheckBox
{ Content = "Forced Low Memory Mode: allocate" };
OptionPages\InternalOptionsControl.cs (1)
152
var checkBox = new
CheckBox
() { Content = optionDisplay };
374 references to CheckBox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (18)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\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));
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Dashboard\RenameDashboard.g.cs (10)
68
internal System.Windows.Controls.
CheckBox
OverloadsCheckbox;
76
internal System.Windows.Controls.
CheckBox
CommentsCheckbox;
84
internal System.Windows.Controls.
CheckBox
StringsCheckbox;
92
internal System.Windows.Controls.
CheckBox
FileRenameCheckbox;
100
internal System.Windows.Controls.
CheckBox
PreviewChangesCheckbox;
215
this.OverloadsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
218
this.CommentsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
221
this.StringsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
224
this.FileRenameCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
227
this.PreviewChangesCheckbox = ((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 (174)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs (144)
76
internal System.Windows.Controls.
CheckBox
DisplayDiagnosticsInline;
100
internal System.Windows.Controls.
CheckBox
Run_code_analysis_in_separate_process;
108
internal System.Windows.Controls.
CheckBox
Automatically_reload_updated_analyzers_and_generators;
116
internal System.Windows.Controls.
CheckBox
Show_Remove_Unused_References_command_in_Solution_Explorer;
124
internal System.Windows.Controls.
CheckBox
Enable_file_logging_for_diagnostics;
132
internal System.Windows.Controls.
CheckBox
Skip_analyzers_for_implicitly_triggered_builds;
164
internal System.Windows.Controls.
CheckBox
Analyze_source_generated_files;
172
internal System.Windows.Controls.
CheckBox
Enable_navigation_to_sourcelink_and_embedded_sources;
180
internal System.Windows.Controls.
CheckBox
Enable_navigation_to_decompiled_sources;
188
internal System.Windows.Controls.
CheckBox
Always_use_default_symbol_servers_for_navigation;
196
internal System.Windows.Controls.
CheckBox
Rename_asynchronously_exerimental;
236
internal System.Windows.Controls.
CheckBox
PlaceSystemNamespaceFirst;
244
internal System.Windows.Controls.
CheckBox
SeparateImportGroups;
252
internal System.Windows.Controls.
CheckBox
SuggestForTypesInReferenceAssemblies;
260
internal System.Windows.Controls.
CheckBox
SuggestForTypesInNuGetPackages;
268
internal System.Windows.Controls.
CheckBox
AddUsingsOnPaste;
276
internal System.Windows.Controls.
CheckBox
EnableHighlightReferences;
284
internal System.Windows.Controls.
CheckBox
EnableHighlightKeywords;
292
internal System.Windows.Controls.
CheckBox
EnterOutliningMode;
300
internal System.Windows.Controls.
CheckBox
Collapse_regions_on_file_open;
308
internal System.Windows.Controls.
CheckBox
Collapse_usings_on_file_open;
316
internal System.Windows.Controls.
CheckBox
Collapse_sourcelink_embedded_decompiled_files_on_open;
324
internal System.Windows.Controls.
CheckBox
Collapse_metadata_signature_files_on_open;
332
internal System.Windows.Controls.
CheckBox
DisplayLineSeparators;
340
internal System.Windows.Controls.
CheckBox
Show_outlining_for_declaration_level_constructs;
348
internal System.Windows.Controls.
CheckBox
Show_outlining_for_code_level_constructs;
356
internal System.Windows.Controls.
CheckBox
Show_outlining_for_comments_and_preprocessor_regions;
364
internal System.Windows.Controls.
CheckBox
Collapse_regions_when_collapsing_to_definitions;
372
internal System.Windows.Controls.
CheckBox
Collapse_local_functions_when_collapsing_to_definitions;
380
internal System.Windows.Controls.
CheckBox
Fade_out_unused_usings;
388
internal System.Windows.Controls.
CheckBox
Fade_out_unused_members;
396
internal System.Windows.Controls.
CheckBox
Fade_out_unreachable_code;
404
internal System.Windows.Controls.
CheckBox
Show_guides_for_declaration_level_constructs;
412
internal System.Windows.Controls.
CheckBox
Show_guides_for_code_level_constructs;
420
internal System.Windows.Controls.
CheckBox
Show_guides_for_comments_and_preprocessor_regions;
428
internal System.Windows.Controls.
CheckBox
GenerateXmlDocCommentsForTripleSlash;
436
internal System.Windows.Controls.
CheckBox
InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments;
444
internal System.Windows.Controls.
CheckBox
InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments;
452
internal System.Windows.Controls.
CheckBox
Split_string_literals_on_enter;
460
internal System.Windows.Controls.
CheckBox
Fix_text_pasted_into_string_literals_experimental;
468
internal System.Windows.Controls.
CheckBox
ShowRemarksInQuickInfo;
476
internal System.Windows.Controls.
CheckBox
RenameTrackingPreview;
484
internal System.Windows.Controls.
CheckBox
Report_invalid_placeholders_in_string_dot_format_calls;
492
internal System.Windows.Controls.
CheckBox
Underline_reassigned_variables;
500
internal System.Windows.Controls.
CheckBox
Strike_out_obsolete_symbols;
508
internal System.Windows.Controls.
CheckBox
Colorize_regular_expressions;
516
internal System.Windows.Controls.
CheckBox
Report_invalid_regular_expressions;
524
internal System.Windows.Controls.
CheckBox
Highlight_related_regular_expression_components_under_cursor;
532
internal System.Windows.Controls.
CheckBox
Show_completion_list;
540
internal System.Windows.Controls.
CheckBox
Colorize_JSON_strings;
548
internal System.Windows.Controls.
CheckBox
Report_invalid_JSON_strings;
556
internal System.Windows.Controls.
CheckBox
Highlight_related_JSON_components_under_cursor;
604
internal System.Windows.Controls.
CheckBox
DisplayAllHintsWhilePressingAltF1;
612
internal System.Windows.Controls.
CheckBox
ColorHints;
620
internal System.Windows.Controls.
CheckBox
DisplayInlineParameterNameHints;
628
internal System.Windows.Controls.
CheckBox
ShowHintsForLiterals;
636
internal System.Windows.Controls.
CheckBox
ShowHintsForNewExpressions;
644
internal System.Windows.Controls.
CheckBox
ShowHintsForEverythingElse;
652
internal System.Windows.Controls.
CheckBox
ShowHintsForIndexers;
660
internal System.Windows.Controls.
CheckBox
SuppressHintsWhenParameterNameMatchesTheMethodsIntent;
668
internal System.Windows.Controls.
CheckBox
SuppressHintsWhenParameterNamesDifferOnlyBySuffix;
676
internal System.Windows.Controls.
CheckBox
SuppressHintsWhenParameterNamesMatchArgumentNames;
684
internal System.Windows.Controls.
CheckBox
DisplayInlineTypeHints;
692
internal System.Windows.Controls.
CheckBox
ShowHintsForVariablesWithInferredTypes;
700
internal System.Windows.Controls.
CheckBox
ShowHintsForLambdaParameterTypes;
708
internal System.Windows.Controls.
CheckBox
ShowHintsForImplicitObjectCreation;
716
internal System.Windows.Controls.
CheckBox
ShowHintsForCollectionExpressions;
724
internal System.Windows.Controls.
CheckBox
ShowInheritanceMargin;
732
internal System.Windows.Controls.
CheckBox
InheritanceMarginCombinedWithIndicatorMargin;
740
internal System.Windows.Controls.
CheckBox
IncludeGlobalImports;
748
internal System.Windows.Controls.
CheckBox
AutomaticallyOpenStackTraceExplorer;
756
internal System.Windows.Controls.
CheckBox
EnableDocumentOutline;
805
this.DisplayDiagnosticsInline = ((System.Windows.Controls.
CheckBox
)(target));
814
this.Run_code_analysis_in_separate_process = ((System.Windows.Controls.
CheckBox
)(target));
829
this.Automatically_reload_updated_analyzers_and_generators = ((System.Windows.Controls.
CheckBox
)(target));
832
this.Show_Remove_Unused_References_command_in_Solution_Explorer = ((System.Windows.Controls.
CheckBox
)(target));
835
this.Enable_file_logging_for_diagnostics = ((System.Windows.Controls.
CheckBox
)(target));
838
this.Skip_analyzers_for_implicitly_triggered_builds = ((System.Windows.Controls.
CheckBox
)(target));
850
this.Analyze_source_generated_files = ((System.Windows.Controls.
CheckBox
)(target));
853
this.Enable_navigation_to_sourcelink_and_embedded_sources = ((System.Windows.Controls.
CheckBox
)(target));
856
this.Enable_navigation_to_decompiled_sources = ((System.Windows.Controls.
CheckBox
)(target));
859
this.Always_use_default_symbol_servers_for_navigation = ((System.Windows.Controls.
CheckBox
)(target));
862
this.Rename_asynchronously_exerimental = ((System.Windows.Controls.
CheckBox
)(target));
877
this.PlaceSystemNamespaceFirst = ((System.Windows.Controls.
CheckBox
)(target));
880
this.SeparateImportGroups = ((System.Windows.Controls.
CheckBox
)(target));
883
this.SuggestForTypesInReferenceAssemblies = ((System.Windows.Controls.
CheckBox
)(target));
886
this.SuggestForTypesInNuGetPackages = ((System.Windows.Controls.
CheckBox
)(target));
889
this.AddUsingsOnPaste = ((System.Windows.Controls.
CheckBox
)(target));
892
this.EnableHighlightReferences = ((System.Windows.Controls.
CheckBox
)(target));
895
this.EnableHighlightKeywords = ((System.Windows.Controls.
CheckBox
)(target));
898
this.EnterOutliningMode = ((System.Windows.Controls.
CheckBox
)(target));
913
this.Collapse_regions_on_file_open = ((System.Windows.Controls.
CheckBox
)(target));
916
this.Collapse_usings_on_file_open = ((System.Windows.Controls.
CheckBox
)(target));
919
this.Collapse_sourcelink_embedded_decompiled_files_on_open = ((System.Windows.Controls.
CheckBox
)(target));
922
this.Collapse_metadata_signature_files_on_open = ((System.Windows.Controls.
CheckBox
)(target));
925
this.DisplayLineSeparators = ((System.Windows.Controls.
CheckBox
)(target));
928
this.Show_outlining_for_declaration_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
931
this.Show_outlining_for_code_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
934
this.Show_outlining_for_comments_and_preprocessor_regions = ((System.Windows.Controls.
CheckBox
)(target));
937
this.Collapse_regions_when_collapsing_to_definitions = ((System.Windows.Controls.
CheckBox
)(target));
940
this.Collapse_local_functions_when_collapsing_to_definitions = ((System.Windows.Controls.
CheckBox
)(target));
943
this.Fade_out_unused_usings = ((System.Windows.Controls.
CheckBox
)(target));
946
this.Fade_out_unused_members = ((System.Windows.Controls.
CheckBox
)(target));
949
this.Fade_out_unreachable_code = ((System.Windows.Controls.
CheckBox
)(target));
952
this.Show_guides_for_declaration_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
955
this.Show_guides_for_code_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
958
this.Show_guides_for_comments_and_preprocessor_regions = ((System.Windows.Controls.
CheckBox
)(target));
961
this.GenerateXmlDocCommentsForTripleSlash = ((System.Windows.Controls.
CheckBox
)(target));
964
this.InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments = ((System.Windows.Controls.
CheckBox
)(target));
967
this.InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments = ((System.Windows.Controls.
CheckBox
)(target));
970
this.Split_string_literals_on_enter = ((System.Windows.Controls.
CheckBox
)(target));
973
this.Fix_text_pasted_into_string_literals_experimental = ((System.Windows.Controls.
CheckBox
)(target));
976
this.ShowRemarksInQuickInfo = ((System.Windows.Controls.
CheckBox
)(target));
979
this.RenameTrackingPreview = ((System.Windows.Controls.
CheckBox
)(target));
982
this.Report_invalid_placeholders_in_string_dot_format_calls = ((System.Windows.Controls.
CheckBox
)(target));
985
this.Underline_reassigned_variables = ((System.Windows.Controls.
CheckBox
)(target));
988
this.Strike_out_obsolete_symbols = ((System.Windows.Controls.
CheckBox
)(target));
991
this.Colorize_regular_expressions = ((System.Windows.Controls.
CheckBox
)(target));
994
this.Report_invalid_regular_expressions = ((System.Windows.Controls.
CheckBox
)(target));
997
this.Highlight_related_regular_expression_components_under_cursor = ((System.Windows.Controls.
CheckBox
)(target));
1000
this.Show_completion_list = ((System.Windows.Controls.
CheckBox
)(target));
1003
this.Colorize_JSON_strings = ((System.Windows.Controls.
CheckBox
)(target));
1006
this.Report_invalid_JSON_strings = ((System.Windows.Controls.
CheckBox
)(target));
1009
this.Highlight_related_JSON_components_under_cursor = ((System.Windows.Controls.
CheckBox
)(target));
1027
this.DisplayAllHintsWhilePressingAltF1 = ((System.Windows.Controls.
CheckBox
)(target));
1030
this.ColorHints = ((System.Windows.Controls.
CheckBox
)(target));
1033
this.DisplayInlineParameterNameHints = ((System.Windows.Controls.
CheckBox
)(target));
1048
this.ShowHintsForLiterals = ((System.Windows.Controls.
CheckBox
)(target));
1051
this.ShowHintsForNewExpressions = ((System.Windows.Controls.
CheckBox
)(target));
1054
this.ShowHintsForEverythingElse = ((System.Windows.Controls.
CheckBox
)(target));
1057
this.ShowHintsForIndexers = ((System.Windows.Controls.
CheckBox
)(target));
1060
this.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = ((System.Windows.Controls.
CheckBox
)(target));
1063
this.SuppressHintsWhenParameterNamesDifferOnlyBySuffix = ((System.Windows.Controls.
CheckBox
)(target));
1066
this.SuppressHintsWhenParameterNamesMatchArgumentNames = ((System.Windows.Controls.
CheckBox
)(target));
1069
this.DisplayInlineTypeHints = ((System.Windows.Controls.
CheckBox
)(target));
1084
this.ShowHintsForVariablesWithInferredTypes = ((System.Windows.Controls.
CheckBox
)(target));
1087
this.ShowHintsForLambdaParameterTypes = ((System.Windows.Controls.
CheckBox
)(target));
1090
this.ShowHintsForImplicitObjectCreation = ((System.Windows.Controls.
CheckBox
)(target));
1093
this.ShowHintsForCollectionExpressions = ((System.Windows.Controls.
CheckBox
)(target));
1096
this.ShowInheritanceMargin = ((System.Windows.Controls.
CheckBox
)(target));
1099
this.InheritanceMarginCombinedWithIndicatorMargin = ((System.Windows.Controls.
CheckBox
)(target));
1102
this.IncludeGlobalImports = ((System.Windows.Controls.
CheckBox
)(target));
1105
this.AutomaticallyOpenStackTraceExplorer = ((System.Windows.Controls.
CheckBox
)(target));
1108
this.EnableDocumentOutline = ((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.VisualBasic (136)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\AdvancedOptionPageControl.g.vb (124)
69
Friend WithEvents DisplayDiagnosticsInline As System.Windows.Controls.
CheckBox
90
Friend WithEvents Run_code_analysis_in_separate_process As System.Windows.Controls.
CheckBox
97
Friend WithEvents Automatically_reload_updated_analyzers_and_generators As System.Windows.Controls.
CheckBox
104
Friend WithEvents Show_Remove_Unused_References_command_in_Solution_Explorer As System.Windows.Controls.
CheckBox
111
Friend WithEvents Enable_file_logging_for_diagnostics As System.Windows.Controls.
CheckBox
118
Friend WithEvents Skip_analyzers_for_implicitly_triggered_builds As System.Windows.Controls.
CheckBox
146
Friend WithEvents Analyze_source_generated_files As System.Windows.Controls.
CheckBox
153
Friend WithEvents Rename_asynchronously_exerimental As System.Windows.Controls.
CheckBox
188
Friend WithEvents PlaceSystemNamespaceFirst As System.Windows.Controls.
CheckBox
195
Friend WithEvents SeparateImportGroups As System.Windows.Controls.
CheckBox
202
Friend WithEvents SuggestForTypesInReferenceAssemblies As System.Windows.Controls.
CheckBox
209
Friend WithEvents SuggestForTypesInNuGetPackages As System.Windows.Controls.
CheckBox
216
Friend WithEvents AddMissingImportsOnPaste As System.Windows.Controls.
CheckBox
223
Friend WithEvents EnableHighlightReferences As System.Windows.Controls.
CheckBox
230
Friend WithEvents EnableHighlightKeywords As System.Windows.Controls.
CheckBox
237
Friend WithEvents EnableOutlining As System.Windows.Controls.
CheckBox
244
Friend WithEvents Collapse_regions_on_file_open As System.Windows.Controls.
CheckBox
251
Friend WithEvents Collapse_imports_on_file_open As System.Windows.Controls.
CheckBox
258
Friend WithEvents Collapse_sourcelink_embedded_decompiled_files_on_open As System.Windows.Controls.
CheckBox
265
Friend WithEvents Collapse_metadata_signature_files_on_open As System.Windows.Controls.
CheckBox
272
Friend WithEvents DisplayLineSeparators As System.Windows.Controls.
CheckBox
279
Friend WithEvents Show_outlining_for_declaration_level_constructs As System.Windows.Controls.
CheckBox
286
Friend WithEvents Show_outlining_for_code_level_constructs As System.Windows.Controls.
CheckBox
293
Friend WithEvents Show_outlining_for_comments_and_preprocessor_regions As System.Windows.Controls.
CheckBox
300
Friend WithEvents Collapse_regions_when_collapsing_to_definitions As System.Windows.Controls.
CheckBox
307
Friend WithEvents Fade_out_unused_imports As System.Windows.Controls.
CheckBox
314
Friend WithEvents Fade_out_unused_members As System.Windows.Controls.
CheckBox
321
Friend WithEvents Show_guides_for_declaration_level_constructs As System.Windows.Controls.
CheckBox
328
Friend WithEvents Show_guides_for_code_level_constructs As System.Windows.Controls.
CheckBox
335
Friend WithEvents Show_guides_for_comments_and_preprocessor_regions As System.Windows.Controls.
CheckBox
342
Friend WithEvents GenerateXmlDocCommentsForTripleApostrophes As System.Windows.Controls.
CheckBox
349
Friend WithEvents InsertApostropheAtTheStartOfNewLinesWhenWritingApostropheComments As System.Windows.Controls.
CheckBox
356
Friend WithEvents EnableLineCommit As System.Windows.Controls.
CheckBox
363
Friend WithEvents EnableEndConstruct As System.Windows.Controls.
CheckBox
370
Friend WithEvents AutomaticInsertionOfInterfaceAndMustOverrideMembers As System.Windows.Controls.
CheckBox
377
Friend WithEvents ShowRemarksInQuickInfo As System.Windows.Controls.
CheckBox
384
Friend WithEvents RenameTrackingPreview As System.Windows.Controls.
CheckBox
391
Friend WithEvents Report_invalid_placeholders_in_string_dot_format_calls As System.Windows.Controls.
CheckBox
398
Friend WithEvents Underline_reassigned_variables As System.Windows.Controls.
CheckBox
405
Friend WithEvents Strike_out_obsolete_symbols As System.Windows.Controls.
CheckBox
412
Friend WithEvents NavigateToObjectBrowser As System.Windows.Controls.
CheckBox
419
Friend WithEvents Colorize_regular_expressions As System.Windows.Controls.
CheckBox
426
Friend WithEvents Report_invalid_regular_expressions As System.Windows.Controls.
CheckBox
433
Friend WithEvents Highlight_related_regular_expression_components_under_cursor As System.Windows.Controls.
CheckBox
440
Friend WithEvents Show_completion_list As System.Windows.Controls.
CheckBox
447
Friend WithEvents Colorize_JSON_strings As System.Windows.Controls.
CheckBox
454
Friend WithEvents Report_invalid_JSON_strings As System.Windows.Controls.
CheckBox
461
Friend WithEvents Highlight_related_JSON_components_under_cursor As System.Windows.Controls.
CheckBox
503
Friend WithEvents DisplayAllHintsWhilePressingAltF1 As System.Windows.Controls.
CheckBox
510
Friend WithEvents ColorHints As System.Windows.Controls.
CheckBox
517
Friend WithEvents DisplayInlineParameterNameHints As System.Windows.Controls.
CheckBox
524
Friend WithEvents ShowHintsForLiterals As System.Windows.Controls.
CheckBox
531
Friend WithEvents ShowHintsForNewExpressions As System.Windows.Controls.
CheckBox
538
Friend WithEvents ShowHintsForEverythingElse As System.Windows.Controls.
CheckBox
545
Friend WithEvents ShowHintsForIndexers As System.Windows.Controls.
CheckBox
552
Friend WithEvents SuppressHintsWhenParameterNameMatchesTheMethodsIntent As System.Windows.Controls.
CheckBox
559
Friend WithEvents SuppressHintsWhenParameterNamesDifferOnlyBySuffix As System.Windows.Controls.
CheckBox
566
Friend WithEvents SuppressHintsWhenParameterNamesMatchArgumentNames As System.Windows.Controls.
CheckBox
580
Friend WithEvents ShowInheritanceMargin As System.Windows.Controls.
CheckBox
587
Friend WithEvents InheritanceMarginCombinedWithIndicatorMargin As System.Windows.Controls.
CheckBox
594
Friend WithEvents IncludeGlobalImports As System.Windows.Controls.
CheckBox
601
Friend WithEvents EnableDocumentOutline As System.Windows.Controls.
CheckBox
646
Me.DisplayDiagnosticsInline = CType(target,System.Windows.Controls.
CheckBox
)
658
Me.Run_code_analysis_in_separate_process = CType(target,System.Windows.Controls.
CheckBox
)
672
Me.Automatically_reload_updated_analyzers_and_generators = CType(target,System.Windows.Controls.
CheckBox
)
676
Me.Show_Remove_Unused_References_command_in_Solution_Explorer = CType(target,System.Windows.Controls.
CheckBox
)
680
Me.Enable_file_logging_for_diagnostics = CType(target,System.Windows.Controls.
CheckBox
)
684
Me.Skip_analyzers_for_implicitly_triggered_builds = CType(target,System.Windows.Controls.
CheckBox
)
700
Me.Analyze_source_generated_files = CType(target,System.Windows.Controls.
CheckBox
)
704
Me.Rename_asynchronously_exerimental = CType(target,System.Windows.Controls.
CheckBox
)
724
Me.PlaceSystemNamespaceFirst = CType(target,System.Windows.Controls.
CheckBox
)
728
Me.SeparateImportGroups = CType(target,System.Windows.Controls.
CheckBox
)
732
Me.SuggestForTypesInReferenceAssemblies = CType(target,System.Windows.Controls.
CheckBox
)
736
Me.SuggestForTypesInNuGetPackages = CType(target,System.Windows.Controls.
CheckBox
)
740
Me.AddMissingImportsOnPaste = CType(target,System.Windows.Controls.
CheckBox
)
744
Me.EnableHighlightReferences = CType(target,System.Windows.Controls.
CheckBox
)
748
Me.EnableHighlightKeywords = CType(target,System.Windows.Controls.
CheckBox
)
752
Me.EnableOutlining = CType(target,System.Windows.Controls.
CheckBox
)
766
Me.Collapse_regions_on_file_open = CType(target,System.Windows.Controls.
CheckBox
)
770
Me.Collapse_imports_on_file_open = CType(target,System.Windows.Controls.
CheckBox
)
774
Me.Collapse_sourcelink_embedded_decompiled_files_on_open = CType(target,System.Windows.Controls.
CheckBox
)
778
Me.Collapse_metadata_signature_files_on_open = CType(target,System.Windows.Controls.
CheckBox
)
782
Me.DisplayLineSeparators = CType(target,System.Windows.Controls.
CheckBox
)
786
Me.Show_outlining_for_declaration_level_constructs = CType(target,System.Windows.Controls.
CheckBox
)
790
Me.Show_outlining_for_code_level_constructs = CType(target,System.Windows.Controls.
CheckBox
)
794
Me.Show_outlining_for_comments_and_preprocessor_regions = CType(target,System.Windows.Controls.
CheckBox
)
798
Me.Collapse_regions_when_collapsing_to_definitions = CType(target,System.Windows.Controls.
CheckBox
)
802
Me.Fade_out_unused_imports = CType(target,System.Windows.Controls.
CheckBox
)
806
Me.Fade_out_unused_members = CType(target,System.Windows.Controls.
CheckBox
)
810
Me.Show_guides_for_declaration_level_constructs = CType(target,System.Windows.Controls.
CheckBox
)
814
Me.Show_guides_for_code_level_constructs = CType(target,System.Windows.Controls.
CheckBox
)
818
Me.Show_guides_for_comments_and_preprocessor_regions = CType(target,System.Windows.Controls.
CheckBox
)
822
Me.GenerateXmlDocCommentsForTripleApostrophes = CType(target,System.Windows.Controls.
CheckBox
)
826
Me.InsertApostropheAtTheStartOfNewLinesWhenWritingApostropheComments = CType(target,System.Windows.Controls.
CheckBox
)
830
Me.EnableLineCommit = CType(target,System.Windows.Controls.
CheckBox
)
834
Me.EnableEndConstruct = CType(target,System.Windows.Controls.
CheckBox
)
838
Me.AutomaticInsertionOfInterfaceAndMustOverrideMembers = CType(target,System.Windows.Controls.
CheckBox
)
842
Me.ShowRemarksInQuickInfo = CType(target,System.Windows.Controls.
CheckBox
)
846
Me.RenameTrackingPreview = CType(target,System.Windows.Controls.
CheckBox
)
850
Me.Report_invalid_placeholders_in_string_dot_format_calls = CType(target,System.Windows.Controls.
CheckBox
)
854
Me.Underline_reassigned_variables = CType(target,System.Windows.Controls.
CheckBox
)
858
Me.Strike_out_obsolete_symbols = CType(target,System.Windows.Controls.
CheckBox
)
862
Me.NavigateToObjectBrowser = CType(target,System.Windows.Controls.
CheckBox
)
866
Me.Colorize_regular_expressions = CType(target,System.Windows.Controls.
CheckBox
)
870
Me.Report_invalid_regular_expressions = CType(target,System.Windows.Controls.
CheckBox
)
874
Me.Highlight_related_regular_expression_components_under_cursor = CType(target,System.Windows.Controls.
CheckBox
)
878
Me.Show_completion_list = CType(target,System.Windows.Controls.
CheckBox
)
882
Me.Colorize_JSON_strings = CType(target,System.Windows.Controls.
CheckBox
)
886
Me.Report_invalid_JSON_strings = CType(target,System.Windows.Controls.
CheckBox
)
890
Me.Highlight_related_JSON_components_under_cursor = CType(target,System.Windows.Controls.
CheckBox
)
914
Me.DisplayAllHintsWhilePressingAltF1 = CType(target,System.Windows.Controls.
CheckBox
)
918
Me.ColorHints = CType(target,System.Windows.Controls.
CheckBox
)
922
Me.DisplayInlineParameterNameHints = CType(target,System.Windows.Controls.
CheckBox
)
936
Me.ShowHintsForLiterals = CType(target,System.Windows.Controls.
CheckBox
)
940
Me.ShowHintsForNewExpressions = CType(target,System.Windows.Controls.
CheckBox
)
944
Me.ShowHintsForEverythingElse = CType(target,System.Windows.Controls.
CheckBox
)
948
Me.ShowHintsForIndexers = CType(target,System.Windows.Controls.
CheckBox
)
952
Me.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = CType(target,System.Windows.Controls.
CheckBox
)
956
Me.SuppressHintsWhenParameterNamesDifferOnlyBySuffix = CType(target,System.Windows.Controls.
CheckBox
)
960
Me.SuppressHintsWhenParameterNamesMatchArgumentNames = CType(target,System.Windows.Controls.
CheckBox
)
968
Me.ShowInheritanceMargin = CType(target,System.Windows.Controls.
CheckBox
)
972
Me.InheritanceMarginCombinedWithIndicatorMargin = CType(target,System.Windows.Controls.
CheckBox
)
976
Me.IncludeGlobalImports = CType(target,System.Windows.Controls.
CheckBox
)
980
Me.EnableDocumentOutline = CType(target,System.Windows.Controls.
CheckBox
)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\IntelliSenseOptionPageControl.g.vb (12)
48
Friend WithEvents Show_completion_list_after_a_character_is_typed As System.Windows.Controls.
CheckBox
55
Friend WithEvents Show_completion_list_after_a_character_is_deleted As System.Windows.Controls.
CheckBox
62
Friend WithEvents Highlight_matching_portions_of_completion_list_items As System.Windows.Controls.
CheckBox
69
Friend WithEvents Show_completion_item_filters As System.Windows.Controls.
CheckBox
118
Friend WithEvents Show_items_from_unimported_namespaces As System.Windows.Controls.
CheckBox
125
Friend WithEvents Tab_twice_to_insert_arguments As System.Windows.Controls.
CheckBox
158
Me.Show_completion_list_after_a_character_is_typed = CType(target,System.Windows.Controls.
CheckBox
)
162
Me.Show_completion_list_after_a_character_is_deleted = CType(target,System.Windows.Controls.
CheckBox
)
166
Me.Highlight_matching_portions_of_completion_list_items = CType(target,System.Windows.Controls.
CheckBox
)
170
Me.Show_completion_item_filters = CType(target,System.Windows.Controls.
CheckBox
)
198
Me.Show_items_from_unimported_namespaces = CType(target,System.Windows.Controls.
CheckBox
)
202
Me.Tab_twice_to_insert_arguments = CType(target,System.Windows.Controls.
CheckBox
)
PresentationFramework (29)
System\Windows\Automation\Peers\CheckBoxAutomationPeer.cs (1)
13
public CheckBoxAutomationPeer(
CheckBox
owner): base(owner)
System\Windows\Controls\CheckBox.cs (4)
32
DefaultStyleKeyProperty.OverrideMetadata(typeof(
CheckBox
), new FrameworkPropertyMetadata(typeof(
CheckBox
)));
33
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
CheckBox
));
35
KeyboardNavigation.AcceptsReturnProperty.OverrideMetadata(typeof(
CheckBox
), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\DataGridCheckBoxColumn.cs (17)
36
baseStyle = Application.Current.FindResource(typeof(
CheckBox
)) as Style;
39
Style style = new Style(typeof(
CheckBox
), baseStyle);
44
style.Setters.Add(new Setter(
CheckBox
.HorizontalAlignmentProperty, HorizontalAlignment.Center));
45
style.Setters.Add(new Setter(
CheckBox
.VerticalAlignmentProperty, VerticalAlignment.Top));
68
baseStyle = Application.Current.FindResource(typeof(
CheckBox
)) as Style;
71
Style style = new Style(typeof(
CheckBox
), baseStyle);
73
style.Setters.Add(new Setter(
CheckBox
.HorizontalAlignmentProperty, HorizontalAlignment.Center));
74
style.Setters.Add(new Setter(
CheckBox
.VerticalAlignmentProperty, VerticalAlignment.Top));
104
private
CheckBox
GenerateCheckBox(bool isEditing, DataGridCell cell)
106
CheckBox
checkBox = (cell != null) ? (cell.Content as
CheckBox
) : null;
115
ApplyBinding(checkBox,
CheckBox
.IsCheckedProperty);
124
if (cell.Content is
CheckBox
checkBox)
145
CheckBox
.IsThreeStateProperty.AddOwner(
167
CheckBox
checkBox = editingElement as
CheckBox
;
203
private static bool IsMouseOver(
CheckBox
checkBox, RoutedEventArgs e)
System\Windows\Controls\ToolBar.cs (1)
475
else if (feType == typeof(
CheckBox
))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
168
case 74: t = () => typeof(
CheckBox
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4498
Type type = typeof(System.Windows.Controls.
CheckBox
);
4499
DependencyProperty dp = System.Windows.Controls.
CheckBox
.ContentProperty;
4501
this.GetXamlType(typeof(System.Windows.Controls.
CheckBox
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2657
typeof(System.Windows.Controls.
CheckBox
),
System\Windows\Markup\KnownTypes.cs (1)
5622
case KnownElements.CheckBox: t = typeof(System.Windows.Controls.
CheckBox
); break;
Roslyn.VisualStudio.DiagnosticsWindow (8)
OptionPages\ForceLowMemoryModePage.cs (1)
34
var
cb = new CheckBox { Content = "Forced Low Memory Mode: allocate" };
OptionPages\InternalOptionsControl.cs (7)
46
foreach (
var
item in optionsPanel.Children.OfType<
CheckBox
>())
68
clearButton.Click += (o, a) => optionsPanel.Children.OfType<
CheckBox
>().Do(c => c.Visibility = Visibility.Visible);
83
checkAllButton.Click += (o, a) => optionsPanel.Children.OfType<
CheckBox
>().Where(c => c.Visibility == Visibility.Visible).Do(c => c.IsChecked = true);
86
uncheckAllButton.Click += (o, a) => optionsPanel.Children.OfType<
CheckBox
>().Where(c => c.Visibility == Visibility.Visible).Do(c => c.IsChecked = false);
152
var
checkBox = new CheckBox() { Content = optionDisplay };
195
private void BindToCheckBox(
CheckBox
checkBox, IOption2 option, string languageName = null)