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 };
375 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 Automatically_reload_updated_analyzers_and_generators; 116internal System.Windows.Controls.CheckBox Show_Remove_Unused_References_command_in_Solution_Explorer_experimental; 124internal System.Windows.Controls.CheckBox Enable_file_logging_for_diagnostics; 132internal System.Windows.Controls.CheckBox Skip_analyzers_for_implicitly_triggered_builds; 164internal System.Windows.Controls.CheckBox Analyze_source_generated_files; 172internal System.Windows.Controls.CheckBox Enable_navigation_to_sourcelink_and_embedded_sources; 180internal System.Windows.Controls.CheckBox Enable_navigation_to_decompiled_sources; 188internal System.Windows.Controls.CheckBox Always_use_default_symbol_servers_for_navigation; 196internal System.Windows.Controls.CheckBox Navigate_asynchronously_exerimental; 204internal System.Windows.Controls.CheckBox Rename_asynchronously_exerimental; 244internal System.Windows.Controls.CheckBox PlaceSystemNamespaceFirst; 252internal System.Windows.Controls.CheckBox SeparateImportGroups; 260internal System.Windows.Controls.CheckBox SuggestForTypesInReferenceAssemblies; 268internal System.Windows.Controls.CheckBox SuggestForTypesInNuGetPackages; 276internal System.Windows.Controls.CheckBox AddUsingsOnPaste; 284internal System.Windows.Controls.CheckBox EnableHighlightReferences; 292internal System.Windows.Controls.CheckBox EnableHighlightKeywords; 300internal System.Windows.Controls.CheckBox EnterOutliningMode; 308internal System.Windows.Controls.CheckBox Collapse_regions_on_file_open; 316internal System.Windows.Controls.CheckBox Collapse_usings_on_file_open; 324internal System.Windows.Controls.CheckBox Collapse_sourcelink_embedded_decompiled_files_on_open; 332internal System.Windows.Controls.CheckBox Collapse_metadata_signature_files_on_open; 340internal System.Windows.Controls.CheckBox DisplayLineSeparators; 348internal System.Windows.Controls.CheckBox Show_outlining_for_declaration_level_constructs; 356internal System.Windows.Controls.CheckBox Show_outlining_for_code_level_constructs; 364internal System.Windows.Controls.CheckBox Show_outlining_for_comments_and_preprocessor_regions; 372internal System.Windows.Controls.CheckBox Collapse_regions_when_collapsing_to_definitions; 380internal System.Windows.Controls.CheckBox Collapse_local_functions_when_collapsing_to_definitions; 388internal System.Windows.Controls.CheckBox Fade_out_unused_usings; 396internal System.Windows.Controls.CheckBox Fade_out_unreachable_code; 404internal System.Windows.Controls.CheckBox Show_guides_for_declaration_level_constructs; 412internal System.Windows.Controls.CheckBox Show_guides_for_code_level_constructs; 420internal System.Windows.Controls.CheckBox Show_guides_for_comments_and_preprocessor_regions; 428internal System.Windows.Controls.CheckBox GenerateXmlDocCommentsForTripleSlash; 436internal System.Windows.Controls.CheckBox InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments; 444internal System.Windows.Controls.CheckBox InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments; 452internal System.Windows.Controls.CheckBox Split_string_literals_on_enter; 460internal System.Windows.Controls.CheckBox Fix_text_pasted_into_string_literals_experimental; 468internal System.Windows.Controls.CheckBox ShowRemarksInQuickInfo; 476internal System.Windows.Controls.CheckBox RenameTrackingPreview; 484internal System.Windows.Controls.CheckBox Report_invalid_placeholders_in_string_dot_format_calls; 492internal System.Windows.Controls.CheckBox Underline_reassigned_variables; 500internal System.Windows.Controls.CheckBox Strike_out_obsolete_symbols; 508internal System.Windows.Controls.CheckBox Colorize_regular_expressions; 516internal System.Windows.Controls.CheckBox Report_invalid_regular_expressions; 524internal System.Windows.Controls.CheckBox Highlight_related_regular_expression_components_under_cursor; 532internal System.Windows.Controls.CheckBox Show_completion_list; 540internal System.Windows.Controls.CheckBox Colorize_JSON_strings; 548internal System.Windows.Controls.CheckBox Report_invalid_JSON_strings; 556internal System.Windows.Controls.CheckBox Highlight_related_JSON_components_under_cursor; 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)); 845this.Automatically_reload_updated_analyzers_and_generators = ((System.Windows.Controls.CheckBox)(target)); 848this.Show_Remove_Unused_References_command_in_Solution_Explorer_experimental = ((System.Windows.Controls.CheckBox)(target)); 851this.Enable_file_logging_for_diagnostics = ((System.Windows.Controls.CheckBox)(target)); 854this.Skip_analyzers_for_implicitly_triggered_builds = ((System.Windows.Controls.CheckBox)(target)); 866this.Analyze_source_generated_files = ((System.Windows.Controls.CheckBox)(target)); 869this.Enable_navigation_to_sourcelink_and_embedded_sources = ((System.Windows.Controls.CheckBox)(target)); 872this.Enable_navigation_to_decompiled_sources = ((System.Windows.Controls.CheckBox)(target)); 875this.Always_use_default_symbol_servers_for_navigation = ((System.Windows.Controls.CheckBox)(target)); 878this.Navigate_asynchronously_exerimental = ((System.Windows.Controls.CheckBox)(target)); 881this.Rename_asynchronously_exerimental = ((System.Windows.Controls.CheckBox)(target)); 896this.PlaceSystemNamespaceFirst = ((System.Windows.Controls.CheckBox)(target)); 899this.SeparateImportGroups = ((System.Windows.Controls.CheckBox)(target)); 902this.SuggestForTypesInReferenceAssemblies = ((System.Windows.Controls.CheckBox)(target)); 905this.SuggestForTypesInNuGetPackages = ((System.Windows.Controls.CheckBox)(target)); 908this.AddUsingsOnPaste = ((System.Windows.Controls.CheckBox)(target)); 911this.EnableHighlightReferences = ((System.Windows.Controls.CheckBox)(target)); 914this.EnableHighlightKeywords = ((System.Windows.Controls.CheckBox)(target)); 917this.EnterOutliningMode = ((System.Windows.Controls.CheckBox)(target)); 932this.Collapse_regions_on_file_open = ((System.Windows.Controls.CheckBox)(target)); 935this.Collapse_usings_on_file_open = ((System.Windows.Controls.CheckBox)(target)); 938this.Collapse_sourcelink_embedded_decompiled_files_on_open = ((System.Windows.Controls.CheckBox)(target)); 941this.Collapse_metadata_signature_files_on_open = ((System.Windows.Controls.CheckBox)(target)); 944this.DisplayLineSeparators = ((System.Windows.Controls.CheckBox)(target)); 947this.Show_outlining_for_declaration_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 950this.Show_outlining_for_code_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 953this.Show_outlining_for_comments_and_preprocessor_regions = ((System.Windows.Controls.CheckBox)(target)); 956this.Collapse_regions_when_collapsing_to_definitions = ((System.Windows.Controls.CheckBox)(target)); 959this.Collapse_local_functions_when_collapsing_to_definitions = ((System.Windows.Controls.CheckBox)(target)); 962this.Fade_out_unused_usings = ((System.Windows.Controls.CheckBox)(target)); 965this.Fade_out_unreachable_code = ((System.Windows.Controls.CheckBox)(target)); 968this.Show_guides_for_declaration_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 971this.Show_guides_for_code_level_constructs = ((System.Windows.Controls.CheckBox)(target)); 974this.Show_guides_for_comments_and_preprocessor_regions = ((System.Windows.Controls.CheckBox)(target)); 977this.GenerateXmlDocCommentsForTripleSlash = ((System.Windows.Controls.CheckBox)(target)); 980this.InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments = ((System.Windows.Controls.CheckBox)(target)); 983this.InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments = ((System.Windows.Controls.CheckBox)(target)); 986this.Split_string_literals_on_enter = ((System.Windows.Controls.CheckBox)(target)); 989this.Fix_text_pasted_into_string_literals_experimental = ((System.Windows.Controls.CheckBox)(target)); 992this.ShowRemarksInQuickInfo = ((System.Windows.Controls.CheckBox)(target)); 995this.RenameTrackingPreview = ((System.Windows.Controls.CheckBox)(target)); 998this.Report_invalid_placeholders_in_string_dot_format_calls = ((System.Windows.Controls.CheckBox)(target)); 1001this.Underline_reassigned_variables = ((System.Windows.Controls.CheckBox)(target)); 1004this.Strike_out_obsolete_symbols = ((System.Windows.Controls.CheckBox)(target)); 1007this.Colorize_regular_expressions = ((System.Windows.Controls.CheckBox)(target)); 1010this.Report_invalid_regular_expressions = ((System.Windows.Controls.CheckBox)(target)); 1013this.Highlight_related_regular_expression_components_under_cursor = ((System.Windows.Controls.CheckBox)(target)); 1016this.Show_completion_list = ((System.Windows.Controls.CheckBox)(target)); 1019this.Colorize_JSON_strings = ((System.Windows.Controls.CheckBox)(target)); 1022this.Report_invalid_JSON_strings = ((System.Windows.Controls.CheckBox)(target)); 1025this.Highlight_related_JSON_components_under_cursor = ((System.Windows.Controls.CheckBox)(target)); 1049this.DisplayAllHintsWhilePressingAltF1 = ((System.Windows.Controls.CheckBox)(target)); 1052this.ColorHints = ((System.Windows.Controls.CheckBox)(target)); 1055this.DisplayInlineParameterNameHints = ((System.Windows.Controls.CheckBox)(target)); 1070this.ShowHintsForLiterals = ((System.Windows.Controls.CheckBox)(target)); 1073this.ShowHintsForNewExpressions = ((System.Windows.Controls.CheckBox)(target)); 1076this.ShowHintsForEverythingElse = ((System.Windows.Controls.CheckBox)(target)); 1079this.ShowHintsForIndexers = ((System.Windows.Controls.CheckBox)(target)); 1082this.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = ((System.Windows.Controls.CheckBox)(target)); 1085this.SuppressHintsWhenParameterNamesDifferOnlyBySuffix = ((System.Windows.Controls.CheckBox)(target)); 1088this.SuppressHintsWhenParameterNamesMatchArgumentNames = ((System.Windows.Controls.CheckBox)(target)); 1091this.DisplayInlineTypeHints = ((System.Windows.Controls.CheckBox)(target)); 1106this.ShowHintsForVariablesWithInferredTypes = ((System.Windows.Controls.CheckBox)(target)); 1109this.ShowHintsForLambdaParameterTypes = ((System.Windows.Controls.CheckBox)(target)); 1112this.ShowHintsForImplicitObjectCreation = ((System.Windows.Controls.CheckBox)(target)); 1115this.ShowHintsForCollectionExpressions = ((System.Windows.Controls.CheckBox)(target)); 1118this.ShowInheritanceMargin = ((System.Windows.Controls.CheckBox)(target)); 1121this.InheritanceMarginCombinedWithIndicatorMargin = ((System.Windows.Controls.CheckBox)(target)); 1124this.IncludeGlobalImports = ((System.Windows.Controls.CheckBox)(target)); 1127this.AutomaticallyOpenStackTraceExplorer = ((System.Windows.Controls.CheckBox)(target)); 1130this.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 (136)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\AdvancedOptionPageControl.g.vb (124)
69Friend WithEvents DisplayDiagnosticsInline As System.Windows.Controls.CheckBox 90Friend WithEvents Run_code_analysis_in_separate_process As System.Windows.Controls.CheckBox 97Friend WithEvents Automatically_reload_updated_analyzers_and_generators As System.Windows.Controls.CheckBox 104Friend WithEvents Show_Remove_Unused_References_command_in_Solution_Explorer_experimental As System.Windows.Controls.CheckBox 111Friend WithEvents Enable_file_logging_for_diagnostics As System.Windows.Controls.CheckBox 118Friend WithEvents Skip_analyzers_for_implicitly_triggered_builds As System.Windows.Controls.CheckBox 146Friend WithEvents Analyze_source_generated_files As System.Windows.Controls.CheckBox 153Friend WithEvents Navigate_asynchronously_exerimental As System.Windows.Controls.CheckBox 160Friend WithEvents Rename_asynchronously_exerimental As System.Windows.Controls.CheckBox 195Friend WithEvents PlaceSystemNamespaceFirst As System.Windows.Controls.CheckBox 202Friend WithEvents SeparateImportGroups As System.Windows.Controls.CheckBox 209Friend WithEvents SuggestForTypesInReferenceAssemblies As System.Windows.Controls.CheckBox 216Friend WithEvents SuggestForTypesInNuGetPackages As System.Windows.Controls.CheckBox 223Friend WithEvents AddMissingImportsOnPaste As System.Windows.Controls.CheckBox 230Friend WithEvents EnableHighlightReferences As System.Windows.Controls.CheckBox 237Friend WithEvents EnableHighlightKeywords As System.Windows.Controls.CheckBox 244Friend WithEvents EnableOutlining As System.Windows.Controls.CheckBox 251Friend WithEvents Collapse_regions_on_file_open As System.Windows.Controls.CheckBox 258Friend WithEvents Collapse_imports_on_file_open As System.Windows.Controls.CheckBox 265Friend WithEvents Collapse_sourcelink_embedded_decompiled_files_on_open As System.Windows.Controls.CheckBox 272Friend WithEvents Collapse_metadata_signature_files_on_open As System.Windows.Controls.CheckBox 279Friend WithEvents DisplayLineSeparators As System.Windows.Controls.CheckBox 286Friend WithEvents Show_outlining_for_declaration_level_constructs As System.Windows.Controls.CheckBox 293Friend WithEvents Show_outlining_for_code_level_constructs As System.Windows.Controls.CheckBox 300Friend WithEvents Show_outlining_for_comments_and_preprocessor_regions As System.Windows.Controls.CheckBox 307Friend WithEvents Collapse_regions_when_collapsing_to_definitions As System.Windows.Controls.CheckBox 314Friend WithEvents Fade_out_unused_imports As System.Windows.Controls.CheckBox 321Friend WithEvents Show_guides_for_declaration_level_constructs As System.Windows.Controls.CheckBox 328Friend WithEvents Show_guides_for_code_level_constructs As System.Windows.Controls.CheckBox 335Friend WithEvents Show_guides_for_comments_and_preprocessor_regions As System.Windows.Controls.CheckBox 342Friend WithEvents GenerateXmlDocCommentsForTripleApostrophes As System.Windows.Controls.CheckBox 349Friend WithEvents InsertApostropheAtTheStartOfNewLinesWhenWritingApostropheComments As System.Windows.Controls.CheckBox 356Friend WithEvents EnableLineCommit As System.Windows.Controls.CheckBox 363Friend WithEvents EnableEndConstruct As System.Windows.Controls.CheckBox 370Friend WithEvents AutomaticInsertionOfInterfaceAndMustOverrideMembers As System.Windows.Controls.CheckBox 377Friend WithEvents ShowRemarksInQuickInfo As System.Windows.Controls.CheckBox 384Friend WithEvents RenameTrackingPreview As System.Windows.Controls.CheckBox 391Friend WithEvents Report_invalid_placeholders_in_string_dot_format_calls As System.Windows.Controls.CheckBox 398Friend WithEvents Underline_reassigned_variables As System.Windows.Controls.CheckBox 405Friend WithEvents Strike_out_obsolete_symbols As System.Windows.Controls.CheckBox 412Friend WithEvents NavigateToObjectBrowser As System.Windows.Controls.CheckBox 419Friend WithEvents Colorize_regular_expressions As System.Windows.Controls.CheckBox 426Friend WithEvents Report_invalid_regular_expressions As System.Windows.Controls.CheckBox 433Friend WithEvents Highlight_related_regular_expression_components_under_cursor As System.Windows.Controls.CheckBox 440Friend WithEvents Show_completion_list As System.Windows.Controls.CheckBox 447Friend WithEvents Colorize_JSON_strings As System.Windows.Controls.CheckBox 454Friend WithEvents Report_invalid_JSON_strings As System.Windows.Controls.CheckBox 461Friend WithEvents Highlight_related_JSON_components_under_cursor As System.Windows.Controls.CheckBox 517Friend WithEvents DisplayAllHintsWhilePressingAltF1 As System.Windows.Controls.CheckBox 524Friend WithEvents ColorHints As System.Windows.Controls.CheckBox 531Friend WithEvents DisplayInlineParameterNameHints As System.Windows.Controls.CheckBox 538Friend WithEvents ShowHintsForLiterals As System.Windows.Controls.CheckBox 545Friend WithEvents ShowHintsForNewExpressions As System.Windows.Controls.CheckBox 552Friend WithEvents ShowHintsForEverythingElse As System.Windows.Controls.CheckBox 559Friend WithEvents ShowHintsForIndexers As System.Windows.Controls.CheckBox 566Friend WithEvents SuppressHintsWhenParameterNameMatchesTheMethodsIntent As System.Windows.Controls.CheckBox 573Friend WithEvents SuppressHintsWhenParameterNamesDifferOnlyBySuffix As System.Windows.Controls.CheckBox 580Friend WithEvents SuppressHintsWhenParameterNamesMatchArgumentNames As System.Windows.Controls.CheckBox 594Friend WithEvents ShowInheritanceMargin As System.Windows.Controls.CheckBox 601Friend WithEvents InheritanceMarginCombinedWithIndicatorMargin As System.Windows.Controls.CheckBox 608Friend WithEvents IncludeGlobalImports As System.Windows.Controls.CheckBox 615Friend WithEvents EnableDocumentOutline As System.Windows.Controls.CheckBox 660Me.DisplayDiagnosticsInline = CType(target,System.Windows.Controls.CheckBox) 672Me.Run_code_analysis_in_separate_process = CType(target,System.Windows.Controls.CheckBox) 686Me.Automatically_reload_updated_analyzers_and_generators = CType(target,System.Windows.Controls.CheckBox) 690Me.Show_Remove_Unused_References_command_in_Solution_Explorer_experimental = CType(target,System.Windows.Controls.CheckBox) 694Me.Enable_file_logging_for_diagnostics = CType(target,System.Windows.Controls.CheckBox) 698Me.Skip_analyzers_for_implicitly_triggered_builds = CType(target,System.Windows.Controls.CheckBox) 714Me.Analyze_source_generated_files = CType(target,System.Windows.Controls.CheckBox) 718Me.Navigate_asynchronously_exerimental = CType(target,System.Windows.Controls.CheckBox) 722Me.Rename_asynchronously_exerimental = CType(target,System.Windows.Controls.CheckBox) 742Me.PlaceSystemNamespaceFirst = CType(target,System.Windows.Controls.CheckBox) 746Me.SeparateImportGroups = CType(target,System.Windows.Controls.CheckBox) 750Me.SuggestForTypesInReferenceAssemblies = CType(target,System.Windows.Controls.CheckBox) 754Me.SuggestForTypesInNuGetPackages = CType(target,System.Windows.Controls.CheckBox) 758Me.AddMissingImportsOnPaste = CType(target,System.Windows.Controls.CheckBox) 762Me.EnableHighlightReferences = CType(target,System.Windows.Controls.CheckBox) 766Me.EnableHighlightKeywords = CType(target,System.Windows.Controls.CheckBox) 770Me.EnableOutlining = CType(target,System.Windows.Controls.CheckBox) 784Me.Collapse_regions_on_file_open = CType(target,System.Windows.Controls.CheckBox) 788Me.Collapse_imports_on_file_open = CType(target,System.Windows.Controls.CheckBox) 792Me.Collapse_sourcelink_embedded_decompiled_files_on_open = CType(target,System.Windows.Controls.CheckBox) 796Me.Collapse_metadata_signature_files_on_open = CType(target,System.Windows.Controls.CheckBox) 800Me.DisplayLineSeparators = CType(target,System.Windows.Controls.CheckBox) 804Me.Show_outlining_for_declaration_level_constructs = CType(target,System.Windows.Controls.CheckBox) 808Me.Show_outlining_for_code_level_constructs = CType(target,System.Windows.Controls.CheckBox) 812Me.Show_outlining_for_comments_and_preprocessor_regions = CType(target,System.Windows.Controls.CheckBox) 816Me.Collapse_regions_when_collapsing_to_definitions = CType(target,System.Windows.Controls.CheckBox) 820Me.Fade_out_unused_imports = CType(target,System.Windows.Controls.CheckBox) 824Me.Show_guides_for_declaration_level_constructs = CType(target,System.Windows.Controls.CheckBox) 828Me.Show_guides_for_code_level_constructs = CType(target,System.Windows.Controls.CheckBox) 832Me.Show_guides_for_comments_and_preprocessor_regions = CType(target,System.Windows.Controls.CheckBox) 836Me.GenerateXmlDocCommentsForTripleApostrophes = CType(target,System.Windows.Controls.CheckBox) 840Me.InsertApostropheAtTheStartOfNewLinesWhenWritingApostropheComments = CType(target,System.Windows.Controls.CheckBox) 844Me.EnableLineCommit = CType(target,System.Windows.Controls.CheckBox) 848Me.EnableEndConstruct = CType(target,System.Windows.Controls.CheckBox) 852Me.AutomaticInsertionOfInterfaceAndMustOverrideMembers = CType(target,System.Windows.Controls.CheckBox) 856Me.ShowRemarksInQuickInfo = CType(target,System.Windows.Controls.CheckBox) 860Me.RenameTrackingPreview = CType(target,System.Windows.Controls.CheckBox) 864Me.Report_invalid_placeholders_in_string_dot_format_calls = CType(target,System.Windows.Controls.CheckBox) 868Me.Underline_reassigned_variables = CType(target,System.Windows.Controls.CheckBox) 872Me.Strike_out_obsolete_symbols = CType(target,System.Windows.Controls.CheckBox) 876Me.NavigateToObjectBrowser = CType(target,System.Windows.Controls.CheckBox) 880Me.Colorize_regular_expressions = CType(target,System.Windows.Controls.CheckBox) 884Me.Report_invalid_regular_expressions = CType(target,System.Windows.Controls.CheckBox) 888Me.Highlight_related_regular_expression_components_under_cursor = CType(target,System.Windows.Controls.CheckBox) 892Me.Show_completion_list = CType(target,System.Windows.Controls.CheckBox) 896Me.Colorize_JSON_strings = CType(target,System.Windows.Controls.CheckBox) 900Me.Report_invalid_JSON_strings = CType(target,System.Windows.Controls.CheckBox) 904Me.Highlight_related_JSON_components_under_cursor = CType(target,System.Windows.Controls.CheckBox) 936Me.DisplayAllHintsWhilePressingAltF1 = CType(target,System.Windows.Controls.CheckBox) 940Me.ColorHints = CType(target,System.Windows.Controls.CheckBox) 944Me.DisplayInlineParameterNameHints = CType(target,System.Windows.Controls.CheckBox) 958Me.ShowHintsForLiterals = CType(target,System.Windows.Controls.CheckBox) 962Me.ShowHintsForNewExpressions = CType(target,System.Windows.Controls.CheckBox) 966Me.ShowHintsForEverythingElse = CType(target,System.Windows.Controls.CheckBox) 970Me.ShowHintsForIndexers = CType(target,System.Windows.Controls.CheckBox) 974Me.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = CType(target,System.Windows.Controls.CheckBox) 978Me.SuppressHintsWhenParameterNamesDifferOnlyBySuffix = CType(target,System.Windows.Controls.CheckBox) 982Me.SuppressHintsWhenParameterNamesMatchArgumentNames = CType(target,System.Windows.Controls.CheckBox) 990Me.ShowInheritanceMargin = CType(target,System.Windows.Controls.CheckBox) 994Me.InheritanceMarginCombinedWithIndicatorMargin = CType(target,System.Windows.Controls.CheckBox) 998Me.IncludeGlobalImports = CType(target,System.Windows.Controls.CheckBox) 1002Me.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)