1 type derived from CheckBox
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
31public 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)
108checkBox = new CheckBox();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2659DefaultConstructor = delegate () { return new System.Windows.Controls.CheckBox(); },
System\Windows\Markup\KnownTypes.cs (1)
1157case KnownElements.CheckBox: o = new System.Windows.Controls.CheckBox(); break;
Roslyn.VisualStudio.DiagnosticsWindow (2)
OptionPages\ForceLowMemoryModePage.cs (1)
33var cb = new CheckBox { Content = "Forced Low Memory Mode: allocate" };
OptionPages\InternalOptionsControl.cs (1)
152var checkBox = new CheckBox() { Content = optionDisplay };
344 references to CheckBox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (8)
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));
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 (164)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs (134)
76internal System.Windows.Controls.CheckBox DisplayDiagnosticsInline; 100internal System.Windows.Controls.CheckBox Show_Remove_Unused_References_command_in_Solution_Explorer; 108internal System.Windows.Controls.CheckBox Enable_file_logging_for_diagnostics; 116internal System.Windows.Controls.CheckBox Skip_analyzers_for_implicitly_triggered_builds; 148internal System.Windows.Controls.CheckBox Enable_navigation_to_sourcelink_and_embedded_sources; 156internal System.Windows.Controls.CheckBox Enable_navigation_to_decompiled_sources; 164internal System.Windows.Controls.CheckBox Always_use_default_symbol_servers_for_navigation; 172internal System.Windows.Controls.CheckBox PlaceSystemNamespaceFirst; 180internal System.Windows.Controls.CheckBox SeparateImportGroups; 188internal System.Windows.Controls.CheckBox SuggestForTypesInReferenceAssemblies; 196internal System.Windows.Controls.CheckBox SuggestForTypesInNuGetPackages; 204internal System.Windows.Controls.CheckBox AddUsingsOnPaste; 212internal System.Windows.Controls.CheckBox EnableHighlightReferences; 220internal System.Windows.Controls.CheckBox EnableHighlightKeywords; 228internal System.Windows.Controls.CheckBox EnterOutliningMode; 236internal System.Windows.Controls.CheckBox Collapse_regions_on_file_open; 244internal System.Windows.Controls.CheckBox Collapse_usings_on_file_open; 252internal System.Windows.Controls.CheckBox Collapse_sourcelink_embedded_decompiled_files_on_open; 260internal System.Windows.Controls.CheckBox Collapse_metadata_signature_files_on_open; 268internal System.Windows.Controls.CheckBox DisplayLineSeparators; 276internal System.Windows.Controls.CheckBox Show_outlining_for_declaration_level_constructs; 284internal System.Windows.Controls.CheckBox Show_outlining_for_code_level_constructs; 292internal System.Windows.Controls.CheckBox Show_outlining_for_comments_and_preprocessor_regions; 300internal System.Windows.Controls.CheckBox Collapse_regions_when_collapsing_to_definitions; 308internal System.Windows.Controls.CheckBox Collapse_local_functions_when_collapsing_to_definitions; 316internal System.Windows.Controls.CheckBox Fade_out_unused_usings; 324internal System.Windows.Controls.CheckBox Fade_out_unused_members; 332internal System.Windows.Controls.CheckBox Fade_out_unreachable_code; 340internal System.Windows.Controls.CheckBox Show_guides_for_declaration_level_constructs; 348internal System.Windows.Controls.CheckBox Show_guides_for_code_level_constructs; 356internal System.Windows.Controls.CheckBox Show_guides_for_comments_and_preprocessor_regions; 364internal System.Windows.Controls.CheckBox GenerateXmlDocCommentsForTripleSlash; 372internal System.Windows.Controls.CheckBox InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments; 380internal System.Windows.Controls.CheckBox InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments; 388internal System.Windows.Controls.CheckBox Split_string_literals_on_enter; 396internal System.Windows.Controls.CheckBox Fix_text_pasted_into_string_literals_experimental; 404internal System.Windows.Controls.CheckBox ShowRemarksInQuickInfo; 412internal System.Windows.Controls.CheckBox RenameTrackingPreview; 420internal System.Windows.Controls.CheckBox Report_invalid_placeholders_in_string_dot_format_calls; 428internal System.Windows.Controls.CheckBox Underline_reassigned_variables; 436internal System.Windows.Controls.CheckBox Strike_out_obsolete_symbols; 444internal System.Windows.Controls.CheckBox Colorize_regular_expressions; 452internal System.Windows.Controls.CheckBox Report_invalid_regular_expressions; 460internal System.Windows.Controls.CheckBox Highlight_related_regular_expression_components_under_cursor; 468internal System.Windows.Controls.CheckBox Show_completion_list; 476internal System.Windows.Controls.CheckBox Colorize_JSON_strings; 484internal System.Windows.Controls.CheckBox Report_invalid_JSON_strings; 492internal System.Windows.Controls.CheckBox Highlight_related_JSON_components_under_cursor; 540internal System.Windows.Controls.CheckBox DisplayAllHintsWhilePressingAltF1; 548internal System.Windows.Controls.CheckBox ColorHints; 556internal System.Windows.Controls.CheckBox DisplayInlineParameterNameHints; 564internal System.Windows.Controls.CheckBox ShowHintsForLiterals; 572internal System.Windows.Controls.CheckBox ShowHintsForNewExpressions; 580internal System.Windows.Controls.CheckBox ShowHintsForEverythingElse; 588internal System.Windows.Controls.CheckBox ShowHintsForIndexers; 596internal System.Windows.Controls.CheckBox SuppressHintsWhenParameterNameMatchesTheMethodsIntent; 604internal System.Windows.Controls.CheckBox SuppressHintsWhenParameterNamesDifferOnlyBySuffix; 612internal System.Windows.Controls.CheckBox SuppressHintsWhenParameterNamesMatchArgumentNames; 620internal System.Windows.Controls.CheckBox DisplayInlineTypeHints; 628internal System.Windows.Controls.CheckBox ShowHintsForVariablesWithInferredTypes; 636internal System.Windows.Controls.CheckBox ShowHintsForLambdaParameterTypes; 644internal System.Windows.Controls.CheckBox ShowHintsForImplicitObjectCreation; 652internal System.Windows.Controls.CheckBox ShowHintsForCollectionExpressions; 660internal System.Windows.Controls.CheckBox ShowInheritanceMargin; 668internal System.Windows.Controls.CheckBox InheritanceMarginCombinedWithIndicatorMargin; 676internal System.Windows.Controls.CheckBox IncludeGlobalImports; 684internal System.Windows.Controls.CheckBox AutomaticallyOpenStackTraceExplorer; 733this.DisplayDiagnosticsInline = ((System.Windows.Controls.CheckBox)(target)); 742this.Show_Remove_Unused_References_command_in_Solution_Explorer = ((System.Windows.Controls.CheckBox)(target)); 745this.Enable_file_logging_for_diagnostics = ((System.Windows.Controls.CheckBox)(target)); 748this.Skip_analyzers_for_implicitly_triggered_builds = ((System.Windows.Controls.CheckBox)(target)); 760this.Enable_navigation_to_sourcelink_and_embedded_sources = ((System.Windows.Controls.CheckBox)(target)); 763this.Enable_navigation_to_decompiled_sources = ((System.Windows.Controls.CheckBox)(target)); 766this.Always_use_default_symbol_servers_for_navigation = ((System.Windows.Controls.CheckBox)(target)); 769this.PlaceSystemNamespaceFirst = ((System.Windows.Controls.CheckBox)(target)); 772this.SeparateImportGroups = ((System.Windows.Controls.CheckBox)(target)); 775this.SuggestForTypesInReferenceAssemblies = ((System.Windows.Controls.CheckBox)(target)); 778this.SuggestForTypesInNuGetPackages = ((System.Windows.Controls.CheckBox)(target)); 781this.AddUsingsOnPaste = ((System.Windows.Controls.CheckBox)(target)); 784this.EnableHighlightReferences = ((System.Windows.Controls.CheckBox)(target)); 787this.EnableHighlightKeywords = ((System.Windows.Controls.CheckBox)(target)); 790this.EnterOutliningMode = ((System.Windows.Controls.CheckBox)(target)); 805this.Collapse_regions_on_file_open = ((System.Windows.Controls.CheckBox)(target)); 808this.Collapse_usings_on_file_open = ((System.Windows.Controls.CheckBox)(target)); 811this.Collapse_sourcelink_embedded_decompiled_files_on_open = ((System.Windows.Controls.CheckBox)(target)); 814this.Collapse_metadata_signature_files_on_open = ((System.Windows.Controls.CheckBox)(target)); 817this.DisplayLineSeparators = ((System.Windows.Controls.CheckBox)(target)); 820this.Show_outlining_for_declaration_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 823this.Show_outlining_for_code_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 826this.Show_outlining_for_comments_and_preprocessor_regions = ((System.Windows.Controls.CheckBox)(target)); 829this.Collapse_regions_when_collapsing_to_definitions = ((System.Windows.Controls.CheckBox)(target)); 832this.Collapse_local_functions_when_collapsing_to_definitions = ((System.Windows.Controls.CheckBox)(target)); 835this.Fade_out_unused_usings = ((System.Windows.Controls.CheckBox)(target)); 838this.Fade_out_unused_members = ((System.Windows.Controls.CheckBox)(target)); 841this.Fade_out_unreachable_code = ((System.Windows.Controls.CheckBox)(target)); 844this.Show_guides_for_declaration_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 847this.Show_guides_for_code_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 850this.Show_guides_for_comments_and_preprocessor_regions = ((System.Windows.Controls.CheckBox)(target)); 853this.GenerateXmlDocCommentsForTripleSlash = ((System.Windows.Controls.CheckBox)(target)); 856this.InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments = ((System.Windows.Controls.CheckBox)(target)); 859this.InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments = ((System.Windows.Controls.CheckBox)(target)); 862this.Split_string_literals_on_enter = ((System.Windows.Controls.CheckBox)(target)); 865this.Fix_text_pasted_into_string_literals_experimental = ((System.Windows.Controls.CheckBox)(target)); 868this.ShowRemarksInQuickInfo = ((System.Windows.Controls.CheckBox)(target)); 871this.RenameTrackingPreview = ((System.Windows.Controls.CheckBox)(target)); 874this.Report_invalid_placeholders_in_string_dot_format_calls = ((System.Windows.Controls.CheckBox)(target)); 877this.Underline_reassigned_variables = ((System.Windows.Controls.CheckBox)(target)); 880this.Strike_out_obsolete_symbols = ((System.Windows.Controls.CheckBox)(target)); 883this.Colorize_regular_expressions = ((System.Windows.Controls.CheckBox)(target)); 886this.Report_invalid_regular_expressions = ((System.Windows.Controls.CheckBox)(target)); 889this.Highlight_related_regular_expression_components_under_cursor = ((System.Windows.Controls.CheckBox)(target)); 892this.Show_completion_list = ((System.Windows.Controls.CheckBox)(target)); 895this.Colorize_JSON_strings = ((System.Windows.Controls.CheckBox)(target)); 898this.Report_invalid_JSON_strings = ((System.Windows.Controls.CheckBox)(target)); 901this.Highlight_related_JSON_components_under_cursor = ((System.Windows.Controls.CheckBox)(target)); 919this.DisplayAllHintsWhilePressingAltF1 = ((System.Windows.Controls.CheckBox)(target)); 922this.ColorHints = ((System.Windows.Controls.CheckBox)(target)); 925this.DisplayInlineParameterNameHints = ((System.Windows.Controls.CheckBox)(target)); 940this.ShowHintsForLiterals = ((System.Windows.Controls.CheckBox)(target)); 943this.ShowHintsForNewExpressions = ((System.Windows.Controls.CheckBox)(target)); 946this.ShowHintsForEverythingElse = ((System.Windows.Controls.CheckBox)(target)); 949this.ShowHintsForIndexers = ((System.Windows.Controls.CheckBox)(target)); 952this.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = ((System.Windows.Controls.CheckBox)(target)); 955this.SuppressHintsWhenParameterNamesDifferOnlyBySuffix = ((System.Windows.Controls.CheckBox)(target)); 958this.SuppressHintsWhenParameterNamesMatchArgumentNames = ((System.Windows.Controls.CheckBox)(target)); 961this.DisplayInlineTypeHints = ((System.Windows.Controls.CheckBox)(target)); 976this.ShowHintsForVariablesWithInferredTypes = ((System.Windows.Controls.CheckBox)(target)); 979this.ShowHintsForLambdaParameterTypes = ((System.Windows.Controls.CheckBox)(target)); 982this.ShowHintsForImplicitObjectCreation = ((System.Windows.Controls.CheckBox)(target)); 985this.ShowHintsForCollectionExpressions = ((System.Windows.Controls.CheckBox)(target)); 988this.ShowInheritanceMargin = ((System.Windows.Controls.CheckBox)(target)); 991this.InheritanceMarginCombinedWithIndicatorMargin = ((System.Windows.Controls.CheckBox)(target)); 994this.IncludeGlobalImports = ((System.Windows.Controls.CheckBox)(target)); 997this.AutomaticallyOpenStackTraceExplorer = ((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 (126)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\AdvancedOptionPageControl.g.vb (114)
69Friend WithEvents DisplayDiagnosticsInline As System.Windows.Controls.CheckBox 90Friend WithEvents Show_Remove_Unused_References_command_in_Solution_Explorer As System.Windows.Controls.CheckBox 97Friend WithEvents Enable_file_logging_for_diagnostics As System.Windows.Controls.CheckBox 104Friend WithEvents Skip_analyzers_for_implicitly_triggered_builds As System.Windows.Controls.CheckBox 132Friend WithEvents PlaceSystemNamespaceFirst As System.Windows.Controls.CheckBox 139Friend WithEvents SeparateImportGroups As System.Windows.Controls.CheckBox 146Friend WithEvents SuggestForTypesInReferenceAssemblies As System.Windows.Controls.CheckBox 153Friend WithEvents SuggestForTypesInNuGetPackages As System.Windows.Controls.CheckBox 160Friend WithEvents AddMissingImportsOnPaste As System.Windows.Controls.CheckBox 167Friend WithEvents EnableHighlightReferences As System.Windows.Controls.CheckBox 174Friend WithEvents EnableHighlightKeywords As System.Windows.Controls.CheckBox 181Friend WithEvents EnableOutlining As System.Windows.Controls.CheckBox 188Friend WithEvents Collapse_regions_on_file_open As System.Windows.Controls.CheckBox 195Friend WithEvents Collapse_imports_on_file_open As System.Windows.Controls.CheckBox 202Friend WithEvents Collapse_sourcelink_embedded_decompiled_files_on_open As System.Windows.Controls.CheckBox 209Friend WithEvents Collapse_metadata_signature_files_on_open As System.Windows.Controls.CheckBox 216Friend WithEvents DisplayLineSeparators As System.Windows.Controls.CheckBox 223Friend WithEvents Show_outlining_for_declaration_level_constructs As System.Windows.Controls.CheckBox 230Friend WithEvents Show_outlining_for_code_level_constructs As System.Windows.Controls.CheckBox 237Friend WithEvents Show_outlining_for_comments_and_preprocessor_regions As System.Windows.Controls.CheckBox 244Friend WithEvents Collapse_regions_when_collapsing_to_definitions As System.Windows.Controls.CheckBox 251Friend WithEvents Fade_out_unused_imports As System.Windows.Controls.CheckBox 258Friend WithEvents Fade_out_unused_members As System.Windows.Controls.CheckBox 265Friend WithEvents Show_guides_for_declaration_level_constructs As System.Windows.Controls.CheckBox 272Friend WithEvents Show_guides_for_code_level_constructs As System.Windows.Controls.CheckBox 279Friend WithEvents Show_guides_for_comments_and_preprocessor_regions As System.Windows.Controls.CheckBox 286Friend WithEvents GenerateXmlDocCommentsForTripleApostrophes As System.Windows.Controls.CheckBox 293Friend WithEvents InsertApostropheAtTheStartOfNewLinesWhenWritingApostropheComments As System.Windows.Controls.CheckBox 300Friend WithEvents EnableLineCommit As System.Windows.Controls.CheckBox 307Friend WithEvents EnableEndConstruct As System.Windows.Controls.CheckBox 314Friend WithEvents AutomaticInsertionOfInterfaceAndMustOverrideMembers As System.Windows.Controls.CheckBox 321Friend WithEvents ShowRemarksInQuickInfo As System.Windows.Controls.CheckBox 328Friend WithEvents RenameTrackingPreview As System.Windows.Controls.CheckBox 335Friend WithEvents Report_invalid_placeholders_in_string_dot_format_calls As System.Windows.Controls.CheckBox 342Friend WithEvents Underline_reassigned_variables As System.Windows.Controls.CheckBox 349Friend WithEvents Strike_out_obsolete_symbols As System.Windows.Controls.CheckBox 356Friend WithEvents NavigateToObjectBrowser As System.Windows.Controls.CheckBox 363Friend WithEvents Colorize_regular_expressions As System.Windows.Controls.CheckBox 370Friend WithEvents Report_invalid_regular_expressions As System.Windows.Controls.CheckBox 377Friend WithEvents Highlight_related_regular_expression_components_under_cursor As System.Windows.Controls.CheckBox 384Friend WithEvents Show_completion_list As System.Windows.Controls.CheckBox 391Friend WithEvents Colorize_JSON_strings As System.Windows.Controls.CheckBox 398Friend WithEvents Report_invalid_JSON_strings As System.Windows.Controls.CheckBox 405Friend WithEvents Highlight_related_JSON_components_under_cursor As System.Windows.Controls.CheckBox 447Friend WithEvents DisplayAllHintsWhilePressingAltF1 As System.Windows.Controls.CheckBox 454Friend WithEvents ColorHints As System.Windows.Controls.CheckBox 461Friend WithEvents DisplayInlineParameterNameHints As System.Windows.Controls.CheckBox 468Friend WithEvents ShowHintsForLiterals As System.Windows.Controls.CheckBox 475Friend WithEvents ShowHintsForNewExpressions As System.Windows.Controls.CheckBox 482Friend WithEvents ShowHintsForEverythingElse As System.Windows.Controls.CheckBox 489Friend WithEvents ShowHintsForIndexers As System.Windows.Controls.CheckBox 496Friend WithEvents SuppressHintsWhenParameterNameMatchesTheMethodsIntent As System.Windows.Controls.CheckBox 503Friend WithEvents SuppressHintsWhenParameterNamesDifferOnlyBySuffix As System.Windows.Controls.CheckBox 510Friend WithEvents SuppressHintsWhenParameterNamesMatchArgumentNames As System.Windows.Controls.CheckBox 524Friend WithEvents ShowInheritanceMargin As System.Windows.Controls.CheckBox 531Friend WithEvents InheritanceMarginCombinedWithIndicatorMargin As System.Windows.Controls.CheckBox 538Friend WithEvents IncludeGlobalImports As System.Windows.Controls.CheckBox 583Me.DisplayDiagnosticsInline = CType(target,System.Windows.Controls.CheckBox) 595Me.Show_Remove_Unused_References_command_in_Solution_Explorer = CType(target,System.Windows.Controls.CheckBox) 599Me.Enable_file_logging_for_diagnostics = CType(target,System.Windows.Controls.CheckBox) 603Me.Skip_analyzers_for_implicitly_triggered_builds = CType(target,System.Windows.Controls.CheckBox) 619Me.PlaceSystemNamespaceFirst = CType(target,System.Windows.Controls.CheckBox) 623Me.SeparateImportGroups = CType(target,System.Windows.Controls.CheckBox) 627Me.SuggestForTypesInReferenceAssemblies = CType(target,System.Windows.Controls.CheckBox) 631Me.SuggestForTypesInNuGetPackages = CType(target,System.Windows.Controls.CheckBox) 635Me.AddMissingImportsOnPaste = CType(target,System.Windows.Controls.CheckBox) 639Me.EnableHighlightReferences = CType(target,System.Windows.Controls.CheckBox) 643Me.EnableHighlightKeywords = CType(target,System.Windows.Controls.CheckBox) 647Me.EnableOutlining = CType(target,System.Windows.Controls.CheckBox) 661Me.Collapse_regions_on_file_open = CType(target,System.Windows.Controls.CheckBox) 665Me.Collapse_imports_on_file_open = CType(target,System.Windows.Controls.CheckBox) 669Me.Collapse_sourcelink_embedded_decompiled_files_on_open = CType(target,System.Windows.Controls.CheckBox) 673Me.Collapse_metadata_signature_files_on_open = CType(target,System.Windows.Controls.CheckBox) 677Me.DisplayLineSeparators = CType(target,System.Windows.Controls.CheckBox) 681Me.Show_outlining_for_declaration_level_constructs = CType(target,System.Windows.Controls.CheckBox) 685Me.Show_outlining_for_code_level_constructs = CType(target,System.Windows.Controls.CheckBox) 689Me.Show_outlining_for_comments_and_preprocessor_regions = CType(target,System.Windows.Controls.CheckBox) 693Me.Collapse_regions_when_collapsing_to_definitions = CType(target,System.Windows.Controls.CheckBox) 697Me.Fade_out_unused_imports = CType(target,System.Windows.Controls.CheckBox) 701Me.Fade_out_unused_members = CType(target,System.Windows.Controls.CheckBox) 705Me.Show_guides_for_declaration_level_constructs = CType(target,System.Windows.Controls.CheckBox) 709Me.Show_guides_for_code_level_constructs = CType(target,System.Windows.Controls.CheckBox) 713Me.Show_guides_for_comments_and_preprocessor_regions = CType(target,System.Windows.Controls.CheckBox) 717Me.GenerateXmlDocCommentsForTripleApostrophes = CType(target,System.Windows.Controls.CheckBox) 721Me.InsertApostropheAtTheStartOfNewLinesWhenWritingApostropheComments = CType(target,System.Windows.Controls.CheckBox) 725Me.EnableLineCommit = CType(target,System.Windows.Controls.CheckBox) 729Me.EnableEndConstruct = CType(target,System.Windows.Controls.CheckBox) 733Me.AutomaticInsertionOfInterfaceAndMustOverrideMembers = CType(target,System.Windows.Controls.CheckBox) 737Me.ShowRemarksInQuickInfo = CType(target,System.Windows.Controls.CheckBox) 741Me.RenameTrackingPreview = CType(target,System.Windows.Controls.CheckBox) 745Me.Report_invalid_placeholders_in_string_dot_format_calls = CType(target,System.Windows.Controls.CheckBox) 749Me.Underline_reassigned_variables = CType(target,System.Windows.Controls.CheckBox) 753Me.Strike_out_obsolete_symbols = CType(target,System.Windows.Controls.CheckBox) 757Me.NavigateToObjectBrowser = CType(target,System.Windows.Controls.CheckBox) 761Me.Colorize_regular_expressions = CType(target,System.Windows.Controls.CheckBox) 765Me.Report_invalid_regular_expressions = CType(target,System.Windows.Controls.CheckBox) 769Me.Highlight_related_regular_expression_components_under_cursor = CType(target,System.Windows.Controls.CheckBox) 773Me.Show_completion_list = CType(target,System.Windows.Controls.CheckBox) 777Me.Colorize_JSON_strings = CType(target,System.Windows.Controls.CheckBox) 781Me.Report_invalid_JSON_strings = CType(target,System.Windows.Controls.CheckBox) 785Me.Highlight_related_JSON_components_under_cursor = CType(target,System.Windows.Controls.CheckBox) 809Me.DisplayAllHintsWhilePressingAltF1 = CType(target,System.Windows.Controls.CheckBox) 813Me.ColorHints = CType(target,System.Windows.Controls.CheckBox) 817Me.DisplayInlineParameterNameHints = CType(target,System.Windows.Controls.CheckBox) 831Me.ShowHintsForLiterals = CType(target,System.Windows.Controls.CheckBox) 835Me.ShowHintsForNewExpressions = CType(target,System.Windows.Controls.CheckBox) 839Me.ShowHintsForEverythingElse = CType(target,System.Windows.Controls.CheckBox) 843Me.ShowHintsForIndexers = CType(target,System.Windows.Controls.CheckBox) 847Me.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = CType(target,System.Windows.Controls.CheckBox) 851Me.SuppressHintsWhenParameterNamesDifferOnlyBySuffix = CType(target,System.Windows.Controls.CheckBox) 855Me.SuppressHintsWhenParameterNamesMatchArgumentNames = CType(target,System.Windows.Controls.CheckBox) 863Me.ShowInheritanceMargin = CType(target,System.Windows.Controls.CheckBox) 867Me.InheritanceMarginCombinedWithIndicatorMargin = CType(target,System.Windows.Controls.CheckBox) 871Me.IncludeGlobalImports = 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 (29)
System\Windows\Automation\Peers\CheckBoxAutomationPeer.cs (1)
12public CheckBoxAutomationPeer(CheckBox owner): base(owner)
System\Windows\Controls\CheckBox.cs (4)
31DefaultStyleKeyProperty.OverrideMetadata(typeof(CheckBox), new FrameworkPropertyMetadata(typeof(CheckBox))); 32_dType = DependencyObjectType.FromSystemTypeInternal(typeof(CheckBox)); 34KeyboardNavigation.AcceptsReturnProperty.OverrideMetadata(typeof(CheckBox), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\DataGridCheckBoxColumn.cs (17)
35baseStyle = Application.Current.FindResource(typeof(CheckBox)) as Style; 38Style style = new Style(typeof(CheckBox), baseStyle); 43style.Setters.Add(new Setter(CheckBox.HorizontalAlignmentProperty, HorizontalAlignment.Center)); 44style.Setters.Add(new Setter(CheckBox.VerticalAlignmentProperty, VerticalAlignment.Top)); 67baseStyle = Application.Current.FindResource(typeof(CheckBox)) as Style; 70Style style = new Style(typeof(CheckBox), baseStyle); 72style.Setters.Add(new Setter(CheckBox.HorizontalAlignmentProperty, HorizontalAlignment.Center)); 73style.Setters.Add(new Setter(CheckBox.VerticalAlignmentProperty, VerticalAlignment.Top)); 103private CheckBox GenerateCheckBox(bool isEditing, DataGridCell cell) 105CheckBox checkBox = (cell != null) ? (cell.Content as CheckBox) : null; 114ApplyBinding(checkBox, CheckBox.IsCheckedProperty); 123if (cell.Content is CheckBox checkBox) 144CheckBox.IsThreeStateProperty.AddOwner( 166CheckBox checkBox = editingElement as CheckBox; 202private static bool IsMouseOver(CheckBox checkBox, RoutedEventArgs e)
System\Windows\Controls\ToolBar.cs (1)
468else if (feType == typeof(CheckBox))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
167case 74: t = () => typeof(CheckBox); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4497Type type = typeof(System.Windows.Controls.CheckBox); 4498DependencyProperty dp = System.Windows.Controls.CheckBox.ContentProperty; 4500this.GetXamlType(typeof(System.Windows.Controls.CheckBox)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2656typeof(System.Windows.Controls.CheckBox),
System\Windows\Markup\KnownTypes.cs (1)
5621case KnownElements.CheckBox: t = typeof(System.Windows.Controls.CheckBox); break;
Roslyn.VisualStudio.DiagnosticsWindow (8)
OptionPages\ForceLowMemoryModePage.cs (1)
33var 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)