1 type derived from CheckBox
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
34public class RibbonCheckBox : CheckBox
6 instantiations of CheckBox
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerEnabledColumnDefinition.cs (1)
35var checkBox = new CheckBox();
PresentationFramework (3)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
113checkBox = new CheckBox();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2547bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.CheckBox(); };
System\Windows\Markup\KnownTypes.cs (1)
1164case KnownElements.CheckBox: o = new System.Windows.Controls.CheckBox(); break;
Roslyn.VisualStudio.DiagnosticsWindow (2)
OptionPages\ForceLowMemoryModePage.cs (1)
34var cb = new CheckBox { Content = "Forced Low Memory Mode: allocate" };
OptionPages\InternalOptionsControl.cs (1)
152var checkBox = new CheckBox() { Content = optionDisplay };
373 references to CheckBox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (18)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Adornment\RenameFlyout.g.cs (8)
94internal System.Windows.Controls.CheckBox OverloadsCheckbox; 102internal System.Windows.Controls.CheckBox CommentsCheckbox; 110internal System.Windows.Controls.CheckBox StringsCheckbox; 118internal System.Windows.Controls.CheckBox FileRenameCheckbox; 194this.OverloadsCheckbox = ((System.Windows.Controls.CheckBox)(target)); 197this.CommentsCheckbox = ((System.Windows.Controls.CheckBox)(target)); 200this.StringsCheckbox = ((System.Windows.Controls.CheckBox)(target)); 203this.FileRenameCheckbox = ((System.Windows.Controls.CheckBox)(target));
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Dashboard\RenameDashboard.g.cs (10)
68internal System.Windows.Controls.CheckBox OverloadsCheckbox; 76internal System.Windows.Controls.CheckBox CommentsCheckbox; 84internal System.Windows.Controls.CheckBox StringsCheckbox; 92internal System.Windows.Controls.CheckBox FileRenameCheckbox; 100internal System.Windows.Controls.CheckBox PreviewChangesCheckbox; 215this.OverloadsCheckbox = ((System.Windows.Controls.CheckBox)(target)); 218this.CommentsCheckbox = ((System.Windows.Controls.CheckBox)(target)); 221this.StringsCheckbox = ((System.Windows.Controls.CheckBox)(target)); 224this.FileRenameCheckbox = ((System.Windows.Controls.CheckBox)(target)); 227this.PreviewChangesCheckbox = ((System.Windows.Controls.CheckBox)(target));
Microsoft.VisualStudio.LanguageServices (9)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\AddParameterDialog.g.cs (2)
149internal System.Windows.Controls.CheckBox UseNamedArgumentButton; 265this.UseNamedArgumentButton = ((System.Windows.Controls.CheckBox)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Whitespace\View\WhitespaceBoolSettingView.g.cs (2)
45internal System.Windows.Controls.CheckBox RootCheckBox; 82this.RootCheckBox = ((System.Windows.Controls.CheckBox)(target));
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerEnabledColumnDefinition.cs (1)
35var checkBox = new CheckBox();
Utilities\AutomationDelegatingListView.cs (4)
92var toggleButton = ((CheckBox)checkBoxItem.Owner); 112var checkBox = (CheckBox)sender;
Microsoft.VisualStudio.LanguageServices.CSharp (174)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs (144)
76internal System.Windows.Controls.CheckBox DisplayDiagnosticsInline; 100internal System.Windows.Controls.CheckBox Run_code_analysis_in_separate_process; 108internal System.Windows.Controls.CheckBox Show_Remove_Unused_References_command_in_Solution_Explorer_experimental; 116internal System.Windows.Controls.CheckBox Enable_file_logging_for_diagnostics; 124internal System.Windows.Controls.CheckBox Skip_analyzers_for_implicitly_triggered_builds; 156internal System.Windows.Controls.CheckBox Analyze_source_generated_files; 164internal System.Windows.Controls.CheckBox Enable_navigation_to_sourcelink_and_embedded_sources; 172internal System.Windows.Controls.CheckBox Enable_navigation_to_decompiled_sources; 180internal System.Windows.Controls.CheckBox Always_use_default_symbol_servers_for_navigation; 188internal System.Windows.Controls.CheckBox Navigate_asynchronously_exerimental; 196internal System.Windows.Controls.CheckBox Rename_asynchronously_exerimental; 236internal System.Windows.Controls.CheckBox PlaceSystemNamespaceFirst; 244internal System.Windows.Controls.CheckBox SeparateImportGroups; 252internal System.Windows.Controls.CheckBox SuggestForTypesInReferenceAssemblies; 260internal System.Windows.Controls.CheckBox SuggestForTypesInNuGetPackages; 268internal System.Windows.Controls.CheckBox AddUsingsOnPaste; 276internal System.Windows.Controls.CheckBox EnableHighlightReferences; 284internal System.Windows.Controls.CheckBox EnableHighlightKeywords; 292internal System.Windows.Controls.CheckBox EnterOutliningMode; 300internal System.Windows.Controls.CheckBox Collapse_regions_on_file_open; 308internal System.Windows.Controls.CheckBox Collapse_usings_on_file_open; 316internal System.Windows.Controls.CheckBox Collapse_sourcelink_embedded_decompiled_files_on_open; 324internal System.Windows.Controls.CheckBox Collapse_metadata_signature_files_on_open; 332internal System.Windows.Controls.CheckBox DisplayLineSeparators; 340internal System.Windows.Controls.CheckBox Show_outlining_for_declaration_level_constructs; 348internal System.Windows.Controls.CheckBox Show_outlining_for_code_level_constructs; 356internal System.Windows.Controls.CheckBox Show_outlining_for_comments_and_preprocessor_regions; 364internal System.Windows.Controls.CheckBox Collapse_regions_when_collapsing_to_definitions; 372internal System.Windows.Controls.CheckBox Collapse_local_functions_when_collapsing_to_definitions; 380internal System.Windows.Controls.CheckBox Fade_out_unused_usings; 388internal System.Windows.Controls.CheckBox Fade_out_unreachable_code; 396internal System.Windows.Controls.CheckBox Show_guides_for_declaration_level_constructs; 404internal System.Windows.Controls.CheckBox Show_guides_for_code_level_constructs; 412internal System.Windows.Controls.CheckBox Show_guides_for_comments_and_preprocessor_regions; 420internal System.Windows.Controls.CheckBox GenerateXmlDocCommentsForTripleSlash; 428internal System.Windows.Controls.CheckBox InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments; 436internal System.Windows.Controls.CheckBox InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments; 444internal System.Windows.Controls.CheckBox Split_string_literals_on_enter; 452internal System.Windows.Controls.CheckBox Fix_text_pasted_into_string_literals_experimental; 460internal System.Windows.Controls.CheckBox ShowRemarksInQuickInfo; 468internal System.Windows.Controls.CheckBox RenameTrackingPreview; 476internal System.Windows.Controls.CheckBox Report_invalid_placeholders_in_string_dot_format_calls; 484internal System.Windows.Controls.CheckBox Underline_reassigned_variables; 492internal System.Windows.Controls.CheckBox Strike_out_obsolete_symbols; 500internal System.Windows.Controls.CheckBox Colorize_regular_expressions; 508internal System.Windows.Controls.CheckBox Report_invalid_regular_expressions; 516internal System.Windows.Controls.CheckBox Highlight_related_regular_expression_components_under_cursor; 524internal System.Windows.Controls.CheckBox Show_completion_list; 532internal System.Windows.Controls.CheckBox Colorize_JSON_strings; 540internal System.Windows.Controls.CheckBox Report_invalid_JSON_strings; 548internal System.Windows.Controls.CheckBox Highlight_related_JSON_components_under_cursor; 580internal System.Windows.Controls.CheckBox DontPutOutOrRefOnStruct; 620internal System.Windows.Controls.CheckBox DisplayAllHintsWhilePressingAltF1; 628internal System.Windows.Controls.CheckBox ColorHints; 636internal System.Windows.Controls.CheckBox DisplayInlineParameterNameHints; 644internal System.Windows.Controls.CheckBox ShowHintsForLiterals; 652internal System.Windows.Controls.CheckBox ShowHintsForNewExpressions; 660internal System.Windows.Controls.CheckBox ShowHintsForEverythingElse; 668internal System.Windows.Controls.CheckBox ShowHintsForIndexers; 676internal System.Windows.Controls.CheckBox SuppressHintsWhenParameterNameMatchesTheMethodsIntent; 684internal System.Windows.Controls.CheckBox SuppressHintsWhenParameterNamesDifferOnlyBySuffix; 692internal System.Windows.Controls.CheckBox SuppressHintsWhenParameterNamesMatchArgumentNames; 700internal System.Windows.Controls.CheckBox DisplayInlineTypeHints; 708internal System.Windows.Controls.CheckBox ShowHintsForVariablesWithInferredTypes; 716internal System.Windows.Controls.CheckBox ShowHintsForLambdaParameterTypes; 724internal System.Windows.Controls.CheckBox ShowHintsForImplicitObjectCreation; 732internal System.Windows.Controls.CheckBox ShowHintsForCollectionExpressions; 740internal System.Windows.Controls.CheckBox ShowInheritanceMargin; 748internal System.Windows.Controls.CheckBox InheritanceMarginCombinedWithIndicatorMargin; 756internal System.Windows.Controls.CheckBox IncludeGlobalImports; 764internal System.Windows.Controls.CheckBox AutomaticallyOpenStackTraceExplorer; 772internal System.Windows.Controls.CheckBox EnableDocumentOutline; 821this.DisplayDiagnosticsInline = ((System.Windows.Controls.CheckBox)(target)); 830this.Run_code_analysis_in_separate_process = ((System.Windows.Controls.CheckBox)(target)); 833this.Show_Remove_Unused_References_command_in_Solution_Explorer_experimental = ((System.Windows.Controls.CheckBox)(target)); 836this.Enable_file_logging_for_diagnostics = ((System.Windows.Controls.CheckBox)(target)); 839this.Skip_analyzers_for_implicitly_triggered_builds = ((System.Windows.Controls.CheckBox)(target)); 851this.Analyze_source_generated_files = ((System.Windows.Controls.CheckBox)(target)); 854this.Enable_navigation_to_sourcelink_and_embedded_sources = ((System.Windows.Controls.CheckBox)(target)); 857this.Enable_navigation_to_decompiled_sources = ((System.Windows.Controls.CheckBox)(target)); 860this.Always_use_default_symbol_servers_for_navigation = ((System.Windows.Controls.CheckBox)(target)); 863this.Navigate_asynchronously_exerimental = ((System.Windows.Controls.CheckBox)(target)); 866this.Rename_asynchronously_exerimental = ((System.Windows.Controls.CheckBox)(target)); 881this.PlaceSystemNamespaceFirst = ((System.Windows.Controls.CheckBox)(target)); 884this.SeparateImportGroups = ((System.Windows.Controls.CheckBox)(target)); 887this.SuggestForTypesInReferenceAssemblies = ((System.Windows.Controls.CheckBox)(target)); 890this.SuggestForTypesInNuGetPackages = ((System.Windows.Controls.CheckBox)(target)); 893this.AddUsingsOnPaste = ((System.Windows.Controls.CheckBox)(target)); 896this.EnableHighlightReferences = ((System.Windows.Controls.CheckBox)(target)); 899this.EnableHighlightKeywords = ((System.Windows.Controls.CheckBox)(target)); 902this.EnterOutliningMode = ((System.Windows.Controls.CheckBox)(target)); 917this.Collapse_regions_on_file_open = ((System.Windows.Controls.CheckBox)(target)); 920this.Collapse_usings_on_file_open = ((System.Windows.Controls.CheckBox)(target)); 923this.Collapse_sourcelink_embedded_decompiled_files_on_open = ((System.Windows.Controls.CheckBox)(target)); 926this.Collapse_metadata_signature_files_on_open = ((System.Windows.Controls.CheckBox)(target)); 929this.DisplayLineSeparators = ((System.Windows.Controls.CheckBox)(target)); 932this.Show_outlining_for_declaration_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 935this.Show_outlining_for_code_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 938this.Show_outlining_for_comments_and_preprocessor_regions = ((System.Windows.Controls.CheckBox)(target)); 941this.Collapse_regions_when_collapsing_to_definitions = ((System.Windows.Controls.CheckBox)(target)); 944this.Collapse_local_functions_when_collapsing_to_definitions = ((System.Windows.Controls.CheckBox)(target)); 947this.Fade_out_unused_usings = ((System.Windows.Controls.CheckBox)(target)); 950this.Fade_out_unreachable_code = ((System.Windows.Controls.CheckBox)(target)); 953this.Show_guides_for_declaration_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 956this.Show_guides_for_code_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 959this.Show_guides_for_comments_and_preprocessor_regions = ((System.Windows.Controls.CheckBox)(target)); 962this.GenerateXmlDocCommentsForTripleSlash = ((System.Windows.Controls.CheckBox)(target)); 965this.InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments = ((System.Windows.Controls.CheckBox)(target)); 968this.InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments = ((System.Windows.Controls.CheckBox)(target)); 971this.Split_string_literals_on_enter = ((System.Windows.Controls.CheckBox)(target)); 974this.Fix_text_pasted_into_string_literals_experimental = ((System.Windows.Controls.CheckBox)(target)); 977this.ShowRemarksInQuickInfo = ((System.Windows.Controls.CheckBox)(target)); 980this.RenameTrackingPreview = ((System.Windows.Controls.CheckBox)(target)); 983this.Report_invalid_placeholders_in_string_dot_format_calls = ((System.Windows.Controls.CheckBox)(target)); 986this.Underline_reassigned_variables = ((System.Windows.Controls.CheckBox)(target)); 989this.Strike_out_obsolete_symbols = ((System.Windows.Controls.CheckBox)(target)); 992this.Colorize_regular_expressions = ((System.Windows.Controls.CheckBox)(target)); 995this.Report_invalid_regular_expressions = ((System.Windows.Controls.CheckBox)(target)); 998this.Highlight_related_regular_expression_components_under_cursor = ((System.Windows.Controls.CheckBox)(target)); 1001this.Show_completion_list = ((System.Windows.Controls.CheckBox)(target)); 1004this.Colorize_JSON_strings = ((System.Windows.Controls.CheckBox)(target)); 1007this.Report_invalid_JSON_strings = ((System.Windows.Controls.CheckBox)(target)); 1010this.Highlight_related_JSON_components_under_cursor = ((System.Windows.Controls.CheckBox)(target)); 1022this.DontPutOutOrRefOnStruct = ((System.Windows.Controls.CheckBox)(target)); 1037this.DisplayAllHintsWhilePressingAltF1 = ((System.Windows.Controls.CheckBox)(target)); 1040this.ColorHints = ((System.Windows.Controls.CheckBox)(target)); 1043this.DisplayInlineParameterNameHints = ((System.Windows.Controls.CheckBox)(target)); 1058this.ShowHintsForLiterals = ((System.Windows.Controls.CheckBox)(target)); 1061this.ShowHintsForNewExpressions = ((System.Windows.Controls.CheckBox)(target)); 1064this.ShowHintsForEverythingElse = ((System.Windows.Controls.CheckBox)(target)); 1067this.ShowHintsForIndexers = ((System.Windows.Controls.CheckBox)(target)); 1070this.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = ((System.Windows.Controls.CheckBox)(target)); 1073this.SuppressHintsWhenParameterNamesDifferOnlyBySuffix = ((System.Windows.Controls.CheckBox)(target)); 1076this.SuppressHintsWhenParameterNamesMatchArgumentNames = ((System.Windows.Controls.CheckBox)(target)); 1079this.DisplayInlineTypeHints = ((System.Windows.Controls.CheckBox)(target)); 1094this.ShowHintsForVariablesWithInferredTypes = ((System.Windows.Controls.CheckBox)(target)); 1097this.ShowHintsForLambdaParameterTypes = ((System.Windows.Controls.CheckBox)(target)); 1100this.ShowHintsForImplicitObjectCreation = ((System.Windows.Controls.CheckBox)(target)); 1103this.ShowHintsForCollectionExpressions = ((System.Windows.Controls.CheckBox)(target)); 1106this.ShowInheritanceMargin = ((System.Windows.Controls.CheckBox)(target)); 1109this.InheritanceMarginCombinedWithIndicatorMargin = ((System.Windows.Controls.CheckBox)(target)); 1112this.IncludeGlobalImports = ((System.Windows.Controls.CheckBox)(target)); 1115this.AutomaticallyOpenStackTraceExplorer = ((System.Windows.Controls.CheckBox)(target)); 1118this.EnableDocumentOutline = ((System.Windows.Controls.CheckBox)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\Formatting\FormattingOptionPageControl.g.cs (10)
44internal System.Windows.Controls.CheckBox FormatWhenTypingCheckBox; 52internal System.Windows.Controls.CheckBox FormatOnSemicolonCheckBox; 60internal System.Windows.Controls.CheckBox FormatOnCloseBraceCheckBox; 68internal System.Windows.Controls.CheckBox FormatOnReturnCheckBox; 76internal System.Windows.Controls.CheckBox FormatOnPasteCheckBox; 120this.FormatWhenTypingCheckBox = ((System.Windows.Controls.CheckBox)(target)); 123this.FormatOnSemicolonCheckBox = ((System.Windows.Controls.CheckBox)(target)); 126this.FormatOnCloseBraceCheckBox = ((System.Windows.Controls.CheckBox)(target)); 129this.FormatOnReturnCheckBox = ((System.Windows.Controls.CheckBox)(target)); 132this.FormatOnPasteCheckBox = ((System.Windows.Controls.CheckBox)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\IntelliSenseOptionPageControl.g.cs (20)
44internal System.Windows.Controls.CheckBox Show_completion_list_after_a_character_is_typed; 52internal System.Windows.Controls.CheckBox Show_completion_list_after_a_character_is_deleted; 60internal System.Windows.Controls.CheckBox Automatically_show_completion_list_in_argument_lists; 68internal System.Windows.Controls.CheckBox Highlight_matching_portions_of_completion_list_items; 76internal System.Windows.Controls.CheckBox Show_completion_item_filters; 84internal System.Windows.Controls.CheckBox Automatically_complete_statement_on_semicolon; 140internal System.Windows.Controls.CheckBox Show_name_suggestions; 148internal System.Windows.Controls.CheckBox Show_items_from_unimported_namespaces; 156internal System.Windows.Controls.CheckBox Tab_twice_to_insert_arguments; 164internal System.Windows.Controls.CheckBox Show_new_snippet_experience; 201this.Show_completion_list_after_a_character_is_typed = ((System.Windows.Controls.CheckBox)(target)); 216this.Show_completion_list_after_a_character_is_deleted = ((System.Windows.Controls.CheckBox)(target)); 219this.Automatically_show_completion_list_in_argument_lists = ((System.Windows.Controls.CheckBox)(target)); 222this.Highlight_matching_portions_of_completion_list_items = ((System.Windows.Controls.CheckBox)(target)); 225this.Show_completion_item_filters = ((System.Windows.Controls.CheckBox)(target)); 228this.Automatically_complete_statement_on_semicolon = ((System.Windows.Controls.CheckBox)(target)); 249this.Show_name_suggestions = ((System.Windows.Controls.CheckBox)(target)); 252this.Show_items_from_unimported_namespaces = ((System.Windows.Controls.CheckBox)(target)); 255this.Tab_twice_to_insert_arguments = ((System.Windows.Controls.CheckBox)(target)); 258this.Show_new_snippet_experience = ((System.Windows.Controls.CheckBox)(target));
Microsoft.VisualStudio.LanguageServices.VisualBasic (134)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\AdvancedOptionPageControl.g.vb (122)
69Friend WithEvents DisplayDiagnosticsInline As System.Windows.Controls.CheckBox 90Friend WithEvents Run_code_analysis_in_separate_process As System.Windows.Controls.CheckBox 97Friend WithEvents Show_Remove_Unused_References_command_in_Solution_Explorer_experimental As System.Windows.Controls.CheckBox 104Friend WithEvents Enable_file_logging_for_diagnostics As System.Windows.Controls.CheckBox 111Friend WithEvents Skip_analyzers_for_implicitly_triggered_builds As System.Windows.Controls.CheckBox 139Friend WithEvents Analyze_source_generated_files As System.Windows.Controls.CheckBox 146Friend WithEvents Navigate_asynchronously_exerimental As System.Windows.Controls.CheckBox 153Friend WithEvents Rename_asynchronously_exerimental As System.Windows.Controls.CheckBox 188Friend WithEvents PlaceSystemNamespaceFirst As System.Windows.Controls.CheckBox 195Friend WithEvents SeparateImportGroups As System.Windows.Controls.CheckBox 202Friend WithEvents SuggestForTypesInReferenceAssemblies As System.Windows.Controls.CheckBox 209Friend WithEvents SuggestForTypesInNuGetPackages As System.Windows.Controls.CheckBox 216Friend WithEvents AddMissingImportsOnPaste As System.Windows.Controls.CheckBox 223Friend WithEvents EnableHighlightReferences As System.Windows.Controls.CheckBox 230Friend WithEvents EnableHighlightKeywords As System.Windows.Controls.CheckBox 237Friend WithEvents EnableOutlining As System.Windows.Controls.CheckBox 244Friend WithEvents Collapse_regions_on_file_open As System.Windows.Controls.CheckBox 251Friend WithEvents Collapse_imports_on_file_open As System.Windows.Controls.CheckBox 258Friend WithEvents Collapse_sourcelink_embedded_decompiled_files_on_open As System.Windows.Controls.CheckBox 265Friend WithEvents Collapse_metadata_signature_files_on_open As System.Windows.Controls.CheckBox 272Friend WithEvents DisplayLineSeparators As System.Windows.Controls.CheckBox 279Friend WithEvents Show_outlining_for_declaration_level_constructs As System.Windows.Controls.CheckBox 286Friend WithEvents Show_outlining_for_code_level_constructs As System.Windows.Controls.CheckBox 293Friend WithEvents Show_outlining_for_comments_and_preprocessor_regions As System.Windows.Controls.CheckBox 300Friend WithEvents Collapse_regions_when_collapsing_to_definitions As System.Windows.Controls.CheckBox 307Friend WithEvents Fade_out_unused_imports As System.Windows.Controls.CheckBox 314Friend WithEvents Show_guides_for_declaration_level_constructs As System.Windows.Controls.CheckBox 321Friend WithEvents Show_guides_for_code_level_constructs As System.Windows.Controls.CheckBox 328Friend WithEvents Show_guides_for_comments_and_preprocessor_regions As System.Windows.Controls.CheckBox 335Friend WithEvents GenerateXmlDocCommentsForTripleApostrophes As System.Windows.Controls.CheckBox 342Friend WithEvents InsertApostropheAtTheStartOfNewLinesWhenWritingApostropheComments As System.Windows.Controls.CheckBox 349Friend WithEvents EnableLineCommit As System.Windows.Controls.CheckBox 356Friend WithEvents EnableEndConstruct As System.Windows.Controls.CheckBox 363Friend WithEvents AutomaticInsertionOfInterfaceAndMustOverrideMembers As System.Windows.Controls.CheckBox 370Friend WithEvents ShowRemarksInQuickInfo As System.Windows.Controls.CheckBox 377Friend WithEvents RenameTrackingPreview As System.Windows.Controls.CheckBox 384Friend WithEvents Report_invalid_placeholders_in_string_dot_format_calls As System.Windows.Controls.CheckBox 391Friend WithEvents Underline_reassigned_variables As System.Windows.Controls.CheckBox 398Friend WithEvents Strike_out_obsolete_symbols As System.Windows.Controls.CheckBox 405Friend WithEvents NavigateToObjectBrowser As System.Windows.Controls.CheckBox 412Friend WithEvents Colorize_regular_expressions As System.Windows.Controls.CheckBox 419Friend WithEvents Report_invalid_regular_expressions As System.Windows.Controls.CheckBox 426Friend WithEvents Highlight_related_regular_expression_components_under_cursor As System.Windows.Controls.CheckBox 433Friend WithEvents Show_completion_list As System.Windows.Controls.CheckBox 440Friend WithEvents Colorize_JSON_strings As System.Windows.Controls.CheckBox 447Friend WithEvents Report_invalid_JSON_strings As System.Windows.Controls.CheckBox 454Friend WithEvents Highlight_related_JSON_components_under_cursor As System.Windows.Controls.CheckBox 510Friend WithEvents DisplayAllHintsWhilePressingAltF1 As System.Windows.Controls.CheckBox 517Friend WithEvents ColorHints As System.Windows.Controls.CheckBox 524Friend WithEvents DisplayInlineParameterNameHints As System.Windows.Controls.CheckBox 531Friend WithEvents ShowHintsForLiterals As System.Windows.Controls.CheckBox 538Friend WithEvents ShowHintsForNewExpressions As System.Windows.Controls.CheckBox 545Friend WithEvents ShowHintsForEverythingElse As System.Windows.Controls.CheckBox 552Friend WithEvents ShowHintsForIndexers As System.Windows.Controls.CheckBox 559Friend WithEvents SuppressHintsWhenParameterNameMatchesTheMethodsIntent As System.Windows.Controls.CheckBox 566Friend WithEvents SuppressHintsWhenParameterNamesDifferOnlyBySuffix As System.Windows.Controls.CheckBox 573Friend WithEvents SuppressHintsWhenParameterNamesMatchArgumentNames As System.Windows.Controls.CheckBox 587Friend WithEvents ShowInheritanceMargin As System.Windows.Controls.CheckBox 594Friend WithEvents InheritanceMarginCombinedWithIndicatorMargin As System.Windows.Controls.CheckBox 601Friend WithEvents IncludeGlobalImports As System.Windows.Controls.CheckBox 608Friend WithEvents EnableDocumentOutline As System.Windows.Controls.CheckBox 653Me.DisplayDiagnosticsInline = CType(target,System.Windows.Controls.CheckBox) 665Me.Run_code_analysis_in_separate_process = CType(target,System.Windows.Controls.CheckBox) 669Me.Show_Remove_Unused_References_command_in_Solution_Explorer_experimental = CType(target,System.Windows.Controls.CheckBox) 673Me.Enable_file_logging_for_diagnostics = CType(target,System.Windows.Controls.CheckBox) 677Me.Skip_analyzers_for_implicitly_triggered_builds = CType(target,System.Windows.Controls.CheckBox) 693Me.Analyze_source_generated_files = CType(target,System.Windows.Controls.CheckBox) 697Me.Navigate_asynchronously_exerimental = CType(target,System.Windows.Controls.CheckBox) 701Me.Rename_asynchronously_exerimental = CType(target,System.Windows.Controls.CheckBox) 721Me.PlaceSystemNamespaceFirst = CType(target,System.Windows.Controls.CheckBox) 725Me.SeparateImportGroups = CType(target,System.Windows.Controls.CheckBox) 729Me.SuggestForTypesInReferenceAssemblies = CType(target,System.Windows.Controls.CheckBox) 733Me.SuggestForTypesInNuGetPackages = CType(target,System.Windows.Controls.CheckBox) 737Me.AddMissingImportsOnPaste = CType(target,System.Windows.Controls.CheckBox) 741Me.EnableHighlightReferences = CType(target,System.Windows.Controls.CheckBox) 745Me.EnableHighlightKeywords = CType(target,System.Windows.Controls.CheckBox) 749Me.EnableOutlining = CType(target,System.Windows.Controls.CheckBox) 763Me.Collapse_regions_on_file_open = CType(target,System.Windows.Controls.CheckBox) 767Me.Collapse_imports_on_file_open = CType(target,System.Windows.Controls.CheckBox) 771Me.Collapse_sourcelink_embedded_decompiled_files_on_open = CType(target,System.Windows.Controls.CheckBox) 775Me.Collapse_metadata_signature_files_on_open = CType(target,System.Windows.Controls.CheckBox) 779Me.DisplayLineSeparators = CType(target,System.Windows.Controls.CheckBox) 783Me.Show_outlining_for_declaration_level_constructs = CType(target,System.Windows.Controls.CheckBox) 787Me.Show_outlining_for_code_level_constructs = CType(target,System.Windows.Controls.CheckBox) 791Me.Show_outlining_for_comments_and_preprocessor_regions = CType(target,System.Windows.Controls.CheckBox) 795Me.Collapse_regions_when_collapsing_to_definitions = CType(target,System.Windows.Controls.CheckBox) 799Me.Fade_out_unused_imports = CType(target,System.Windows.Controls.CheckBox) 803Me.Show_guides_for_declaration_level_constructs = CType(target,System.Windows.Controls.CheckBox) 807Me.Show_guides_for_code_level_constructs = CType(target,System.Windows.Controls.CheckBox) 811Me.Show_guides_for_comments_and_preprocessor_regions = CType(target,System.Windows.Controls.CheckBox) 815Me.GenerateXmlDocCommentsForTripleApostrophes = CType(target,System.Windows.Controls.CheckBox) 819Me.InsertApostropheAtTheStartOfNewLinesWhenWritingApostropheComments = CType(target,System.Windows.Controls.CheckBox) 823Me.EnableLineCommit = CType(target,System.Windows.Controls.CheckBox) 827Me.EnableEndConstruct = CType(target,System.Windows.Controls.CheckBox) 831Me.AutomaticInsertionOfInterfaceAndMustOverrideMembers = CType(target,System.Windows.Controls.CheckBox) 835Me.ShowRemarksInQuickInfo = CType(target,System.Windows.Controls.CheckBox) 839Me.RenameTrackingPreview = CType(target,System.Windows.Controls.CheckBox) 843Me.Report_invalid_placeholders_in_string_dot_format_calls = CType(target,System.Windows.Controls.CheckBox) 847Me.Underline_reassigned_variables = CType(target,System.Windows.Controls.CheckBox) 851Me.Strike_out_obsolete_symbols = CType(target,System.Windows.Controls.CheckBox) 855Me.NavigateToObjectBrowser = CType(target,System.Windows.Controls.CheckBox) 859Me.Colorize_regular_expressions = CType(target,System.Windows.Controls.CheckBox) 863Me.Report_invalid_regular_expressions = CType(target,System.Windows.Controls.CheckBox) 867Me.Highlight_related_regular_expression_components_under_cursor = CType(target,System.Windows.Controls.CheckBox) 871Me.Show_completion_list = CType(target,System.Windows.Controls.CheckBox) 875Me.Colorize_JSON_strings = CType(target,System.Windows.Controls.CheckBox) 879Me.Report_invalid_JSON_strings = CType(target,System.Windows.Controls.CheckBox) 883Me.Highlight_related_JSON_components_under_cursor = CType(target,System.Windows.Controls.CheckBox) 915Me.DisplayAllHintsWhilePressingAltF1 = CType(target,System.Windows.Controls.CheckBox) 919Me.ColorHints = CType(target,System.Windows.Controls.CheckBox) 923Me.DisplayInlineParameterNameHints = CType(target,System.Windows.Controls.CheckBox) 937Me.ShowHintsForLiterals = CType(target,System.Windows.Controls.CheckBox) 941Me.ShowHintsForNewExpressions = CType(target,System.Windows.Controls.CheckBox) 945Me.ShowHintsForEverythingElse = CType(target,System.Windows.Controls.CheckBox) 949Me.ShowHintsForIndexers = CType(target,System.Windows.Controls.CheckBox) 953Me.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = CType(target,System.Windows.Controls.CheckBox) 957Me.SuppressHintsWhenParameterNamesDifferOnlyBySuffix = CType(target,System.Windows.Controls.CheckBox) 961Me.SuppressHintsWhenParameterNamesMatchArgumentNames = CType(target,System.Windows.Controls.CheckBox) 969Me.ShowInheritanceMargin = CType(target,System.Windows.Controls.CheckBox) 973Me.InheritanceMarginCombinedWithIndicatorMargin = CType(target,System.Windows.Controls.CheckBox) 977Me.IncludeGlobalImports = CType(target,System.Windows.Controls.CheckBox) 981Me.EnableDocumentOutline = CType(target,System.Windows.Controls.CheckBox)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\IntelliSenseOptionPageControl.g.vb (12)
48Friend WithEvents Show_completion_list_after_a_character_is_typed As System.Windows.Controls.CheckBox 55Friend WithEvents Show_completion_list_after_a_character_is_deleted As System.Windows.Controls.CheckBox 62Friend WithEvents Highlight_matching_portions_of_completion_list_items As System.Windows.Controls.CheckBox 69Friend WithEvents Show_completion_item_filters As System.Windows.Controls.CheckBox 118Friend WithEvents Show_items_from_unimported_namespaces As System.Windows.Controls.CheckBox 125Friend WithEvents Tab_twice_to_insert_arguments As System.Windows.Controls.CheckBox 158Me.Show_completion_list_after_a_character_is_typed = CType(target,System.Windows.Controls.CheckBox) 162Me.Show_completion_list_after_a_character_is_deleted = CType(target,System.Windows.Controls.CheckBox) 166Me.Highlight_matching_portions_of_completion_list_items = CType(target,System.Windows.Controls.CheckBox) 170Me.Show_completion_item_filters = CType(target,System.Windows.Controls.CheckBox) 198Me.Show_items_from_unimported_namespaces = CType(target,System.Windows.Controls.CheckBox) 202Me.Tab_twice_to_insert_arguments = CType(target,System.Windows.Controls.CheckBox)
PresentationFramework (30)
System\Windows\Automation\Peers\CheckBoxAutomationPeer.cs (1)
24public CheckBoxAutomationPeer(CheckBox owner): base(owner)
System\Windows\Controls\CheckBox.cs (4)
40DefaultStyleKeyProperty.OverrideMetadata(typeof(CheckBox), new FrameworkPropertyMetadata(typeof(CheckBox))); 41_dType = DependencyObjectType.FromSystemTypeInternal(typeof(CheckBox)); 43KeyboardNavigation.AcceptsReturnProperty.OverrideMetadata(typeof(CheckBox), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\DataGridCheckBoxColumn.cs (18)
40baseStyle = Application.Current.FindResource(typeof(CheckBox)) as Style; 43Style style = new Style(typeof(CheckBox), baseStyle); 48style.Setters.Add(new Setter(CheckBox.HorizontalAlignmentProperty, HorizontalAlignment.Center)); 49style.Setters.Add(new Setter(CheckBox.VerticalAlignmentProperty, VerticalAlignment.Top)); 72baseStyle = Application.Current.FindResource(typeof(CheckBox)) as Style; 75Style style = new Style(typeof(CheckBox), baseStyle); 77style.Setters.Add(new Setter(CheckBox.HorizontalAlignmentProperty, HorizontalAlignment.Center)); 78style.Setters.Add(new Setter(CheckBox.VerticalAlignmentProperty, VerticalAlignment.Top)); 108private CheckBox GenerateCheckBox(bool isEditing, DataGridCell cell) 110CheckBox checkBox = (cell != null) ? (cell.Content as CheckBox) : null; 119ApplyBinding(checkBox, CheckBox.IsCheckedProperty); 130var checkBox = cell.Content as CheckBox; 152CheckBox.IsThreeStateProperty.AddOwner( 174CheckBox checkBox = editingElement as CheckBox; 210private static bool IsMouseOver(CheckBox checkBox, RoutedEventArgs e)
System\Windows\Controls\ToolBar.cs (1)
484else if (feType == typeof(CheckBox))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
170case 74: t = () => typeof(CheckBox); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4266Type type = typeof(System.Windows.Controls.CheckBox); 4267DependencyProperty dp = System.Windows.Controls.CheckBox.ContentProperty; 4269this.GetXamlType(typeof(System.Windows.Controls.CheckBox)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2545typeof(System.Windows.Controls.CheckBox),
System\Windows\Markup\KnownTypes.cs (1)
5628case KnownElements.CheckBox: t = typeof(System.Windows.Controls.CheckBox); break;
Roslyn.VisualStudio.DiagnosticsWindow (8)
OptionPages\ForceLowMemoryModePage.cs (1)
34var cb = new CheckBox { Content = "Forced Low Memory Mode: allocate" };
OptionPages\InternalOptionsControl.cs (7)
46foreach (var item in optionsPanel.Children.OfType<CheckBox>()) 68clearButton.Click += (o, a) => optionsPanel.Children.OfType<CheckBox>().Do(c => c.Visibility = Visibility.Visible); 83checkAllButton.Click += (o, a) => optionsPanel.Children.OfType<CheckBox>().Where(c => c.Visibility == Visibility.Visible).Do(c => c.IsChecked = true); 86uncheckAllButton.Click += (o, a) => optionsPanel.Children.OfType<CheckBox>().Where(c => c.Visibility == Visibility.Visible).Do(c => c.IsChecked = false); 152var checkBox = new CheckBox() { Content = optionDisplay }; 195private void BindToCheckBox(CheckBox checkBox, IOption2 option, string languageName = null)