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