1 type derived from CheckBox
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
34
public class RibbonCheckBox :
CheckBox
6 instantiations of CheckBox
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerEnabledColumnDefinition.cs (1)
35
var checkBox = new
CheckBox
();
PresentationFramework (3)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
113
checkBox = new
CheckBox
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2547
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
CheckBox
(); };
System\Windows\Markup\KnownTypes.cs (1)
1164
case KnownElements.CheckBox: o = new System.Windows.Controls.
CheckBox
(); break;
Roslyn.VisualStudio.DiagnosticsWindow (2)
OptionPages\ForceLowMemoryModePage.cs (1)
34
var cb = new
CheckBox
{ Content = "Forced Low Memory Mode: allocate" };
OptionPages\InternalOptionsControl.cs (1)
152
var checkBox = new
CheckBox
() { Content = optionDisplay };
375 references to CheckBox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (18)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Adornment\RenameFlyout.g.cs (8)
94
internal System.Windows.Controls.
CheckBox
OverloadsCheckbox;
102
internal System.Windows.Controls.
CheckBox
CommentsCheckbox;
110
internal System.Windows.Controls.
CheckBox
StringsCheckbox;
118
internal System.Windows.Controls.
CheckBox
FileRenameCheckbox;
194
this.OverloadsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
197
this.CommentsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
200
this.StringsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
203
this.FileRenameCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Dashboard\RenameDashboard.g.cs (10)
68
internal System.Windows.Controls.
CheckBox
OverloadsCheckbox;
76
internal System.Windows.Controls.
CheckBox
CommentsCheckbox;
84
internal System.Windows.Controls.
CheckBox
StringsCheckbox;
92
internal System.Windows.Controls.
CheckBox
FileRenameCheckbox;
100
internal System.Windows.Controls.
CheckBox
PreviewChangesCheckbox;
215
this.OverloadsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
218
this.CommentsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
221
this.StringsCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
224
this.FileRenameCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
227
this.PreviewChangesCheckbox = ((System.Windows.Controls.
CheckBox
)(target));
Microsoft.VisualStudio.LanguageServices (9)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\AddParameterDialog.g.cs (2)
149
internal System.Windows.Controls.
CheckBox
UseNamedArgumentButton;
265
this.UseNamedArgumentButton = ((System.Windows.Controls.
CheckBox
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Whitespace\View\WhitespaceBoolSettingView.g.cs (2)
45
internal System.Windows.Controls.
CheckBox
RootCheckBox;
82
this.RootCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
EditorConfigSettings\Analyzers\View\ColumnDefinitions\AnalyzerEnabledColumnDefinition.cs (1)
35
var
checkBox = new CheckBox();
Utilities\AutomationDelegatingListView.cs (4)
92
var
toggleButton = ((
CheckBox
)checkBoxItem.Owner);
112
var
checkBox = (
CheckBox
)sender;
Microsoft.VisualStudio.LanguageServices.CSharp (174)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs (144)
76
internal System.Windows.Controls.
CheckBox
DisplayDiagnosticsInline;
100
internal System.Windows.Controls.
CheckBox
Run_code_analysis_in_separate_process;
108
internal System.Windows.Controls.
CheckBox
Automatically_reload_updated_analyzers_and_generators;
116
internal System.Windows.Controls.
CheckBox
Show_Remove_Unused_References_command_in_Solution_Explorer_experimental;
124
internal System.Windows.Controls.
CheckBox
Enable_file_logging_for_diagnostics;
132
internal System.Windows.Controls.
CheckBox
Skip_analyzers_for_implicitly_triggered_builds;
164
internal System.Windows.Controls.
CheckBox
Analyze_source_generated_files;
172
internal System.Windows.Controls.
CheckBox
Enable_navigation_to_sourcelink_and_embedded_sources;
180
internal System.Windows.Controls.
CheckBox
Enable_navigation_to_decompiled_sources;
188
internal System.Windows.Controls.
CheckBox
Always_use_default_symbol_servers_for_navigation;
196
internal System.Windows.Controls.
CheckBox
Navigate_asynchronously_exerimental;
204
internal System.Windows.Controls.
CheckBox
Rename_asynchronously_exerimental;
244
internal System.Windows.Controls.
CheckBox
PlaceSystemNamespaceFirst;
252
internal System.Windows.Controls.
CheckBox
SeparateImportGroups;
260
internal System.Windows.Controls.
CheckBox
SuggestForTypesInReferenceAssemblies;
268
internal System.Windows.Controls.
CheckBox
SuggestForTypesInNuGetPackages;
276
internal System.Windows.Controls.
CheckBox
AddUsingsOnPaste;
284
internal System.Windows.Controls.
CheckBox
EnableHighlightReferences;
292
internal System.Windows.Controls.
CheckBox
EnableHighlightKeywords;
300
internal System.Windows.Controls.
CheckBox
EnterOutliningMode;
308
internal System.Windows.Controls.
CheckBox
Collapse_regions_on_file_open;
316
internal System.Windows.Controls.
CheckBox
Collapse_usings_on_file_open;
324
internal System.Windows.Controls.
CheckBox
Collapse_sourcelink_embedded_decompiled_files_on_open;
332
internal System.Windows.Controls.
CheckBox
Collapse_metadata_signature_files_on_open;
340
internal System.Windows.Controls.
CheckBox
DisplayLineSeparators;
348
internal System.Windows.Controls.
CheckBox
Show_outlining_for_declaration_level_constructs;
356
internal System.Windows.Controls.
CheckBox
Show_outlining_for_code_level_constructs;
364
internal System.Windows.Controls.
CheckBox
Show_outlining_for_comments_and_preprocessor_regions;
372
internal System.Windows.Controls.
CheckBox
Collapse_regions_when_collapsing_to_definitions;
380
internal System.Windows.Controls.
CheckBox
Collapse_local_functions_when_collapsing_to_definitions;
388
internal System.Windows.Controls.
CheckBox
Fade_out_unused_usings;
396
internal System.Windows.Controls.
CheckBox
Fade_out_unreachable_code;
404
internal System.Windows.Controls.
CheckBox
Show_guides_for_declaration_level_constructs;
412
internal System.Windows.Controls.
CheckBox
Show_guides_for_code_level_constructs;
420
internal System.Windows.Controls.
CheckBox
Show_guides_for_comments_and_preprocessor_regions;
428
internal System.Windows.Controls.
CheckBox
GenerateXmlDocCommentsForTripleSlash;
436
internal System.Windows.Controls.
CheckBox
InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments;
444
internal System.Windows.Controls.
CheckBox
InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments;
452
internal System.Windows.Controls.
CheckBox
Split_string_literals_on_enter;
460
internal System.Windows.Controls.
CheckBox
Fix_text_pasted_into_string_literals_experimental;
468
internal System.Windows.Controls.
CheckBox
ShowRemarksInQuickInfo;
476
internal System.Windows.Controls.
CheckBox
RenameTrackingPreview;
484
internal System.Windows.Controls.
CheckBox
Report_invalid_placeholders_in_string_dot_format_calls;
492
internal System.Windows.Controls.
CheckBox
Underline_reassigned_variables;
500
internal System.Windows.Controls.
CheckBox
Strike_out_obsolete_symbols;
508
internal System.Windows.Controls.
CheckBox
Colorize_regular_expressions;
516
internal System.Windows.Controls.
CheckBox
Report_invalid_regular_expressions;
524
internal System.Windows.Controls.
CheckBox
Highlight_related_regular_expression_components_under_cursor;
532
internal System.Windows.Controls.
CheckBox
Show_completion_list;
540
internal System.Windows.Controls.
CheckBox
Colorize_JSON_strings;
548
internal System.Windows.Controls.
CheckBox
Report_invalid_JSON_strings;
556
internal System.Windows.Controls.
CheckBox
Highlight_related_JSON_components_under_cursor;
620
internal System.Windows.Controls.
CheckBox
DisplayAllHintsWhilePressingAltF1;
628
internal System.Windows.Controls.
CheckBox
ColorHints;
636
internal System.Windows.Controls.
CheckBox
DisplayInlineParameterNameHints;
644
internal System.Windows.Controls.
CheckBox
ShowHintsForLiterals;
652
internal System.Windows.Controls.
CheckBox
ShowHintsForNewExpressions;
660
internal System.Windows.Controls.
CheckBox
ShowHintsForEverythingElse;
668
internal System.Windows.Controls.
CheckBox
ShowHintsForIndexers;
676
internal System.Windows.Controls.
CheckBox
SuppressHintsWhenParameterNameMatchesTheMethodsIntent;
684
internal System.Windows.Controls.
CheckBox
SuppressHintsWhenParameterNamesDifferOnlyBySuffix;
692
internal System.Windows.Controls.
CheckBox
SuppressHintsWhenParameterNamesMatchArgumentNames;
700
internal System.Windows.Controls.
CheckBox
DisplayInlineTypeHints;
708
internal System.Windows.Controls.
CheckBox
ShowHintsForVariablesWithInferredTypes;
716
internal System.Windows.Controls.
CheckBox
ShowHintsForLambdaParameterTypes;
724
internal System.Windows.Controls.
CheckBox
ShowHintsForImplicitObjectCreation;
732
internal System.Windows.Controls.
CheckBox
ShowHintsForCollectionExpressions;
740
internal System.Windows.Controls.
CheckBox
ShowInheritanceMargin;
748
internal System.Windows.Controls.
CheckBox
InheritanceMarginCombinedWithIndicatorMargin;
756
internal System.Windows.Controls.
CheckBox
IncludeGlobalImports;
764
internal System.Windows.Controls.
CheckBox
AutomaticallyOpenStackTraceExplorer;
772
internal System.Windows.Controls.
CheckBox
EnableDocumentOutline;
821
this.DisplayDiagnosticsInline = ((System.Windows.Controls.
CheckBox
)(target));
830
this.Run_code_analysis_in_separate_process = ((System.Windows.Controls.
CheckBox
)(target));
845
this.Automatically_reload_updated_analyzers_and_generators = ((System.Windows.Controls.
CheckBox
)(target));
848
this.Show_Remove_Unused_References_command_in_Solution_Explorer_experimental = ((System.Windows.Controls.
CheckBox
)(target));
851
this.Enable_file_logging_for_diagnostics = ((System.Windows.Controls.
CheckBox
)(target));
854
this.Skip_analyzers_for_implicitly_triggered_builds = ((System.Windows.Controls.
CheckBox
)(target));
866
this.Analyze_source_generated_files = ((System.Windows.Controls.
CheckBox
)(target));
869
this.Enable_navigation_to_sourcelink_and_embedded_sources = ((System.Windows.Controls.
CheckBox
)(target));
872
this.Enable_navigation_to_decompiled_sources = ((System.Windows.Controls.
CheckBox
)(target));
875
this.Always_use_default_symbol_servers_for_navigation = ((System.Windows.Controls.
CheckBox
)(target));
878
this.Navigate_asynchronously_exerimental = ((System.Windows.Controls.
CheckBox
)(target));
881
this.Rename_asynchronously_exerimental = ((System.Windows.Controls.
CheckBox
)(target));
896
this.PlaceSystemNamespaceFirst = ((System.Windows.Controls.
CheckBox
)(target));
899
this.SeparateImportGroups = ((System.Windows.Controls.
CheckBox
)(target));
902
this.SuggestForTypesInReferenceAssemblies = ((System.Windows.Controls.
CheckBox
)(target));
905
this.SuggestForTypesInNuGetPackages = ((System.Windows.Controls.
CheckBox
)(target));
908
this.AddUsingsOnPaste = ((System.Windows.Controls.
CheckBox
)(target));
911
this.EnableHighlightReferences = ((System.Windows.Controls.
CheckBox
)(target));
914
this.EnableHighlightKeywords = ((System.Windows.Controls.
CheckBox
)(target));
917
this.EnterOutliningMode = ((System.Windows.Controls.
CheckBox
)(target));
932
this.Collapse_regions_on_file_open = ((System.Windows.Controls.
CheckBox
)(target));
935
this.Collapse_usings_on_file_open = ((System.Windows.Controls.
CheckBox
)(target));
938
this.Collapse_sourcelink_embedded_decompiled_files_on_open = ((System.Windows.Controls.
CheckBox
)(target));
941
this.Collapse_metadata_signature_files_on_open = ((System.Windows.Controls.
CheckBox
)(target));
944
this.DisplayLineSeparators = ((System.Windows.Controls.
CheckBox
)(target));
947
this.Show_outlining_for_declaration_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
950
this.Show_outlining_for_code_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
953
this.Show_outlining_for_comments_and_preprocessor_regions = ((System.Windows.Controls.
CheckBox
)(target));
956
this.Collapse_regions_when_collapsing_to_definitions = ((System.Windows.Controls.
CheckBox
)(target));
959
this.Collapse_local_functions_when_collapsing_to_definitions = ((System.Windows.Controls.
CheckBox
)(target));
962
this.Fade_out_unused_usings = ((System.Windows.Controls.
CheckBox
)(target));
965
this.Fade_out_unreachable_code = ((System.Windows.Controls.
CheckBox
)(target));
968
this.Show_guides_for_declaration_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
971
this.Show_guides_for_code_level_constructs = ((System.Windows.Controls.
CheckBox
)(target));
974
this.Show_guides_for_comments_and_preprocessor_regions = ((System.Windows.Controls.
CheckBox
)(target));
977
this.GenerateXmlDocCommentsForTripleSlash = ((System.Windows.Controls.
CheckBox
)(target));
980
this.InsertSlashSlashAtTheStartOfNewLinesWhenWritingSingleLineComments = ((System.Windows.Controls.
CheckBox
)(target));
983
this.InsertAsteriskAtTheStartOfNewLinesWhenWritingBlockComments = ((System.Windows.Controls.
CheckBox
)(target));
986
this.Split_string_literals_on_enter = ((System.Windows.Controls.
CheckBox
)(target));
989
this.Fix_text_pasted_into_string_literals_experimental = ((System.Windows.Controls.
CheckBox
)(target));
992
this.ShowRemarksInQuickInfo = ((System.Windows.Controls.
CheckBox
)(target));
995
this.RenameTrackingPreview = ((System.Windows.Controls.
CheckBox
)(target));
998
this.Report_invalid_placeholders_in_string_dot_format_calls = ((System.Windows.Controls.
CheckBox
)(target));
1001
this.Underline_reassigned_variables = ((System.Windows.Controls.
CheckBox
)(target));
1004
this.Strike_out_obsolete_symbols = ((System.Windows.Controls.
CheckBox
)(target));
1007
this.Colorize_regular_expressions = ((System.Windows.Controls.
CheckBox
)(target));
1010
this.Report_invalid_regular_expressions = ((System.Windows.Controls.
CheckBox
)(target));
1013
this.Highlight_related_regular_expression_components_under_cursor = ((System.Windows.Controls.
CheckBox
)(target));
1016
this.Show_completion_list = ((System.Windows.Controls.
CheckBox
)(target));
1019
this.Colorize_JSON_strings = ((System.Windows.Controls.
CheckBox
)(target));
1022
this.Report_invalid_JSON_strings = ((System.Windows.Controls.
CheckBox
)(target));
1025
this.Highlight_related_JSON_components_under_cursor = ((System.Windows.Controls.
CheckBox
)(target));
1049
this.DisplayAllHintsWhilePressingAltF1 = ((System.Windows.Controls.
CheckBox
)(target));
1052
this.ColorHints = ((System.Windows.Controls.
CheckBox
)(target));
1055
this.DisplayInlineParameterNameHints = ((System.Windows.Controls.
CheckBox
)(target));
1070
this.ShowHintsForLiterals = ((System.Windows.Controls.
CheckBox
)(target));
1073
this.ShowHintsForNewExpressions = ((System.Windows.Controls.
CheckBox
)(target));
1076
this.ShowHintsForEverythingElse = ((System.Windows.Controls.
CheckBox
)(target));
1079
this.ShowHintsForIndexers = ((System.Windows.Controls.
CheckBox
)(target));
1082
this.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = ((System.Windows.Controls.
CheckBox
)(target));
1085
this.SuppressHintsWhenParameterNamesDifferOnlyBySuffix = ((System.Windows.Controls.
CheckBox
)(target));
1088
this.SuppressHintsWhenParameterNamesMatchArgumentNames = ((System.Windows.Controls.
CheckBox
)(target));
1091
this.DisplayInlineTypeHints = ((System.Windows.Controls.
CheckBox
)(target));
1106
this.ShowHintsForVariablesWithInferredTypes = ((System.Windows.Controls.
CheckBox
)(target));
1109
this.ShowHintsForLambdaParameterTypes = ((System.Windows.Controls.
CheckBox
)(target));
1112
this.ShowHintsForImplicitObjectCreation = ((System.Windows.Controls.
CheckBox
)(target));
1115
this.ShowHintsForCollectionExpressions = ((System.Windows.Controls.
CheckBox
)(target));
1118
this.ShowInheritanceMargin = ((System.Windows.Controls.
CheckBox
)(target));
1121
this.InheritanceMarginCombinedWithIndicatorMargin = ((System.Windows.Controls.
CheckBox
)(target));
1124
this.IncludeGlobalImports = ((System.Windows.Controls.
CheckBox
)(target));
1127
this.AutomaticallyOpenStackTraceExplorer = ((System.Windows.Controls.
CheckBox
)(target));
1130
this.EnableDocumentOutline = ((System.Windows.Controls.
CheckBox
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\Formatting\FormattingOptionPageControl.g.cs (10)
44
internal System.Windows.Controls.
CheckBox
FormatWhenTypingCheckBox;
52
internal System.Windows.Controls.
CheckBox
FormatOnSemicolonCheckBox;
60
internal System.Windows.Controls.
CheckBox
FormatOnCloseBraceCheckBox;
68
internal System.Windows.Controls.
CheckBox
FormatOnReturnCheckBox;
76
internal System.Windows.Controls.
CheckBox
FormatOnPasteCheckBox;
120
this.FormatWhenTypingCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
123
this.FormatOnSemicolonCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
126
this.FormatOnCloseBraceCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
129
this.FormatOnReturnCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
132
this.FormatOnPasteCheckBox = ((System.Windows.Controls.
CheckBox
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\IntelliSenseOptionPageControl.g.cs (20)
44
internal System.Windows.Controls.
CheckBox
Show_completion_list_after_a_character_is_typed;
52
internal System.Windows.Controls.
CheckBox
Show_completion_list_after_a_character_is_deleted;
60
internal System.Windows.Controls.
CheckBox
Automatically_show_completion_list_in_argument_lists;
68
internal System.Windows.Controls.
CheckBox
Highlight_matching_portions_of_completion_list_items;
76
internal System.Windows.Controls.
CheckBox
Show_completion_item_filters;
84
internal System.Windows.Controls.
CheckBox
Automatically_complete_statement_on_semicolon;
140
internal System.Windows.Controls.
CheckBox
Show_name_suggestions;
148
internal System.Windows.Controls.
CheckBox
Show_items_from_unimported_namespaces;
156
internal System.Windows.Controls.
CheckBox
Tab_twice_to_insert_arguments;
164
internal System.Windows.Controls.
CheckBox
Show_new_snippet_experience;
201
this.Show_completion_list_after_a_character_is_typed = ((System.Windows.Controls.
CheckBox
)(target));
216
this.Show_completion_list_after_a_character_is_deleted = ((System.Windows.Controls.
CheckBox
)(target));
219
this.Automatically_show_completion_list_in_argument_lists = ((System.Windows.Controls.
CheckBox
)(target));
222
this.Highlight_matching_portions_of_completion_list_items = ((System.Windows.Controls.
CheckBox
)(target));
225
this.Show_completion_item_filters = ((System.Windows.Controls.
CheckBox
)(target));
228
this.Automatically_complete_statement_on_semicolon = ((System.Windows.Controls.
CheckBox
)(target));
249
this.Show_name_suggestions = ((System.Windows.Controls.
CheckBox
)(target));
252
this.Show_items_from_unimported_namespaces = ((System.Windows.Controls.
CheckBox
)(target));
255
this.Tab_twice_to_insert_arguments = ((System.Windows.Controls.
CheckBox
)(target));
258
this.Show_new_snippet_experience = ((System.Windows.Controls.
CheckBox
)(target));
Microsoft.VisualStudio.LanguageServices.VisualBasic (136)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\AdvancedOptionPageControl.g.vb (124)
69
Friend WithEvents DisplayDiagnosticsInline As System.Windows.Controls.
CheckBox
90
Friend WithEvents Run_code_analysis_in_separate_process As System.Windows.Controls.
CheckBox
97
Friend WithEvents Automatically_reload_updated_analyzers_and_generators As System.Windows.Controls.
CheckBox
104
Friend WithEvents Show_Remove_Unused_References_command_in_Solution_Explorer_experimental As System.Windows.Controls.
CheckBox
111
Friend WithEvents Enable_file_logging_for_diagnostics As System.Windows.Controls.
CheckBox
118
Friend WithEvents Skip_analyzers_for_implicitly_triggered_builds As System.Windows.Controls.
CheckBox
146
Friend WithEvents Analyze_source_generated_files As System.Windows.Controls.
CheckBox
153
Friend WithEvents Navigate_asynchronously_exerimental As System.Windows.Controls.
CheckBox
160
Friend WithEvents Rename_asynchronously_exerimental As System.Windows.Controls.
CheckBox
195
Friend WithEvents PlaceSystemNamespaceFirst As System.Windows.Controls.
CheckBox
202
Friend WithEvents SeparateImportGroups As System.Windows.Controls.
CheckBox
209
Friend WithEvents SuggestForTypesInReferenceAssemblies As System.Windows.Controls.
CheckBox
216
Friend WithEvents SuggestForTypesInNuGetPackages As System.Windows.Controls.
CheckBox
223
Friend WithEvents AddMissingImportsOnPaste As System.Windows.Controls.
CheckBox
230
Friend WithEvents EnableHighlightReferences As System.Windows.Controls.
CheckBox
237
Friend WithEvents EnableHighlightKeywords As System.Windows.Controls.
CheckBox
244
Friend WithEvents EnableOutlining As System.Windows.Controls.
CheckBox
251
Friend WithEvents Collapse_regions_on_file_open As System.Windows.Controls.
CheckBox
258
Friend WithEvents Collapse_imports_on_file_open As System.Windows.Controls.
CheckBox
265
Friend WithEvents Collapse_sourcelink_embedded_decompiled_files_on_open As System.Windows.Controls.
CheckBox
272
Friend WithEvents Collapse_metadata_signature_files_on_open As System.Windows.Controls.
CheckBox
279
Friend WithEvents DisplayLineSeparators As System.Windows.Controls.
CheckBox
286
Friend WithEvents Show_outlining_for_declaration_level_constructs As System.Windows.Controls.
CheckBox
293
Friend WithEvents Show_outlining_for_code_level_constructs As System.Windows.Controls.
CheckBox
300
Friend WithEvents Show_outlining_for_comments_and_preprocessor_regions As System.Windows.Controls.
CheckBox
307
Friend WithEvents Collapse_regions_when_collapsing_to_definitions As System.Windows.Controls.
CheckBox
314
Friend WithEvents Fade_out_unused_imports As System.Windows.Controls.
CheckBox
321
Friend WithEvents Show_guides_for_declaration_level_constructs As System.Windows.Controls.
CheckBox
328
Friend WithEvents Show_guides_for_code_level_constructs As System.Windows.Controls.
CheckBox
335
Friend WithEvents Show_guides_for_comments_and_preprocessor_regions As System.Windows.Controls.
CheckBox
342
Friend WithEvents GenerateXmlDocCommentsForTripleApostrophes As System.Windows.Controls.
CheckBox
349
Friend WithEvents InsertApostropheAtTheStartOfNewLinesWhenWritingApostropheComments As System.Windows.Controls.
CheckBox
356
Friend WithEvents EnableLineCommit As System.Windows.Controls.
CheckBox
363
Friend WithEvents EnableEndConstruct As System.Windows.Controls.
CheckBox
370
Friend WithEvents AutomaticInsertionOfInterfaceAndMustOverrideMembers As System.Windows.Controls.
CheckBox
377
Friend WithEvents ShowRemarksInQuickInfo As System.Windows.Controls.
CheckBox
384
Friend WithEvents RenameTrackingPreview As System.Windows.Controls.
CheckBox
391
Friend WithEvents Report_invalid_placeholders_in_string_dot_format_calls As System.Windows.Controls.
CheckBox
398
Friend WithEvents Underline_reassigned_variables As System.Windows.Controls.
CheckBox
405
Friend WithEvents Strike_out_obsolete_symbols As System.Windows.Controls.
CheckBox
412
Friend WithEvents NavigateToObjectBrowser As System.Windows.Controls.
CheckBox
419
Friend WithEvents Colorize_regular_expressions As System.Windows.Controls.
CheckBox
426
Friend WithEvents Report_invalid_regular_expressions As System.Windows.Controls.
CheckBox
433
Friend WithEvents Highlight_related_regular_expression_components_under_cursor As System.Windows.Controls.
CheckBox
440
Friend WithEvents Show_completion_list As System.Windows.Controls.
CheckBox
447
Friend WithEvents Colorize_JSON_strings As System.Windows.Controls.
CheckBox
454
Friend WithEvents Report_invalid_JSON_strings As System.Windows.Controls.
CheckBox
461
Friend WithEvents Highlight_related_JSON_components_under_cursor As System.Windows.Controls.
CheckBox
517
Friend WithEvents DisplayAllHintsWhilePressingAltF1 As System.Windows.Controls.
CheckBox
524
Friend WithEvents ColorHints As System.Windows.Controls.
CheckBox
531
Friend WithEvents DisplayInlineParameterNameHints As System.Windows.Controls.
CheckBox
538
Friend WithEvents ShowHintsForLiterals As System.Windows.Controls.
CheckBox
545
Friend WithEvents ShowHintsForNewExpressions As System.Windows.Controls.
CheckBox
552
Friend WithEvents ShowHintsForEverythingElse As System.Windows.Controls.
CheckBox
559
Friend WithEvents ShowHintsForIndexers As System.Windows.Controls.
CheckBox
566
Friend WithEvents SuppressHintsWhenParameterNameMatchesTheMethodsIntent As System.Windows.Controls.
CheckBox
573
Friend WithEvents SuppressHintsWhenParameterNamesDifferOnlyBySuffix As System.Windows.Controls.
CheckBox
580
Friend WithEvents SuppressHintsWhenParameterNamesMatchArgumentNames As System.Windows.Controls.
CheckBox
594
Friend WithEvents ShowInheritanceMargin As System.Windows.Controls.
CheckBox
601
Friend WithEvents InheritanceMarginCombinedWithIndicatorMargin As System.Windows.Controls.
CheckBox
608
Friend WithEvents IncludeGlobalImports As System.Windows.Controls.
CheckBox
615
Friend WithEvents EnableDocumentOutline As System.Windows.Controls.
CheckBox
660
Me.DisplayDiagnosticsInline = CType(target,System.Windows.Controls.
CheckBox
)
672
Me.Run_code_analysis_in_separate_process = CType(target,System.Windows.Controls.
CheckBox
)
686
Me.Automatically_reload_updated_analyzers_and_generators = CType(target,System.Windows.Controls.
CheckBox
)
690
Me.Show_Remove_Unused_References_command_in_Solution_Explorer_experimental = CType(target,System.Windows.Controls.
CheckBox
)
694
Me.Enable_file_logging_for_diagnostics = CType(target,System.Windows.Controls.
CheckBox
)
698
Me.Skip_analyzers_for_implicitly_triggered_builds = CType(target,System.Windows.Controls.
CheckBox
)
714
Me.Analyze_source_generated_files = CType(target,System.Windows.Controls.
CheckBox
)
718
Me.Navigate_asynchronously_exerimental = CType(target,System.Windows.Controls.
CheckBox
)
722
Me.Rename_asynchronously_exerimental = CType(target,System.Windows.Controls.
CheckBox
)
742
Me.PlaceSystemNamespaceFirst = CType(target,System.Windows.Controls.
CheckBox
)
746
Me.SeparateImportGroups = CType(target,System.Windows.Controls.
CheckBox
)
750
Me.SuggestForTypesInReferenceAssemblies = CType(target,System.Windows.Controls.
CheckBox
)
754
Me.SuggestForTypesInNuGetPackages = CType(target,System.Windows.Controls.
CheckBox
)
758
Me.AddMissingImportsOnPaste = CType(target,System.Windows.Controls.
CheckBox
)
762
Me.EnableHighlightReferences = CType(target,System.Windows.Controls.
CheckBox
)
766
Me.EnableHighlightKeywords = CType(target,System.Windows.Controls.
CheckBox
)
770
Me.EnableOutlining = CType(target,System.Windows.Controls.
CheckBox
)
784
Me.Collapse_regions_on_file_open = CType(target,System.Windows.Controls.
CheckBox
)
788
Me.Collapse_imports_on_file_open = CType(target,System.Windows.Controls.
CheckBox
)
792
Me.Collapse_sourcelink_embedded_decompiled_files_on_open = CType(target,System.Windows.Controls.
CheckBox
)
796
Me.Collapse_metadata_signature_files_on_open = CType(target,System.Windows.Controls.
CheckBox
)
800
Me.DisplayLineSeparators = CType(target,System.Windows.Controls.
CheckBox
)
804
Me.Show_outlining_for_declaration_level_constructs = CType(target,System.Windows.Controls.
CheckBox
)
808
Me.Show_outlining_for_code_level_constructs = CType(target,System.Windows.Controls.
CheckBox
)
812
Me.Show_outlining_for_comments_and_preprocessor_regions = CType(target,System.Windows.Controls.
CheckBox
)
816
Me.Collapse_regions_when_collapsing_to_definitions = CType(target,System.Windows.Controls.
CheckBox
)
820
Me.Fade_out_unused_imports = CType(target,System.Windows.Controls.
CheckBox
)
824
Me.Show_guides_for_declaration_level_constructs = CType(target,System.Windows.Controls.
CheckBox
)
828
Me.Show_guides_for_code_level_constructs = CType(target,System.Windows.Controls.
CheckBox
)
832
Me.Show_guides_for_comments_and_preprocessor_regions = CType(target,System.Windows.Controls.
CheckBox
)
836
Me.GenerateXmlDocCommentsForTripleApostrophes = CType(target,System.Windows.Controls.
CheckBox
)
840
Me.InsertApostropheAtTheStartOfNewLinesWhenWritingApostropheComments = CType(target,System.Windows.Controls.
CheckBox
)
844
Me.EnableLineCommit = CType(target,System.Windows.Controls.
CheckBox
)
848
Me.EnableEndConstruct = CType(target,System.Windows.Controls.
CheckBox
)
852
Me.AutomaticInsertionOfInterfaceAndMustOverrideMembers = CType(target,System.Windows.Controls.
CheckBox
)
856
Me.ShowRemarksInQuickInfo = CType(target,System.Windows.Controls.
CheckBox
)
860
Me.RenameTrackingPreview = CType(target,System.Windows.Controls.
CheckBox
)
864
Me.Report_invalid_placeholders_in_string_dot_format_calls = CType(target,System.Windows.Controls.
CheckBox
)
868
Me.Underline_reassigned_variables = CType(target,System.Windows.Controls.
CheckBox
)
872
Me.Strike_out_obsolete_symbols = CType(target,System.Windows.Controls.
CheckBox
)
876
Me.NavigateToObjectBrowser = CType(target,System.Windows.Controls.
CheckBox
)
880
Me.Colorize_regular_expressions = CType(target,System.Windows.Controls.
CheckBox
)
884
Me.Report_invalid_regular_expressions = CType(target,System.Windows.Controls.
CheckBox
)
888
Me.Highlight_related_regular_expression_components_under_cursor = CType(target,System.Windows.Controls.
CheckBox
)
892
Me.Show_completion_list = CType(target,System.Windows.Controls.
CheckBox
)
896
Me.Colorize_JSON_strings = CType(target,System.Windows.Controls.
CheckBox
)
900
Me.Report_invalid_JSON_strings = CType(target,System.Windows.Controls.
CheckBox
)
904
Me.Highlight_related_JSON_components_under_cursor = CType(target,System.Windows.Controls.
CheckBox
)
936
Me.DisplayAllHintsWhilePressingAltF1 = CType(target,System.Windows.Controls.
CheckBox
)
940
Me.ColorHints = CType(target,System.Windows.Controls.
CheckBox
)
944
Me.DisplayInlineParameterNameHints = CType(target,System.Windows.Controls.
CheckBox
)
958
Me.ShowHintsForLiterals = CType(target,System.Windows.Controls.
CheckBox
)
962
Me.ShowHintsForNewExpressions = CType(target,System.Windows.Controls.
CheckBox
)
966
Me.ShowHintsForEverythingElse = CType(target,System.Windows.Controls.
CheckBox
)
970
Me.ShowHintsForIndexers = CType(target,System.Windows.Controls.
CheckBox
)
974
Me.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = CType(target,System.Windows.Controls.
CheckBox
)
978
Me.SuppressHintsWhenParameterNamesDifferOnlyBySuffix = CType(target,System.Windows.Controls.
CheckBox
)
982
Me.SuppressHintsWhenParameterNamesMatchArgumentNames = CType(target,System.Windows.Controls.
CheckBox
)
990
Me.ShowInheritanceMargin = CType(target,System.Windows.Controls.
CheckBox
)
994
Me.InheritanceMarginCombinedWithIndicatorMargin = CType(target,System.Windows.Controls.
CheckBox
)
998
Me.IncludeGlobalImports = CType(target,System.Windows.Controls.
CheckBox
)
1002
Me.EnableDocumentOutline = CType(target,System.Windows.Controls.
CheckBox
)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\IntelliSenseOptionPageControl.g.vb (12)
48
Friend WithEvents Show_completion_list_after_a_character_is_typed As System.Windows.Controls.
CheckBox
55
Friend WithEvents Show_completion_list_after_a_character_is_deleted As System.Windows.Controls.
CheckBox
62
Friend WithEvents Highlight_matching_portions_of_completion_list_items As System.Windows.Controls.
CheckBox
69
Friend WithEvents Show_completion_item_filters As System.Windows.Controls.
CheckBox
118
Friend WithEvents Show_items_from_unimported_namespaces As System.Windows.Controls.
CheckBox
125
Friend WithEvents Tab_twice_to_insert_arguments As System.Windows.Controls.
CheckBox
158
Me.Show_completion_list_after_a_character_is_typed = CType(target,System.Windows.Controls.
CheckBox
)
162
Me.Show_completion_list_after_a_character_is_deleted = CType(target,System.Windows.Controls.
CheckBox
)
166
Me.Highlight_matching_portions_of_completion_list_items = CType(target,System.Windows.Controls.
CheckBox
)
170
Me.Show_completion_item_filters = CType(target,System.Windows.Controls.
CheckBox
)
198
Me.Show_items_from_unimported_namespaces = CType(target,System.Windows.Controls.
CheckBox
)
202
Me.Tab_twice_to_insert_arguments = CType(target,System.Windows.Controls.
CheckBox
)
PresentationFramework (30)
System\Windows\Automation\Peers\CheckBoxAutomationPeer.cs (1)
24
public CheckBoxAutomationPeer(
CheckBox
owner): base(owner)
System\Windows\Controls\CheckBox.cs (4)
40
DefaultStyleKeyProperty.OverrideMetadata(typeof(
CheckBox
), new FrameworkPropertyMetadata(typeof(
CheckBox
)));
41
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
CheckBox
));
43
KeyboardNavigation.AcceptsReturnProperty.OverrideMetadata(typeof(
CheckBox
), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
System\Windows\Controls\DataGridCheckBoxColumn.cs (18)
40
baseStyle = Application.Current.FindResource(typeof(
CheckBox
)) as Style;
43
Style style = new Style(typeof(
CheckBox
), baseStyle);
48
style.Setters.Add(new Setter(
CheckBox
.HorizontalAlignmentProperty, HorizontalAlignment.Center));
49
style.Setters.Add(new Setter(
CheckBox
.VerticalAlignmentProperty, VerticalAlignment.Top));
72
baseStyle = Application.Current.FindResource(typeof(
CheckBox
)) as Style;
75
Style style = new Style(typeof(
CheckBox
), baseStyle);
77
style.Setters.Add(new Setter(
CheckBox
.HorizontalAlignmentProperty, HorizontalAlignment.Center));
78
style.Setters.Add(new Setter(
CheckBox
.VerticalAlignmentProperty, VerticalAlignment.Top));
108
private
CheckBox
GenerateCheckBox(bool isEditing, DataGridCell cell)
110
CheckBox
checkBox = (cell != null) ? (cell.Content as
CheckBox
) : null;
119
ApplyBinding(checkBox,
CheckBox
.IsCheckedProperty);
130
var
checkBox = cell.Content as
CheckBox
;
152
CheckBox
.IsThreeStateProperty.AddOwner(
174
CheckBox
checkBox = editingElement as
CheckBox
;
210
private static bool IsMouseOver(
CheckBox
checkBox, RoutedEventArgs e)
System\Windows\Controls\ToolBar.cs (1)
484
else if (feType == typeof(
CheckBox
))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
170
case 74: t = () => typeof(
CheckBox
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4266
Type type = typeof(System.Windows.Controls.
CheckBox
);
4267
DependencyProperty dp = System.Windows.Controls.
CheckBox
.ContentProperty;
4269
this.GetXamlType(typeof(System.Windows.Controls.
CheckBox
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2545
typeof(System.Windows.Controls.
CheckBox
),
System\Windows\Markup\KnownTypes.cs (1)
5628
case KnownElements.CheckBox: t = typeof(System.Windows.Controls.
CheckBox
); break;
Roslyn.VisualStudio.DiagnosticsWindow (8)
OptionPages\ForceLowMemoryModePage.cs (1)
34
var
cb = new CheckBox { Content = "Forced Low Memory Mode: allocate" };
OptionPages\InternalOptionsControl.cs (7)
46
foreach (
var
item in optionsPanel.Children.OfType<
CheckBox
>())
68
clearButton.Click += (o, a) => optionsPanel.Children.OfType<
CheckBox
>().Do(c => c.Visibility = Visibility.Visible);
83
checkAllButton.Click += (o, a) => optionsPanel.Children.OfType<
CheckBox
>().Where(c => c.Visibility == Visibility.Visible).Do(c => c.IsChecked = true);
86
uncheckAllButton.Click += (o, a) => optionsPanel.Children.OfType<
CheckBox
>().Where(c => c.Visibility == Visibility.Visible).Do(c => c.IsChecked = false);
152
var
checkBox = new CheckBox() { Content = optionDisplay };
195
private void BindToCheckBox(
CheckBox
checkBox, IOption2 option, string languageName = null)