361 references to DefaultValue
BasicWebSite (1)
Controllers\DefaultValuesController.cs (1)
12public string EchoValue_DefaultValueAttribute([DefaultValue("hello")] string input)
dotnet-svcutil-lib (34)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (2)
42[DefaultValue(null)] 54[DefaultValue(null)]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (3)
79[DefaultValue(null)] 102[DefaultValue(null)] 124[XmlAttribute("name"), DefaultValue("")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaIdentityConstraint.cs (1)
100[XmlAttribute("xpath"), DefaultValue("")]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CompositeDuplexBindingElement.cs (1)
30[DefaultValue(null)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (1)
66[DefaultValue(null)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
277[DefaultValue(HttpTransportDefaults.Realm)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
89[DefaultValue(UdpConstants.Defaults.MulticastInterfaceId)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
86[DefaultValue(WebSocketDefaults.SubProtocol)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (1)
50[DefaultValue(null)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageBodyDescription.cs (3)
46[DefaultValue(null)] 53[DefaultValue(null)] 60[DefaultValue(null)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
141[DefaultValue(null)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageHeaderDescription.cs (1)
37[DefaultValue(null)]
FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs (4)
77[DefaultValue(null)] 84[DefaultValue(null)] 91[DefaultValue(null)] 104[DefaultValue(null)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpContextBinding.cs (1)
34[DefaultValue(null)]
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
107[DefaultValue(UdpConstants.Defaults.MulticastInterfaceId)]
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (1)
64[DefaultValue(null)]
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
42[DefaultValue(null)]
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (1)
214[XmlAttribute("repeats"), DefaultValue("1")]
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
1219[XmlAttribute("parameterOrder"), DefaultValue("")]
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (7)
119[XmlAttribute("namespace"), DefaultValue("")] 127[XmlAttribute("encodingStyle"), DefaultValue("")] 215[XmlAttribute("encodingStyle"), DefaultValue("")] 268[XmlAttribute("encodingStyle"), DefaultValue("")] 276[XmlAttribute("namespace"), DefaultValue("")] 326[XmlAttribute("encodingStyle"), DefaultValue("")] 334[XmlAttribute("namespace"), DefaultValue("")]
Microsoft.AspNetCore.Components.WebView.WindowsForms (2)
BlazorWebView.cs (2)
74 [DefaultValue(null)] 90 [DefaultValue("/")]
Microsoft.AspNetCore.Mvc.Core.Test (6)
Infrastructure\ControllerActionInvokerTest.cs (2)
1916public string EchoWithDefaultValue([DefaultValue("hello")] string input) 1921public string EchoWithDefaultValueAndAttribute([DefaultValue("hello")] string input = "world")
Infrastructure\ParameterDefaultValuesTest.cs (2)
45[DefaultValue("hello")] string input1, 59[DefaultValue("Hi")] string input1 = "hello",
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (1)
1204[DefaultValue("default")]
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (1)
1379[DefaultValue("default")]
Microsoft.AspNetCore.OpenApi.Tests (7)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (5)
168[([DefaultValue("test")] string id) => { }, (JsonNode defaultValue) => Assert.Equal("test", defaultValue.GetValue<string>())], 172[([DefaultValue(null)] int? id) => { }, (JsonNode defaultValue) => Assert.True(defaultValue is null)], 174[([DefaultValue(null)] string? id) => { }, (JsonNode defaultValue) => Assert.True(defaultValue is null)], 175[([DefaultValue("foo")] string? id) => { }, (JsonNode defaultValue) => Assert.Equal("foo", defaultValue.GetValue<string>())], 176[([DefaultValue(null)] TaskStatus? status) => { }, (JsonNode defaultValue) => Assert.True(defaultValue is null)],
Shared\SharedTypes.cs (2)
182[DefaultValue(null)] 187[DefaultValue(null)]
Microsoft.Extensions.AI.Tests (2)
Functions\AIFunctionFactoryTest.cs (2)
68AIFunction funcNull = AIFunctionFactory.Create(([DefaultValue(null)] string? text) => text ?? "was null"); 83AIFunction funcValue = AIFunctionFactory.Create(([DefaultValue("default")] string text) => text);
PresentationCore (5)
System\Windows\Input\InputScope.cs (2)
44[DefaultValue(null)] 62[DefaultValue(null)]
System\Windows\Media\Animation\Timeline.cs (1)
503[DefaultValue((string)null)]
System\Windows\Media\ContainerVisual.cs (2)
121[DefaultValue(null)] 131[DefaultValue(null)]
PresentationFramework (49)
System\Windows\Condition.cs (3)
75[DefaultValue(null)] 98[DefaultValue(null)] 153[DefaultValue(null)]
System\Windows\Controls\AccessText.cs (1)
140[DefaultValue("")]
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
97[DefaultValue(null)]
System\Windows\Controls\Decorator.cs (1)
101[DefaultValue(null)]
System\Windows\Controls\GroupStyle.cs (5)
113[DefaultValue(null)] 124[DefaultValue(null)] 134[DefaultValue(null)] 145[DefaultValue(null)] 156[DefaultValue(null)]
System\Windows\Controls\PasswordBox.cs (1)
144[DefaultValue("")]
System\Windows\Controls\RadioButton.cs (1)
202[DefaultValue("")]
System\Windows\Controls\TextBox.cs (1)
671[DefaultValue("")]
System\Windows\ControlTemplate.cs (1)
84[DefaultValue(null)]
System\Windows\Data\Binding.cs (7)
333[DefaultValue(null)] 456[DefaultValue(null)] 467[DefaultValue(null)] 475[DefaultValue(null)] 536[DefaultValue(null)] 555[DefaultValue(null)] 582[DefaultValue(null)]
System\Windows\Data\BindingBase.cs (2)
119[System.ComponentModel.DefaultValue(null)] 146[DefaultValue("")]
System\Windows\Data\BindingListCollectionView.cs (1)
360[DefaultValue(null)]
System\Windows\Data\ListCollectionView.cs (1)
474[DefaultValue(null)]
System\Windows\Data\MultiBinding.cs (3)
202[DefaultValue(null)] 213[DefaultValue(null)] 221[DefaultValue(null)]
System\Windows\Data\ObjectDataProvider.cs (1)
198[DefaultValue(null)]
System\Windows\Data\PropertyGroupDescription.cs (2)
118[DefaultValue(null)] 136[DefaultValue(null)]
System\Windows\Data\XmlDataProvider.cs (1)
172[DefaultValue(null)]
System\Windows\DataTemplate.cs (1)
66[DefaultValue(null)]
System\Windows\Documents\PageContent.cs (1)
254[DefaultValue(null)]
System\Windows\EventTrigger.cs (1)
117[DefaultValue(null)]
System\Windows\FrameworkTemplate.cs (1)
179[DefaultValue(null)]
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
989_nullDefaultValueAttribute = new DefaultValueAttribute(null);
System\Windows\Media\Animation\BeginStoryboard.cs (2)
44[DefaultValue(null)] 91[DefaultValue(null)]
System\Windows\Media\Animation\ControllableStoryboardAction.cs (1)
37[DefaultValue(null)]
System\Windows\Navigation\NavigationWindow.cs (1)
605[DefaultValue(null)]
System\Windows\Setter.cs (2)
133[DefaultValue(null)] 201[DefaultValue(null)]
System\Windows\Style.cs (1)
179[DefaultValue(null)]
System\Windows\TemplateBindingExtension.cs (2)
80[DefaultValue(null)] 94[DefaultValue(null)]
System\Windows\Trigger.cs (1)
98[DefaultValue(null)]
System\Windows\Window.cs (1)
1209[DefaultValue(null)]
Sample (2)
src\OpenApi\test\Microsoft.AspNetCore.OpenApi.Tests\Shared\SharedTypes.cs (2)
182[DefaultValue(null)] 187[DefaultValue(null)]
System.ComponentModel.TypeConverter (1)
System\Timers\Timer.cs (1)
213[DefaultValue(null), TimersDescription(TimersDescriptionStringId.TimerSynchronizingObject)]
System.Data.Common (30)
System\Data\Common\DataColumnMapping.cs (2)
30[DefaultValue("")] 50[DefaultValue("")]
System\Data\Common\DataTableMapping.cs (2)
62[DefaultValue("")] 82[DefaultValue("")]
System\Data\Common\DbCommand.cs (3)
17[DefaultValue("")] 29[DefaultValue(null)] 66[DefaultValue(null)]
System\Data\Common\DBCommandBuilder.cs (4)
386[DefaultValueAttribute(DbCommandBuilder.NameSeparator)] 459[DefaultValueAttribute("")] 474[DefaultValueAttribute("")] 493[DefaultValueAttribute(DbCommandBuilder.NameSeparator)]
System\Data\Common\DbConnection.cs (1)
21[DefaultValue("")]
System\Data\Common\DbParameter.cs (3)
30[DefaultValue("")] 60[DefaultValue("")] 76[DefaultValue(null)]
System\Data\Constraint.cs (1)
28[DefaultValue("")]
System\Data\DataColumn.cs (3)
351[DefaultValue("")] 420[DefaultValue("")] 709[DefaultValue("")]
System\Data\DataRelation.cs (1)
348[DefaultValue("")]
System\Data\DataSet.cs (3)
752[DefaultValue("")] 778[DefaultValue("")] 819[DefaultValue("")]
System\Data\DataTable.cs (3)
1274[DefaultValue("")] 1769[DefaultValue("")] 2063[DefaultValue("")]
System\Data\DataView.cs (3)
303[DefaultValue("")] 411[DefaultValue("")] 468[DefaultValue(null)]
System\Data\DataViewManager.cs (1)
43[DefaultValue(null)]
System.Data.OleDb (8)
artifacts\obj\System.Data.OleDb\Debug\net11.0\System.Data.OleDb.notsupported.cs (8)
20[System.ComponentModel.DefaultValueAttribute("")] 29[System.ComponentModel.DefaultValueAttribute(null)] 67[System.ComponentModel.DefaultValueAttribute(null)] 94[System.ComponentModel.DefaultValueAttribute("")] 172[System.ComponentModel.DefaultValueAttribute(null)] 175[System.ComponentModel.DefaultValueAttribute(null)] 178[System.ComponentModel.DefaultValueAttribute(null)] 185[System.ComponentModel.DefaultValueAttribute(null)]
System.Diagnostics.EventLog (4)
artifacts\obj\System.Diagnostics.EventLog\Debug\net11.0\System.Diagnostics.EventLog.notsupported.cs (4)
37[System.ComponentModel.DefaultValueAttribute("")] 43[System.ComponentModel.DefaultValueAttribute(".")] 54[System.ComponentModel.DefaultValueAttribute("")] 59[System.ComponentModel.DefaultValueAttribute(null)]
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
163[DefaultValue("")]
System.DirectoryServices (11)
artifacts\obj\System.DirectoryServices\Debug\net11.0\System.DirectoryServices.notsupported.cs (11)
161[System.ComponentModel.DefaultValueAttribute(null)] 163[System.ComponentModel.DefaultValueAttribute("")] 171[System.ComponentModel.DefaultValueAttribute(null)] 213[System.ComponentModel.DefaultValueAttribute("")] 221[System.ComponentModel.DefaultValueAttribute(null)] 225[System.ComponentModel.DefaultValueAttribute("(objectClass=*)")] 235[System.ComponentModel.DefaultValueAttribute(null)] 249[System.ComponentModel.DefaultValueAttribute(null)] 310[System.ComponentModel.DefaultValueAttribute(null)] 314[System.ComponentModel.DefaultValueAttribute("")] 517[System.ComponentModel.DefaultValueAttribute(null)]
System.Drawing.Common (2)
System\Drawing\Image.cs (1)
47[DefaultValue(null)]
System\Drawing\Printing\PrintDocument.cs (1)
54[DefaultValue("document")]
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaAttribute.cs (2)
30[DefaultValue(null)] 38[DefaultValue(null)]
System\Xml\Schema\XmlSchemaElement.cs (3)
58[DefaultValue(null)] 73[DefaultValue(null)] 87[XmlAttribute("name"), DefaultValue("")]
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
68[XmlAttribute("xpath"), DefaultValue("")]
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
86[DefaultValue(WebSocketDefaults.SubProtocol)]
System.ServiceModel.Primitives (6)
System\ServiceModel\Description\ContractDescription.cs (1)
46[DefaultValue(null)]
System\ServiceModel\Description\MessageBodyDescription.cs (3)
42[DefaultValue(null)] 49[DefaultValue(null)] 56[DefaultValue(null)]
System\ServiceModel\Description\MessageDescription.cs (1)
130[DefaultValue(null)]
System\ServiceModel\Description\MessageHeaderDescription.cs (1)
35[DefaultValue(null)]
System.Windows.Forms (178)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1812[DefaultValue(null)]
System\Windows\Forms\ApplicationContext.cs (1)
68[DefaultValue(null)]
System\Windows\Forms\Control.cs (5)
580[DefaultValue(null)] 593[DefaultValue(null)] 930[DefaultValue(null)] 1322[DefaultValue(null)] 3193[DefaultValue(null)]
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
549[DefaultValue(ImageList.Indexer.DefaultKey)] 579[DefaultValue(null)]
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
395[DefaultValue(null)]
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1880[DefaultValue("")] 1908[DefaultValue(null)]
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (1)
41[DefaultValue(null)]
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonColumn.cs (1)
97[DefaultValue(null)]
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
107[DefaultValue(null)] 646[DefaultValue(null)]
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (2)
171[DefaultValue("")] 238[DefaultValue("")]
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
206[DefaultValue(null)] 261[DefaultValue(null)] 359[DefaultValue(null)]
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (3)
57[DefaultValue(null)] 144[DefaultValue(null)] 238[DefaultValue(null)]
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (4)
165[DefaultValue(null)] 175[DefaultValue("")] 757[DefaultValue("")] 787[DefaultValue(null)]
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
195[DefaultValue("")] 451[DefaultValue("")]
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (3)
85[DefaultValue(null)] 130[DefaultValue("")] 365[DefaultValue("")]
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
57[DefaultValue("")]
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (2)
63[DefaultValue("")] 118[DefaultValue(null)]
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkColumn.cs (1)
187[DefaultValue(null)]
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (2)
55[DefaultValue(null)] 137[DefaultValue("")]
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
426[DefaultValue(null)]
System\Windows\Forms\Controls\ImageList\ImageList.cs (3)
132[DefaultValue(null)] 182[DefaultValue(null)] 251[DefaultValue(null)]
System\Windows\Forms\Controls\Labels\Label.cs (2)
457[DefaultValue(ImageList.Indexer.DefaultKey)] 499[DefaultValue(null)]
System\Windows\Forms\Controls\Labels\LinkLabel.Link.cs (3)
107[DefaultValue(null)] 120[DefaultValue("")] 153[DefaultValue(null)]
System\Windows\Forms\Controls\ListControl\ListControl.cs (6)
43[DefaultValue(null)] 105[DefaultValue("")] 182[DefaultValue(null)] 207[DefaultValue("")] 295[DefaultValue("")] 348[DefaultValue(null)]
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (2)
232[DefaultValue(ImageList.Indexer.DefaultKey)] 366[DefaultValue(null)]
System\Windows\Forms\Controls\ListView\ListView.cs (4)
933[DefaultValue(null)] 1197[DefaultValue(null)] 1436[DefaultValue(null)] 1542[DefaultValue(null)]
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (7)
102[DefaultValue("")] 145[DefaultValue("")] 226[DefaultValue("")] 247[DefaultValue("")] 310[DefaultValue("")] 350[DefaultValue("")] 357[DefaultValue(null)]
System\Windows\Forms\Controls\ListView\ListViewItem.cs (4)
435[DefaultValue(null)] 499[DefaultValue(ImageList.Indexer.DefaultKey)] 791[DefaultValue(null)] 826[DefaultValue("")]
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.cs (1)
193[DefaultValue(null)]
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
128[DefaultValue(null)]
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
308[DefaultValue(null)]
System\Windows\Forms\Controls\PropertyGrid\GridItem.cs (1)
28[DefaultValue(null)]
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
883[DefaultValue(null)]
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1092[DefaultValue("")] 1231[DefaultValue("")]
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
453[DefaultValue(null)]
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
256[DefaultValue("")] 443[DefaultValue("")]
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (3)
624[DefaultValue("")] 1138[DefaultValue("")] 1436[DefaultValue(null)]
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
820[DefaultValue("")]
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
944[DefaultValue(null)] 1157[DefaultValue(null)]
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
68[DefaultValue(null)] 401[DefaultValue("")]
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
601[DefaultValue(null)]
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (6)
226[DefaultValue(null)] 243[DefaultValue(null)] 387[DefaultValue(null)] 1388[DefaultValue(null)] 1842[DefaultValue(null)] 1857[DefaultValue("")]
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
410[DefaultValue(null)]
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.cs (1)
141[DefaultValue(null)]
System\Windows\Forms\Controls\TreeView\TreeNode.cs (7)
369[DefaultValue(null)] 544[DefaultValue(ImageList.Indexer.DefaultKey)] 728[DefaultValue(null)] 927[DefaultValue(ImageList.Indexer.DefaultKey)] 984[DefaultValue(ImageList.Indexer.DefaultKey)] 1051[DefaultValue(null)] 1082[DefaultValue("")]
System\Windows\Forms\Controls\TreeView\TreeView.cs (5)
579[DefaultValue(ImageList.Indexer.DefaultKey)] 609[DefaultValue(null)] 686[DefaultValue(null)] 926[DefaultValue("\\")] 1050[DefaultValue(ImageList.Indexer.DefaultKey)]
System\Windows\Forms\Controls\Unsupported\ContextMenu\Menu.cs (1)
57[DefaultValue(null)]
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.cs (3)
110[DefaultValue("")] 162[DefaultValue(null)] 177[DefaultValue(null)]
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridColumnStyle.cs (2)
48[DefaultValue(null)] 91[DefaultValue("")]
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTableStyle.cs (1)
310[DefaultValue("")]
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTextBoxColumn.cs (2)
37[DefaultValue(null)] 53[DefaultValue(null)]
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarPanel.cs (4)
53[DefaultValue(null)] 89[DefaultValue(null)] 98[DefaultValue("")] 106[DefaultValue("")]
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.cs (1)
134[DefaultValue(null)]
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarButton.cs (5)
32[DefaultValue(null)] 61[DefaultValue("")] 106[DefaultValue(null)] 115[DefaultValue("")] 123[DefaultValue("")]
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
562[DefaultValue(null)]
System\Windows\Forms\DataBinding\Binding.cs (4)
169[DefaultValue(null)] 175[DefaultValue(null)] 267[DefaultValue("")] 309[DefaultValue(null)]
System\Windows\Forms\DataBinding\BindingNavigator.cs (1)
236[DefaultValue(null)]
System\Windows\Forms\DataBinding\BindingSource.cs (4)
192[DefaultValue("")] 214[DefaultValue(null)] 379[DefaultValue(null)] 1783[DefaultValue(null)]
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
40[DefaultValue(null)]
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (5)
115[DefaultValue("")] 160[DefaultValue("")] 186[DefaultValue("")] 275[DefaultValue("")] 350[DefaultValue("")]
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (3)
161[DefaultValue("")] 185[DefaultValue("")] 220[DefaultValue("")]
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (5)
163[DefaultValue(null)] 227[DefaultValue(null)] 293[DefaultValue(null)] 325[DefaultValue(null)] 732[DefaultValue("")]
System\Windows\Forms\Form.cs (3)
214[DefaultValue(null)] 706[DefaultValue(null)] 1252[DefaultValue(null)]
System\Windows\Forms\Help\HelpProvider.cs (4)
38[DefaultValue(null)] 47[DefaultValue(null)] 60[DefaultValue(null)] 84[DefaultValue(null)]
System\Windows\Forms\Input\Cursor.cs (1)
210[DefaultValue(null)]
System\Windows\Forms\NotifyIcon.cs (6)
80[DefaultValue("")] 128[DefaultValue("")] 180[DefaultValue(null)] 202[DefaultValue(null)] 226[DefaultValue("")] 283[DefaultValue(null)]
System\Windows\Forms\Printing\PageSetupDialog.cs (3)
69[DefaultValue(null)] 111[DefaultValue(null)] 129[DefaultValue(null)]
System\Windows\Forms\Printing\PrintDialog.cs (2)
71[DefaultValue(null)] 91[DefaultValue(null)]
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
150[DefaultValue(null)]
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
682[DefaultValue(null)]
System\Windows\Forms\Timer.cs (1)
53[DefaultValue(null)]
System\Windows\Forms\ToolTip\ToolTip.cs (3)
414[DefaultValue(null)] 450[DefaultValue("")] 1008[DefaultValue("")]
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (1)
1399[DefaultValue(null)]
System\Windows\Forms\PropertyGridTests.cs (1)
4103[DefaultValue("Default1")]
System.Xaml (3)
System\Windows\Markup\PropertyDefinition.cs (1)
21[DefaultValue(null)]
System\Windows\Markup\StaticExtension.cs (1)
163[DefaultValue(null)]
System\Windows\Markup\TypeExtension.cs (1)
103[DefaultValue(null)]