357 references to DefaultValue
dotnet-svcutil-lib (52)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (4)
282[XmlAttribute("attributeFormDefault"), DefaultValue(XmlSchemaForm.None)] 293[XmlAttribute("blockDefault"), DefaultValue(XmlSchemaDerivationMethod.None)] 304[XmlAttribute("finalDefault"), DefaultValue(XmlSchemaDerivationMethod.None)] 315[XmlAttribute("elementFormDefault"), DefaultValue(XmlSchemaForm.None)]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAny.cs (1)
40[XmlAttribute("processContents"), DefaultValue(XmlSchemaContentProcessing.None)]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnyAttribute.cs (1)
40[XmlAttribute("processContents"), DefaultValue(XmlSchemaContentProcessing.None)]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (2)
65[XmlAttribute("form"), DefaultValue(XmlSchemaForm.None)] 120[XmlAttribute("use"), DefaultValue(XmlSchemaUse.None)]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
162[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.None)]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (3)
67[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.None)] 90[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.None)] 113[XmlAttribute("form"), DefaultValue(XmlSchemaForm.None)]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaType.cs (1)
106[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.None)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
48[DefaultValue(EncoderDefaults.DefaultCompressionFormat)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (2)
77[DefaultValue(ConnectionOrientedTransportDefaults.HostNameComparisonMode)] 134[DefaultValue(ConnectionOrientedTransportDefaults.TransferMode)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (2)
73[DefaultValue(DefaultContextExchangeMechanism)] 103[DefaultValue(DefaultProtectionLevel)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
99[DefaultValue(HttpTransportDefaults.AuthenticationScheme)] 126[DefaultValue(HttpTransportDefaults.HostNameComparisonMode)] 321[DefaultValue(HttpTransportDefaults.TransferMode)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
69[DefaultValue(TransportDefaults.SslProtocols)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
41[DefaultValue(WebSocketDefaults.TransportUsage)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
30[DefaultValue(ConnectionOrientedTransportDefaults.ProtectionLevel)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (1)
126[DefaultValue(SessionMode.Allowed)]
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (2)
49[DefaultValue(HttpTransportDefaults.HostNameComparisonMode)] 157[DefaultValue(HttpTransportDefaults.TransferMode)]
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (2)
30[DefaultValue(MessageSecurityOverTcp.DefaultClientCredentialType)] 44[DefaultValue(typeof(SecurityAlgorithmSuite))]
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (1)
22[DefaultValue(ConnectionOrientedTransportDefaults.ProtectionLevel)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
53[DefaultValue(NetHttpMessageEncoding.Binary)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (2)
50[DefaultValue(ConnectionOrientedTransportDefaults.TransferMode)] 57[DefaultValue(ConnectionOrientedTransportDefaults.HostNameComparisonMode)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeSecurity.cs (1)
27[DefaultValue(DefaultMode)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (2)
54[DefaultValue(ConnectionOrientedTransportDefaults.TransferMode)] 61[DefaultValue(ConnectionOrientedTransportDefaults.HostNameComparisonMode)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpContextBinding.cs (1)
54[DefaultValue(ContextBindingElement.DefaultProtectionLevel)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (1)
39[DefaultValue(DefaultMode)]
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (3)
29[DefaultValue(DefaultClientCredentialType)] 43[DefaultValue(DefaultProtectionLevel)] 58[DefaultValue(TransportDefaults.SslProtocols)]
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
52[DefaultValue(HttpTransportDefaults.HostNameComparisonMode)] 92[DefaultValue(WSHttpBindingDefaults.MessageEncoding)]
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
62[DefaultValue(ContextBindingElement.DefaultProtectionLevel)]
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (6)
39[XmlAttribute("style"), DefaultValue(SoapBindingStyle.Document)] 93[XmlAttribute("style"), DefaultValue(SoapBindingStyle.Default)] 111[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)] 192[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)] 260[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)] 318[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)]
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (2)
37[DefaultValue(CodeGenerationOptions.GenerateOldAsync)] 70[DefaultValue(ServiceDescriptionImportStyle.Client)]
GenerateDocumentationAndConfigFiles (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\OrderableMetadata.cs (2)
13[DefaultValue(new string[] { })] 16[DefaultValue(new string[] { })]
Microsoft.AspNetCore.OpenApi.Tests (3)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (3)
170[([DefaultValue(TaskStatus.Canceled)] TaskStatus status) => { }, (JsonNode defaultValue) => Assert.Equal(6, defaultValue.GetValue<int>())], 171[([DefaultValue(Status.Pending)] Status status) => { }, (JsonNode defaultValue) => Assert.Equal("Pending", defaultValue.GetValue<string>())], 177[([DefaultValue(TaskStatus.Canceled)] TaskStatus? status) => { }, (JsonNode defaultValue) => Assert.Equal(6, defaultValue.GetValue<int>())],
Microsoft.CodeAnalysis.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\OrderableMetadata.cs (2)
13[DefaultValue(new string[] { })] 16[DefaultValue(new string[] { })]
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\OrderableMetadata.cs (2)
13[DefaultValue(new string[] { })] 16[DefaultValue(new string[] { })]
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\OrderableMetadata.cs (2)
13[DefaultValue(new string[] { })] 16[DefaultValue(new string[] { })]
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\CompletionItem.cs (2)
58[DefaultValue(CompletionItemKind.None)] 188[DefaultValue(InsertTextFormat.Plaintext)]
Protocol\DocumentHighlight.cs (1)
37[DefaultValue(DocumentHighlightKind.Text)]
Protocol\Internal\VSInternalCompletionContext.cs (1)
22[DefaultValue(VSInternalCompletionInvokeKind.Explicit)]
Protocol\Internal\VSInternalDocumentOnAutoInsertResponseItem.cs (1)
21[DefaultValue(InsertTextFormat.Plaintext)]
Protocol\TextDocumentSyncOptions.cs (1)
33[DefaultValue(TextDocumentSyncKind.None)]
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\OrderableMetadata.cs (2)
13[DefaultValue(new string[] { })] 16[DefaultValue(new string[] { })]
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\OrderableMetadata.cs (2)
13[DefaultValue(new string[] { })] 16[DefaultValue(new string[] { })]
PresentationCore (1)
System\Windows\Media\Animation\ParallelTimeline.cs (1)
165[DefaultValue(SlipBehavior.Grow)]
PresentationFramework (8)
System\Windows\Data\Binding.cs (2)
341[DefaultValue(BindingMode.Default)] 370[DefaultValue(UpdateSourceTrigger.Default)]
System\Windows\Data\MultiBinding.cs (2)
96[DefaultValue(BindingMode.Default)] 120[DefaultValue(UpdateSourceTrigger.PropertyChanged)]
System\Windows\Data\PropertyGroupDescription.cs (1)
149[DefaultValue(StringComparison.Ordinal)]
System\Windows\Media\Animation\BeginStoryboard.cs (1)
63[DefaultValue(HandoffBehavior.SnapshotAndReplace)]
System\Windows\Media\Animation\SeekStoryboard.cs (1)
61[DefaultValue(TimeSeekOrigin.BeginTime)]
System\Windows\Window.cs (1)
1095[DefaultValue(WindowStartupLocation.Manual)]
Roslyn.Diagnostics.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\OrderableMetadata.cs (2)
13[DefaultValue(new string[] { })] 16[DefaultValue(new string[] { })]
System.Data.Common (17)
System\Data\Common\DataAdapter.cs (2)
118[DefaultValue(System.Data.MissingMappingAction.Passthrough)] 137[DefaultValue(Data.MissingSchemaAction.Add)]
System\Data\Common\DbCommand.cs (2)
24[DefaultValue(System.Data.CommandType.Text)] 80[DefaultValue(System.Data.UpdateRowSource.Both)]
System\Data\Common\DBCommandBuilder.cs (2)
339[DefaultValueAttribute(ConflictOption.CompareAllSearchableValues)] 361[DefaultValueAttribute(CatalogLocation.Start)]
System\Data\Common\DbParameter.cs (2)
21[DefaultValue(ParameterDirection.Input)] 69[DefaultValue(DataRowVersion.Current)]
System\Data\DataColumn.cs (3)
473[DefaultValue(typeof(string))] 596[DefaultValue(DataSetDateTime.UnspecifiedLocal)] 1293[DefaultValue(MappingType.Element)]
System\Data\DataSet.cs (1)
110[DefaultValue(SerializationFormat.Xml)]
System\Data\DataTable.cs (1)
1139[DefaultValue(SerializationFormat.Xml)]
System\Data\DataView.cs (1)
377[DefaultValue(DataViewRowState.CurrentRows)]
System\Data\ForeignKeyConstraint.cs (3)
659[DefaultValue(AcceptRejectRule_Default)] 830[DefaultValue(Rule_Default)] 935[DefaultValue(Rule_Default)]
System.Data.Odbc (3)
System\Data\Odbc\OdbcCommand.cs (2)
210DefaultValue(System.Data.CommandType.Text), 360DefaultValue(System.Data.UpdateRowSource.Both),
System\Data\Odbc\OdbcParameter.cs (1)
176DefaultValue(OdbcType.NChar),
System.Data.OleDb (2)
artifacts\obj\System.Data.OleDb\Debug\net11.0\System.Data.OleDb.notsupported.cs (2)
26[System.ComponentModel.DefaultValueAttribute(System.Data.CommandType.Text)] 45[System.ComponentModel.DefaultValueAttribute(System.Data.UpdateRowSource.Both)]
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
171[DefaultValueAttribute(System.Diagnostics.ProcessWindowStyle.Normal)]
System.DirectoryServices (8)
artifacts\obj\System.DirectoryServices\Debug\net11.0\System.DirectoryServices.notsupported.cs (8)
151[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.AuthenticationTypes.Secure)] 219[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.DereferenceAlias.Never)] 223[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.ExtendedDN.None)] 233[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.ReferralChasingOption.External)] 237[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.SearchScope.Subtree)] 239[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.SecurityMasks.None)] 280[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.DirectorySynchronizationOptions.None)] 515[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.SortDirection.Ascending)]
System.Private.Xml (13)
System\Xml\Schema\XmlSchema.cs (4)
230[XmlAttribute("attributeFormDefault"), DefaultValue(XmlSchemaForm.None)] 237[XmlAttribute("blockDefault"), DefaultValue(XmlSchemaDerivationMethod.None)] 244[XmlAttribute("finalDefault"), DefaultValue(XmlSchemaDerivationMethod.None)] 251[XmlAttribute("elementFormDefault"), DefaultValue(XmlSchemaForm.None)]
System\Xml\Schema\XmlSchemaAny.cs (1)
23[XmlAttribute("processContents"), DefaultValue(XmlSchemaContentProcessing.None)]
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
23[XmlAttribute("processContents"), DefaultValue(XmlSchemaContentProcessing.None)]
System\Xml\Schema\XmlSchemaAttribute.cs (2)
45[XmlAttribute("form"), DefaultValue(XmlSchemaForm.None)] 80[XmlAttribute("use"), DefaultValue(XmlSchemaUse.None)]
System\Xml\Schema\XmlSchemaComplexType.cs (1)
143[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.None)]
System\Xml\Schema\XmlSchemaElement.cs (3)
50[XmlAttribute("block"), DefaultValue(XmlSchemaDerivationMethod.None)] 65[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.None)] 80[XmlAttribute("form"), DefaultValue(XmlSchemaForm.None)]
System\Xml\Schema\XmlSchemaType.cs (1)
93[XmlAttribute("final"), DefaultValue(XmlSchemaDerivationMethod.None)]
System.ServiceModel.Http (10)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (5)
72[DefaultValue(HttpTransportDefaults.AuthenticationScheme)] 156[DefaultValue(HttpTransportDefaults.Proxy)] 159[DefaultValue(HttpTransportDefaults.ProxyAddress)] 163[DefaultValue(HttpTransportDefaults.ProxyAuthenticationScheme)] 187[DefaultValue(HttpTransportDefaults.TransferMode)]
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
41[DefaultValue(WebSocketDefaults.TransportUsage)]
System\ServiceModel\HttpBindingBase.cs (2)
109[DefaultValue(HttpTransportDefaults.ProxyAddress)] 173[DefaultValue(HttpTransportDefaults.TransferMode)]
System\ServiceModel\NetHttpBinding.cs (1)
42[DefaultValue(NetHttpMessageEncoding.Binary)]
System\ServiceModel\WSHttpBindingBase.cs (1)
84[DefaultValue(HttpTransportDefaults.ProxyAddress)]
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
85[DefaultValue(ConnectionOrientedTransportDefaults.TransferMode)]
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
52[DefaultValue(NFTransportDefaults.SslProtocols)]
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
24[DefaultValue(ConnectionOrientedTransportDefaults.ProtectionLevel)]
System.ServiceModel.NetNamedPipe (3)
System\ServiceModel\NamedPipeTransportSecurity.cs (1)
29[DefaultValue(ConnectionOrientedTransportDefaults.ProtectionLevel)]
System\ServiceModel\NetNamedPipeBinding.cs (1)
35[DefaultValue(ConnectionOrientedTransportDefaults.TransferMode)]
System\ServiceModel\NetNamedPipeSecurity.cs (1)
28[DefaultValue(DefaultMode)]
System.ServiceModel.NetTcp (6)
System\ServiceModel\MessageSecurityOverTcp.cs (1)
24[DefaultValue(DefaultClientCredentialType)]
System\ServiceModel\NetTcpBinding.cs (1)
35[DefaultValue(ConnectionOrientedTransportDefaults.TransferMode)]
System\ServiceModel\NetTcpSecurity.cs (1)
32[DefaultValue(DefaultMode)]
System\ServiceModel\TcpTransportSecurity.cs (3)
31[DefaultValue(DefaultClientCredentialType)] 45[DefaultValue(DefaultProtectionLevel)] 83[DefaultValue(TcpTransportDefaults.SslProtocols)]
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
47[DefaultValue(EncoderDefaults.DefaultCompressionFormat)]
System\ServiceModel\Description\ContractDescription.cs (1)
110[DefaultValue(SessionMode.Allowed)]
System.ServiceModel.UnixDomainSocket (4)
System\ServiceModel\UnixDomainSocketBinding.cs (1)
27[DefaultValue(ConnectionOrientedTransportDefaults.TransferMode)]
System\ServiceModel\UnixDomainSocketTransportSecurity.cs (3)
32[DefaultValue(DefaultClientCredentialType)] 46[DefaultValue(DefaultProtectionLevel)] 84[DefaultValue(UnixDomainSocketTransportDefaults.SslProtocols)]
System.Windows.Forms (195)
System\Windows\Forms\Control.cs (4)
606[DefaultValue(AccessibleRole.Default)] 684[DefaultValue(CommonProperties.DefaultAnchor)] 960[DefaultValue(ImageLayout.Tile)] 1780[DefaultValue(CommonProperties.DefaultDock)]
System\Windows\Forms\Controls\Buttons\Button.cs (2)
47[DefaultValue(AutoSizeMode.GrowOnly)] 139[DefaultValue(DialogResult.None)]
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (4)
382[DefaultValue(FlatStyle.Standard)] 475[DefaultValue(ContentAlignment.MiddleCenter)] 728[DefaultValue(ContentAlignment.MiddleCenter)] 757[DefaultValue(TextImageRelation.Overlay)]
System\Windows\Forms\Controls\Buttons\CheckBox.cs (4)
59[DefaultValue(Appearance.Normal)] 134[DefaultValue(ContentAlignment.MiddleLeft)] 187[DefaultValue(CheckState.Unchecked)] 355[DefaultValue(ContentAlignment.MiddleLeft)]
System\Windows\Forms\Controls\Buttons\RadioButton.cs (3)
76[DefaultValue(Appearance.Normal)] 125[DefaultValue(ContentAlignment.MiddleLeft)] 322[DefaultValue(ContentAlignment.MiddleLeft)]
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
133[DefaultValue(AutoCompleteMode.None)] 175[DefaultValue(AutoCompleteSource.None)] 410[DefaultValue(DrawMode.Normal)] 502[DefaultValue(FlatStyle.Standard)] 1044[DefaultValue(ComboBoxStyle.DropDown)]
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (12)
873[DefaultValue(DataGridViewAutoSizeColumnsMode.None)] 939[DefaultValue(DataGridViewAutoSizeRowsMode.None)] 1066[DefaultValue(BorderStyle.FixedSingle)] 1149[DefaultValue(DataGridViewCellBorderStyle.Single)] 1365[DefaultValue(DataGridViewClipboardCopyMode.EnableWithAutoHeaderText)] 1437[DefaultValue(DataGridViewHeaderBorderStyle.Raised)] 1608[DefaultValue(DataGridViewColumnHeadersHeightSizeMode.EnableResizing)] 2149[DefaultValue(DataGridViewEditMode.EditOnKeystrokeOrF2)] 3233[DefaultValue(DataGridViewHeaderBorderStyle.Raised)] 3446[DefaultValue(DataGridViewRowHeadersWidthSizeMode.EnableResizing)] 3577[DefaultValue(ScrollBars.Both)] 3740[DefaultValue(DataGridViewSelectionMode.RowHeaderSelect)]
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
57[DefaultValue(FlatStyle.Standard)]
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonColumn.cs (1)
54[DefaultValue(FlatStyle.Standard)]
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (2)
65[DefaultValue(DataGridViewContentAlignment.NotSet)] 342[DefaultValue(DataGridViewTriState.NotSet)]
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
232[DefaultValue(FlatStyle.Standard)]
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (1)
101[DefaultValue(FlatStyle.Standard)]
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (2)
73[DefaultValue(DataGridViewAutoSizeColumnMode.NotSet)] 700[DefaultValue(DataGridViewColumnSortMode.NotSortable)]
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
230[DefaultValue(DataGridViewComboBoxDisplayStyle.DropDownButton)] 343[DefaultValue(FlatStyle.Standard)]
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (2)
176[DefaultValue(DataGridViewComboBoxDisplayStyle.DropDownButton)] 305[DefaultValue(FlatStyle.Standard)]
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
95[DefaultValue(DataGridViewImageCellLayout.NotSet)]
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
133[DefaultValue(DataGridViewImageCellLayout.Normal)]
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
114[DefaultValue(LinkBehavior.SystemDefault)]
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkColumn.cs (1)
92[DefaultValue(LinkBehavior.SystemDefault)]
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxColumn.cs (1)
76[DefaultValue(DataGridViewColumnSortMode.Automatic)]
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
472[DefaultValue(LeftRightAlignment.Left)]
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (2)
81[DefaultValue(AutoSizeMode.GrowOnly)] 172[DefaultValue(FlatStyle.Standard)]
System\Windows\Forms\Controls\Labels\Label.cs (5)
205[DefaultValue(BorderStyle.None)] 319[DefaultValue(FlatStyle.Standard)] 544[DefaultValue(ContentAlignment.MiddleCenter)] 569[DefaultValue(AutomationLiveSetting.Off)] 690[DefaultValue(ContentAlignment.TopLeft)]
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
211[DefaultValue(LinkBehavior.SystemDefault)]
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (3)
202[DefaultValue(BorderStyle.Fixed3D)] 388[DefaultValue(DrawMode.Normal)] 987[DefaultValue(SelectionMode.One)]
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (1)
323[DefaultValue(HorizontalAlignment.Left)]
System\Windows\Forms\Controls\ListView\ListView.cs (6)
242[DefaultValue(ItemActivation.Standard)] 274[DefaultValue(ListViewAlignment.Top)] 415[DefaultValue(BorderStyle.Fixed3D)] 994[DefaultValue(ColumnHeaderStyle.Clickable)] 1496[DefaultValue(SortOrder.None)] 1801[DefaultValue(View.LargeIcon)]
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (3)
122[DefaultValue(HorizontalAlignment.Left)] 172[DefaultValue(HorizontalAlignment.Left)] 203[DefaultValue(ListViewGroupCollapsedState.Default)]
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
87[DefaultValue(ToolStripGripStyle.Hidden)]
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
369[DefaultValue(DefaultFirstDayOfWeek)]
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
128[DefaultValue(BorderStyle.None)] 816[DefaultValue(PictureBoxSizeMode.Normal)]
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
110[DefaultValue(ProgressBarStyle.Blocks)]
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
827[DefaultValue(PropertySort.CategorizedAlphabetical)]
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
633[DefaultValue(RichTextBoxScrollBars.Both)] 657[DefaultValue(HorizontalAlignment.Left)]
System\Windows\Forms\Controls\Splitter\Splitter.cs (3)
65[DefaultValue(AnchorStyles.None)] 174[DefaultValue(BorderStyle.None)] 235[DefaultValue(DockStyle.Left)]
System\Windows\Forms\Controls\TabControl\TabControl.cs (4)
98[DefaultValue(TabAlignment.Top)] 134[DefaultValue(TabAppearance.Normal)] 403[DefaultValue(TabDrawMode.Normal)] 753[DefaultValue(TabSizeMode.Normal)]
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (4)
372[DefaultValue(MaskFormat.IncludeLiterals)] 504[DefaultValue(InsertKeyMode.Default)] 1234[DefaultValue(HorizontalAlignment.Left)] 1277[DefaultValue(MaskFormat.IncludeLiterals)]
System\Windows\Forms\Controls\TextBox\TextBox.cs (5)
111[DefaultValue(AutoCompleteMode.None)] 139[DefaultValue(AutoCompleteSource.None)] 213[DefaultValue(CharacterCasing.Normal)] 370[DefaultValue(ScrollBars.None)] 434[DefaultValue(HorizontalAlignment.Left)]
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
346[DefaultValue(BorderStyle.Fixed3D)]
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
103[DefaultValue(DockStyle.Bottom)] 110[DefaultValue(ToolStripGripStyle.Hidden)] 117[DefaultValue(ToolStripLayoutStyle.Table)]
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
639[DefaultValue(DockStyle.Top)] 799[DefaultValue(ToolStripGripStyle.Visible)] 1680[DefaultValue(ToolStripTextDirection.Horizontal)]
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.cs (1)
91[DefaultValue(CheckState.Unchecked)]
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (4)
63[DefaultValue(AutoCompleteMode.None)] 73[DefaultValue(AutoCompleteSource.None)] 155[DefaultValue(ComboBoxStyle.DropDown)] 182[DefaultValue(FlatStyle.Popup)]
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (3)
76[DefaultValue(ImageLayout.Tile)] 99[DefaultValue(ContentAlignment.MiddleCenter)] 419[DefaultValue(ToolStripTextDirection.Horizontal)]
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (3)
285[DefaultValue(DockStyle.None)] 417[DefaultValue(ToolStripGripStyle.Hidden)] 776[DefaultValue(ToolStripTextDirection.Horizontal)]
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
143[DefaultValue(ToolStripLayoutStyle.Flow)]
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (11)
260[DefaultValue(AccessibleRole.Default)] 276[DefaultValue(ToolStripItemAlignment.Left)] 489[DefaultValue(ImageLayout.Tile)] 601[DefaultValue(CommonProperties.DefaultAnchor)] 627[DefaultValue(CommonProperties.DefaultDock)] 1001[DefaultValue(ContentAlignment.MiddleCenter)] 1173[DefaultValue(ToolStripItemImageScaling.SizeToFit)] 1285[DefaultValue(MergeAction.Append)] 1490[DefaultValue(ToolStripItemOverflow.AsNeeded)] 1876[DefaultValue(ContentAlignment.MiddleCenter)] 1934[DefaultValue(TextImageRelation.ImageBeforeText)]
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (1)
138[DefaultValue(LinkBehavior.SystemDefault)]
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (3)
297[DefaultValue(CheckState.Unchecked)] 341[DefaultValue(ToolStripItemOverflow.Never)] 355[DefaultValue(Keys.None)]
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (1)
184[DefaultValue(ProgressBarStyle.Blocks)]
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (1)
219[DefaultValue(ToolStripTextDirection.Horizontal)]
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.cs (3)
83[DefaultValue(Border3DStyle.Flat)] 104[DefaultValue(ToolStripStatusLabelBorderSides.None)] 151[DefaultValue(AutomationLiveSetting.Off)]
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (5)
193[DefaultValue(AutoCompleteMode.None)] 203[DefaultValue(AutoCompleteSource.None)] 214[DefaultValue(BorderStyle.Fixed3D)] 233[DefaultValue(CharacterCasing.Normal)] 352[DefaultValue(HorizontalAlignment.Left)]
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
356[DefaultValue(Orientation.Horizontal)] 528[DefaultValue(TickStyle.BottomRight)]
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
247[DefaultValue(BorderStyle.Fixed3D)] 899[DefaultValue(TreeViewDrawMode.Normal)]
System\Windows\Forms\Controls\Unsupported\ContextMenu\ContextMenu.cs (1)
28[DefaultValue(RightToLeft.No)]
System\Windows\Forms\Controls\Unsupported\ContextMenu\MenuItem.cs (2)
156[DefaultValue(MenuMerge.Add)] 194[DefaultValue(Shortcut.None)]
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.cs (3)
76[DefaultValue(BorderStyle.Fixed3D)] 221[DefaultValue(DataGridLineStyle.Solid)] 229[DefaultValue(DataGridParentRowsLabelStyle.Both)]
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridColumnStyle.cs (1)
32[DefaultValue(HorizontalAlignment.Left)]
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTableStyle.cs (1)
109[DefaultValue(DataGridLineStyle.Solid)]
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.cs (1)
56[DefaultValue(DockStyle.Bottom)]
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarPanel.cs (4)
29[DefaultValue(HorizontalAlignment.Left)] 37[DefaultValue(StatusBarPanelAutoSize.None)] 45[DefaultValue(StatusBarPanelBorderStyle.Sunken)] 80[DefaultValue(StatusBarPanelStyle.Text)]
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.cs (4)
32[DefaultValue(ToolBarAppearance.Normal)] 75[DefaultValue(BorderStyle.None)] 104[DefaultValue(DockStyle.Top)] 177[DefaultValue(ToolBarTextAlign.Underneath)]
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarButton.cs (1)
96[DefaultValue(ToolBarButtonStyle.PushButton)]
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (3)
177[DefaultValue(BorderStyle.Fixed3D)] 400[DefaultValue(HorizontalAlignment.Left)] 420[DefaultValue(LeftRightAlignment.Right)]
System\Windows\Forms\DataBinding\Binding.cs (2)
405[DefaultValue(ControlUpdateMode.OnPropertyChanged)] 424[DefaultValue(DataSourceUpdateMode.OnValidation)]
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
198[DefaultValue(Environment.SpecialFolder.Desktop)]
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (2)
112[DefaultValue(DefaultBlinkStyle)] 741[DefaultValue(DefaultIconAlignment)]
System\Windows\Forms\Form.cs (6)
527[DefaultValue(AutoSizeMode.GrowOnly)] 652[DefaultValue(FormBorderStyle.Sizable)] 1915[DefaultValue(SizeGripStyle.Auto)] 1944[DefaultValue(FormStartPosition.WindowsDefaultLocation)] 2258[DefaultValue(FormCornerPreference.Default)] 2536[DefaultValue(FormWindowState.Normal)]
System\Windows\Forms\Help\HelpProvider.cs (1)
72[DefaultValue(HelpNavigator.AssociateIndex)]
System\Windows\Forms\Layout\Containers\SplitContainer.cs (3)
233[DefaultValue(BorderStyle.None)] 336[DefaultValue(FixedPanel.None)] 415[DefaultValue(Orientation.Vertical)]
System\Windows\Forms\NotifyIcon.cs (1)
103[DefaultValue(ToolTipIcon.None)]
System\Windows\Forms\Panels\FlowLayoutPanel.cs (1)
26[DefaultValue(FlowDirection.LeftToRight)]
System\Windows\Forms\Panels\FlowLayoutSettings.cs (1)
20[DefaultValue(FlowDirection.LeftToRight)]
System\Windows\Forms\Panels\Panel.cs (2)
63[DefaultValue(AutoSizeMode.GrowOnly)] 95[DefaultValue(BorderStyle.None)]
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (2)
73[DefaultValue(TableLayoutPanelCellBorderStyle.None)] 128[DefaultValue(TableLayoutPanelGrowStyle.AddRows)]
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (2)
63[DefaultValue(TableLayoutPanelCellBorderStyle.None)] 182[DefaultValue(TableLayoutPanelGrowStyle.AddRows)]
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyle.cs (1)
17[DefaultValue(SizeType.AutoSize)]
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
725[DefaultValue(SizeGripStyle.Hide)]
System\Windows\Forms\ToolTip\ToolTip.cs (1)
421[DefaultValue(ToolTipIcon.None)]
System\Windows\Forms\UserControl.cs (2)
66[DefaultValue(AutoSizeMode.GrowOnly)] 123[DefaultValue(BorderStyle.None)]
System.Windows.Forms.Design (4)
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (1)
101new DefaultValueAttribute(_defaultValue)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifiersExtenderProvider.cs (1)
88[DefaultValue(MemberAttributes.Private)]
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifiersInheritedExtenderProvider.cs (1)
71[DefaultValue(MemberAttributes.Private)]
System\Windows\Forms\Design\FormDocumentDesigner.cs (1)
483properties["ClientSize"] = TypeDescriptor.CreateProperty(typeof(FormDocumentDesigner), prop, new DefaultValueAttribute(new Size(-1, -1)));
Text.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\OrderableMetadata.cs (2)
13[DefaultValue(new string[] { })] 16[DefaultValue(new string[] { })]