412 references to DefaultValue
PresentationFramework (8)
src\Framework\System\Windows\Controls\GroupStyle.cs (1)
182
[
DefaultValue
(0)]
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
285
[
DefaultValue
((int)0)]
src\Framework\System\Windows\Controls\TextBox.cs (5)
652
[
DefaultValue
(1)]
677
[
DefaultValue
(Int32.MaxValue)]
767
[
DefaultValue
((int)0)]
827
[
DefaultValue
((int)0)]
871
[
DefaultValue
((int)0)]
src\Framework\System\Windows\Data\BindingBase.cs (1)
166
[
DefaultValue
(0)]
System (8)
services\io\system\io\FileSystemWatcher.cs (1)
258
DefaultValue
(8192)
sys\system\io\ports\SerialPort.cs (7)
126
DefaultValue
(defaultBaudRate),
219
DefaultValue
(defaultDataBits),
429
DefaultValue
(defaultReadBufferSize),
448
DefaultValue
(SerialPort.InfiniteTimeout),
469
DefaultValue
(defaultReceivedBytesThreshold),
541
DefaultValue
(defaultWriteBufferSize),
560
DefaultValue
(defaultWriteTimeout),
System.Activities (1)
System\Activities\Argument.cs (1)
51
[
DefaultValue
(-1)]
System.Data (4)
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
136
DefaultValue
(1),
fx\src\data\System\Data\DataColumn.cs (1)
937
DefaultValue
(-1)
fx\src\data\System\Data\DataTable.cs (1)
1407
DefaultValue
(50),
fx\src\data\System\Data\Odbc\OdbcConnection.cs (1)
77
DefaultValue
(ADP.DefaultConnectionTimeout),
System.Messaging (5)
System\Messaging\DefaultPropertiesToSend.cs (1)
114
[
DefaultValueAttribute
(0), MessagingDescription(Res.MsgAppSpecific)]
System\Messaging\MessagePropertyFilter.cs (3)
361
[
DefaultValueAttribute
(MessagePropertyFilter.defaultBodySize), MessagingDescription(Res.MsgDefaultBodySize)]
386
[
DefaultValueAttribute
(MessagePropertyFilter.defaultExtensionSize), MessagingDescription(Res.MsgDefaultExtensionSize)]
411
[
DefaultValueAttribute
(MessagePropertyFilter.defaultLabelSize), MessagingDescription(Res.MsgDefaultLabelSize)]
System\Messaging\MessageQueueInstaller.cs (1)
90
[
DefaultValue
(0)]
System.Runtime.Serialization (5)
System\Xml\XmlDictionaryReaderQuotas.cs (5)
84
[
DefaultValue
(DefaultMaxStringContentLength)]
103
[
DefaultValue
(DefaultMaxArrayLength)]
122
[
DefaultValue
(DefaultMaxBytesPerRead)]
141
[
DefaultValue
(DefaultMaxDepth)]
160
[
DefaultValue
(DefaultMaxNameTableCharCount)]
System.ServiceModel (26)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (3)
101
[
DefaultValue
(EncoderDefaults.MaxReadPoolSize)]
119
[
DefaultValue
(EncoderDefaults.MaxWritePoolSize)]
151
[
DefaultValue
(BinaryEncoderDefaults.MaxSessionSize)]
System\ServiceModel\Channels\ChannelPoolSettings.cs (1)
82
[
DefaultValue
(OneWayDefaults.MaxOutboundChannelsPerEndpoint)]
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (2)
66
[
DefaultValue
(ConnectionOrientedTransportDefaults.ConnectionBufferSize)]
114
[
DefaultValue
(TransportDefaults.MaxBufferSize)]
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
233
[
DefaultValue
(TransportDefaults.MaxBufferSize)]
261
[
DefaultValue
(HttpTransportDefaults.DefaultMaxPendingAccepts)]
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
62
[
DefaultValue
(EncoderDefaults.MaxReadPoolSize)]
80
[
DefaultValue
(EncoderDefaults.MaxWritePoolSize)]
106
[
DefaultValue
(MtomEncoderDefaults.MaxBufferSize)]
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
53
[
DefaultValue
(OneWayDefaults.MaxAcceptedChannels)]
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
115
[
DefaultValue
(ReliableSessionDefaults.MaxPendingChannels)]
131
[
DefaultValue
(ReliableSessionDefaults.MaxRetryCount)]
147
[
DefaultValue
(ReliableSessionDefaults.MaxTransferWindowSize)]
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (2)
58
[
DefaultValue
(EncoderDefaults.MaxReadPoolSize)]
76
[
DefaultValue
(EncoderDefaults.MaxWritePoolSize)]
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
158
[
DefaultValue
(WebSocketDefaults.DefaultMaxPendingConnections)]
System\ServiceModel\HttpBindingBase.cs (1)
82
[
DefaultValue
(TransportDefaults.MaxBufferSize)]
System\ServiceModel\MsmqBindingBase.cs (2)
60
[
DefaultValue
(MsmqDefaults.ReceiveRetryCount)]
67
[
DefaultValue
(MsmqDefaults.MaxRetryCycles)]
System\ServiceModel\NetNamedPipeBinding.cs (1)
91
[
DefaultValue
(TransportDefaults.MaxBufferSize)]
System\ServiceModel\NetPeerTcpBinding.cs (1)
73
[
DefaultValue
(PeerTransportDefaults.Port)]
System\ServiceModel\NetTcpBinding.cs (1)
87
[
DefaultValue
(TransportDefaults.MaxBufferSize)]
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
299
[
DefaultValue
(DataContractSerializerDefaults.MaxItemsInObjectGraph)]
System\ServiceModel\WSFederationHttpBinding.cs (1)
72
[
DefaultValue
(0)]
System.ServiceModel.Channels (8)
System\ServiceModel\Channels\UdpRetransmissionSettings.cs (2)
84
[
DefaultValue
(UdpConstants.Defaults.MaxUnicastRetransmitCount)]
102
[
DefaultValue
(UdpConstants.Defaults.MaxMulticastRetransmitCount)]
System\ServiceModel\Channels\UdpTransportBindingElement.cs (3)
52
[
DefaultValue
(UdpConstants.Defaults.DuplicateMessageHistoryLength)]
114
[
DefaultValue
(UdpConstants.Defaults.SocketReceiveBufferSize)]
131
[
DefaultValue
(UdpConstants.Defaults.TimeToLive)]
System\ServiceModel\UdpBinding.cs (3)
61
[
DefaultValue
(UdpConstants.Defaults.DuplicateMessageHistoryLength)]
87
[
DefaultValue
(UdpConstants.Defaults.MaxRetransmitCount)]
154
[
DefaultValue
(UdpConstants.Defaults.TimeToLive)]
System.ServiceModel.Web (1)
System\ServiceModel\WebHttpBinding.cs (1)
88
[
DefaultValue
(TransportDefaults.MaxBufferSize)]
System.Web (84)
UI\HtmlControls\HtmlImage.cs (3)
113
DefaultValue
(0),
140
DefaultValue
(100),
193
DefaultValue
(100),
UI\HtmlControls\HtmlInputFile.cs (1)
138
DefaultValue
(-1),
UI\HtmlControls\HtmlInputImage.cs (1)
116
DefaultValue
(-1),
UI\HtmlControls\HtmlInputText.cs (1)
98
DefaultValue
(-1),
UI\HtmlControls\HtmlTable.cs (1)
87
DefaultValue
(-1),
UI\WebControls\BaseDataList.cs (2)
88
DefaultValue
(-1),
110
DefaultValue
(0),
UI\WebControls\BulletedList.cs (1)
146
DefaultValue
(1),
UI\WebControls\Calendar.cs (2)
140
DefaultValue
(2),
163
DefaultValue
(0),
UI\WebControls\ChangePassword.cs (1)
122
DefaultValue
(1),
UI\WebControls\CheckBoxList.cs (3)
57
DefaultValue
(-1),
81
DefaultValue
(-1),
127
DefaultValue
(0),
UI\WebControls\CircleHotSpot.cs (3)
29
DefaultValue
(0),
48
DefaultValue
(0),
64
DefaultValue
(0),
UI\WebControls\CreateUserWizard.cs (1)
132
DefaultValue
(0),
UI\WebControls\DataGrid.cs (3)
311
DefaultValue
(-1),
496
DefaultValue
(10),
520
DefaultValue
(-1),
UI\WebControls\DataGridPagerStyle.cs (1)
147
DefaultValue
(10),
UI\WebControls\DataList.cs (3)
150
DefaultValue
(-1),
414
DefaultValue
(0),
491
DefaultValue
(-1),
UI\WebControls\DetailsView.cs (3)
420
DefaultValue
(-1),
442
DefaultValue
(0),
1088
DefaultValue
(0),
UI\WebControls\DropDownList.cs (1)
96
DefaultValue
(0),
UI\WebControls\FormView.cs (3)
267
DefaultValue
(-1),
289
DefaultValue
(0),
925
DefaultValue
(0),
UI\WebControls\GridView.cs (6)
468
DefaultValue
(-1),
489
DefaultValue
(0),
648
DefaultValue
(-1),
968
DefaultValue
(0),
1063
DefaultValue
(10),
1216
DefaultValue
(-1),
UI\WebControls\Listbox.cs (1)
96
DefaultValue
(4),
UI\WebControls\ListControl.cs (1)
284
DefaultValue
(0),
UI\WebControls\login.cs (1)
74
DefaultValue
(1),
UI\WebControls\Menu.cs (5)
219
[
DefaultValue
(500)]
279
DefaultValue
(0),
469
DefaultValue
(0),
630
[
DefaultValue
(3)]
949
[
DefaultValue
(1)]
UI\WebControls\MenuItemBinding.cs (1)
51
DefaultValue
(-1),
UI\WebControls\MultiView.cs (1)
59
DefaultValue
(-1),
UI\WebControls\ObjectDataSource.cs (1)
81
DefaultValue
(DataSourceCache.Infinite),
UI\WebControls\PagerSettings.cs (1)
272
DefaultValue
(10),
UI\WebControls\Parameter.cs (1)
336
DefaultValue
(0),
UI\WebControls\PasswordRecovery.cs (1)
163
DefaultValue
(1),
UI\WebControls\RadioButtonList.cs (3)
43
DefaultValue
(-1),
65
DefaultValue
(-1),
127
DefaultValue
(0),
UI\WebControls\RectangleHotSpot.cs (4)
20
DefaultValue
(0),
36
DefaultValue
(0),
52
DefaultValue
(0),
68
DefaultValue
(0),
UI\WebControls\SiteMapDataSource.cs (1)
135
DefaultValue
(0),
UI\WebControls\SiteMapPath.cs (1)
133
DefaultValue
(-1),
UI\WebControls\SqlDataSource.cs (1)
98
DefaultValue
(DataSourceCache.Infinite),
UI\WebControls\Table.cs (2)
109
DefaultValue
(-1),
132
DefaultValue
(-1),
UI\WebControls\TableCell.cs (2)
99
DefaultValue
(0),
149
DefaultValue
(0),
UI\WebControls\TableStyle.cs (2)
80
DefaultValue
(-1),
106
DefaultValue
(-1),
UI\WebControls\TextBox.cs (3)
139
DefaultValue
(0),
160
DefaultValue
(0),
228
DefaultValue
(0),
UI\WebControls\TreeNodeBinding.cs (1)
51
DefaultValue
(-1),
UI\WebControls\TreeView.cs (3)
419
[
DefaultValue
(-1)]
705
[
DefaultValue
(-1)]
795
[
DefaultValue
(20)]
UI\WebControls\Wizard.cs (3)
143
DefaultValue
(-1),
277
DefaultValue
(0),
295
DefaultValue
(0),
UI\WebControls\XmlDataSource.cs (1)
81
DefaultValue
(DataSourceCache.Infinite),
UI\WebParts\WebPartMenuStyle.cs (2)
186
TypeDescriptor.CreateProperty(GetType(), oldPaddingProperty, new
DefaultValueAttribute
(1));
190
TypeDescriptor.CreateProperty(GetType(), oldSpacingProperty, new
DefaultValueAttribute
(0));
UI\WebParts\WebZone.cs (1)
336
DefaultValue
(2),
System.Web.DataVisualization (64)
Common\Annotation\AnnotationBase.cs (2)
1000
DefaultValue
(1),
1210
DefaultValue
(0),
Common\Annotation\ArrowAnnotation.cs (1)
167
DefaultValue
(5),
Common\Annotation\CalloutAnnotation.cs (1)
266
DefaultValue
(1),
Common\Annotation\GroupAnnotation.cs (2)
399
DefaultValue
(1),
634
DefaultValue
(0),
Common\Annotation\ImageAnnotation.cs (1)
463
DefaultValue
(1),
Common\Annotation\RectangleAnnotation.cs (1)
137
DefaultValue
(1),
Common\Annotation\TextAnnotation.cs (2)
217
DefaultValue
(1),
1221
DefaultValue
(1),
Common\Borders3D\Borders3D.cs (1)
526
DefaultValue
(1),
Common\DataManager\DataPoint.cs (1)
5358
DefaultValue
(1),
Common\DataManager\DataSeries.cs (3)
1983
DefaultValue
(1),
2129
DefaultValue
(1)
2156
DefaultValue
(0)
Common\General\Axis.cs (3)
844
DefaultValue
(6),
878
DefaultValue
(10),
1103
DefaultValue
(1),
Common\General\AxisScaleBreaks.cs (3)
218
DefaultValue
(2),
244
DefaultValue
(25),
360
DefaultValue
(1),
Common\General\Chart.cs (4)
207
DefaultValue
(0),
2584
DefaultValue
(300),
2631
DefaultValue
(300),
2918
DefaultValue
(1),
Common\General\ChartArea.cs (2)
966
DefaultValue
(0),
1022
DefaultValue
(1),
Common\General\ChartArea3D.cs (6)
314
DefaultValue
(0),
353
DefaultValue
(30),
384
DefaultValue
(30),
415
DefaultValue
(7),
446
DefaultValue
(100),
477
DefaultValue
(100),
Common\General\ChartGraphics3D.cs (4)
4632
DefaultValue
(0),
4653
DefaultValue
(0),
4674
DefaultValue
(0),
4695
DefaultValue
(0),
Common\General\GridTickMarks.cs (1)
1967
DefaultValue
(1),
Common\General\Label.cs (2)
1001
DefaultValue
(0),
2797
DefaultValue
(0),
Common\General\Legend.cs (10)
2872
DefaultValue
(7),
3077
DefaultValue
(50),
3192
DefaultValue
(1),
3549
DefaultValue
(0),
3678
DefaultValue
(25),
5558
DefaultValue
(1),
5610
DefaultValue
(1),
5674
DefaultValue
(0)
5753
DefaultValue
(5),
5915
DefaultValue
(-1)
Common\General\LegendColumns.cs (7)
697
DefaultValue
(-1),
724
DefaultValue
(-1),
1255
DefaultValue
(1),
2581
DefaultValue
(0),
2608
DefaultValue
(0),
2635
DefaultValue
(0),
2662
DefaultValue
(0),
Common\General\SmartLabels.cs (1)
503
DefaultValue
(1),
Common\General\StripLine.cs (1)
1085
DefaultValue
(1),
Common\General\Title.cs (3)
473
DefaultValue
(0),
703
DefaultValue
(1),
1057
DefaultValue
(0),
WebForm\ChartWebControl.cs (2)
2106
DefaultValue
(0),
2702
DefaultValue
(1),
System.Web.Extensions (8)
UI\ScriptManager.cs (1)
209
DefaultValue
(AsyncPostBackTimeoutDefault)
UI\Timer.cs (1)
70
DefaultValue
(60000)
UI\UpdateProgress.cs (1)
80
DefaultValue
(500),
UI\WebControls\DataPager.cs (1)
146
DefaultValue
(10),
UI\WebControls\ListView.cs (3)
369
DefaultValue
(-1),
541
DefaultValue
(1),
799
DefaultValue
(-1),
UI\WebControls\NumericPagerField.cs (1)
26
DefaultValue
(5),
System.Web.Mobile (5)
UI\MobileControls\PagedControl.cs (2)
107
DefaultValue
(0),
144
DefaultValue
(0),
UI\MobileControls\SelectionList.cs (1)
195
DefaultValue
(4),
UI\MobileControls\TextBox.cs (2)
129
DefaultValue
(0),
154
DefaultValue
(0),
System.Web.Services (3)
System\Web\Services\Description\MimeFormatExtensions.cs (2)
152
[XmlAttribute("group"),
DefaultValue
(1)]
162
[XmlAttribute("capture"),
DefaultValue
(0)]
System\Web\Services\Protocols\ClientProtocol.cs (1)
209
[
DefaultValue
(100000), SettingsBindable(true), WebServicesDescription(Res.ClientProtocolTimeout)]
System.Windows.Forms (117)
winforms\Managed\System\WinForms\BindingSource.cs (1)
409
DefaultValue
(-1),
winforms\Managed\System\WinForms\ButtonBase.cs (1)
404
DefaultValue
(-1),
winforms\Managed\System\WinForms\ColumnHeader.cs (2)
189
DefaultValue
(-1),
385
DefaultValue
(60)
winforms\Managed\System\WinForms\ComboBox.cs (3)
563
DefaultValue
(106)
804
DefaultValue
(8),
841
DefaultValue
(0),
winforms\Managed\System\WinForms\DataGrid.cs (2)
2681
DefaultValue
(defaultPreferredColumnWidth),
2905
DefaultValue
(defaultRowHeaderWidth),
winforms\Managed\System\WinForms\DataGridColumn.cs (1)
782
DefaultValue
(100)
winforms\Managed\System\WinForms\DataGridTable.cs (2)
963
DefaultValue
(defaultPreferredColumnWidth),
1166
DefaultValue
(defaultRowHeaderWidth),
winforms\Managed\System\WinForms\DataGridView.cs (2)
1759
DefaultValue
(0),
4036
DefaultValue
(0)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
458
DefaultValue
(0),
812
DefaultValue
(DATAGRIDVIEWCOLUMN_defaultMinColumnThickness),
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
436
[
DefaultValue
(1)]
553
[
DefaultValue
(DATAGRIDVIEWCOMBOBOXCELL_defaultMaxDropDownItems)]
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (2)
278
DefaultValue
(1),
419
DefaultValue
(DataGridViewComboBoxCell.DATAGRIDVIEWCOMBOBOXCELL_defaultMaxDropDownItems),
winforms\Managed\System\WinForms\DataGridViewRow.cs (2)
170
DefaultValue
(0),
283
DefaultValue
(22),
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
95
[
DefaultValue
(DATAGRIDVIEWTEXTBOXCELL_maxInputLength)]
winforms\Managed\System\WinForms\DataGridViewTextBoxColumn.cs (1)
51
DefaultValue
(DATAGRIDVIEWTEXTBOXCOLUMN_maxInputLength),
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
133
DefaultValue
(-1),
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
555
DefaultValue
(defaultBlinkRate),
801
DefaultValue
(0),
winforms\Managed\System\WinForms\FileDialog.cs (1)
402
DefaultValue
(1),
winforms\Managed\System\WinForms\FlatButtonAppearance.cs (1)
43
DefaultValue
(1),
winforms\Managed\System\WinForms\FontDialog.cs (2)
275
DefaultValue
(defaultMaxSize),
302
DefaultValue
(defaultMinSize),
winforms\Managed\System\WinForms\Label.cs (1)
496
DefaultValue
(-1),
winforms\Managed\System\WinForms\ListBox.cs (3)
298
DefaultValue
(0),
511
DefaultValue
(0),
611
DefaultValue
(DefaultItemHeight),
winforms\Managed\System\WinForms\ListView.cs (1)
1815
DefaultValue
(0),
winforms\Managed\System\WinForms\ListViewItem.cs (3)
519
DefaultValue
(-1),
604
DefaultValue
(0),
776
DefaultValue
(-1),
winforms\Managed\System\WinForms\MenuItem.cs (1)
529
DefaultValue
(0),
winforms\Managed\System\WinForms\MonthCalendar.cs (2)
601
DefaultValue
(DEFAULT_MAX_SELECTION_COUNT),
770
DefaultValue
(DEFAULT_SCROLL_CHANGE),
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
132
DefaultValue
(NumericUpDown.DefaultDecimalPlaces),
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (3)
143
DefaultValue
(1),
204
DefaultValue
(1),
278
DefaultValue
(0),
winforms\Managed\System\WinForms\ProgressBar.cs (5)
332
DefaultValue
(100),
380
DefaultValue
(100),
418
DefaultValue
(0),
543
DefaultValue
(10),
616
DefaultValue
(0),
winforms\Managed\System\WinForms\RichTextBox.cs (7)
298
DefaultValue
(0),
623
DefaultValue
(int.MaxValue),
698
DefaultValue
(0),
944
DefaultValue
(0),
1100
DefaultValue
(0),
1141
DefaultValue
(0),
1269
DefaultValue
(0),
winforms\Managed\System\WinForms\ScrollBar.cs (5)
312
DefaultValue
(10),
346
DefaultValue
(100),
375
DefaultValue
(0),
407
DefaultValue
(1),
486
DefaultValue
(0),
winforms\Managed\System\WinForms\ScrollProperties.cs (5)
99
DefaultValue
(10),
132
DefaultValue
(100),
165
DefaultValue
(0),
221
DefaultValue
(1),
257
DefaultValue
(0),
winforms\Managed\System\WinForms\SplitContainer.cs (5)
716
DefaultValue
(25),
755
DefaultValue
(25),
781
DefaultValue
(50)
879
DefaultValue
(1),
924
DefaultValue
(4)
winforms\Managed\System\WinForms\Splitter.cs (2)
380
DefaultValue
(25),
402
DefaultValue
(25),
winforms\Managed\System\WinForms\StatusBarPanel.cs (2)
250
DefaultValue
(DEFAULTMINWIDTH),
487
DefaultValue
(DEFAULTWIDTH),
winforms\Managed\System\WinForms\TabControl.cs (1)
718
DefaultValue
(-1),
winforms\Managed\System\WinForms\TableLayoutPanel.cs (6)
131
[
DefaultValue
(0)]
167
[
DefaultValue
(0)]
220
[
DefaultValue
(1)]
236
[
DefaultValue
(1)]
252
[
DefaultValue
(-1)] //if change this value, also change the SerializeViaAdd in TableLayoutControlCollectionCodeDomSerializer
289
[
DefaultValue
(-1)] //if change this value, also change the SerializeViaAdd in TableLayoutControlCollectionCodeDomSerializer
winforms\Managed\System\WinForms\TableLayoutSettings.cs (7)
93
[
DefaultValue
(0)]
106
[
DefaultValue
(0)]
132
[
DefaultValue
(0)]
305
[
DefaultValue
(-1)]
337
[
DefaultValue
(-1)]
348
[
DefaultValue
(-1)]
360
[
DefaultValue
(-1)]
winforms\Managed\System\WinForms\TabPage.cs (1)
183
DefaultValue
(-1),
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
747
DefaultValue
(32767),
winforms\Managed\System\WinForms\Timer.cs (1)
205
DefaultValue
(100),
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
188
DefaultValue
(-1),
winforms\Managed\System\WinForms\ToolStripComboBox.cs (3)
278
DefaultValue
(106)
362
DefaultValue
(8),
373
DefaultValue
(0),
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1567
DefaultValue
(-1),
winforms\Managed\System\WinForms\ToolStripProgressBar.cs (5)
114
DefaultValue
(100),
125
DefaultValue
(100),
139
DefaultValue
(0),
183
DefaultValue
(10),
243
DefaultValue
(0),
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
380
DefaultValue
(32767),
winforms\Managed\System\WinForms\ToolTip.cs (1)
164
DefaultValue
(DEFAULT_DELAY)
winforms\Managed\System\WinForms\TrackBar.cs (6)
352
DefaultValue
(5),
380
DefaultValue
(10),
404
DefaultValue
(0),
561
DefaultValue
(1),
649
DefaultValue
(1),
676
DefaultValue
(0),
winforms\Managed\System\WinForms\TreeNode.cs (3)
531
DefaultValue
(-1),
862
DefaultValue
(-1),
962
DefaultValue
(-1),
winforms\Managed\System\WinForms\TreeView.cs (2)
547
DefaultValue
(-1),
1038
DefaultValue
(-1),
System.Windows.Forms.DataVisualization (64)
Common\Annotation\AnnotationBase.cs (2)
1000
DefaultValue
(1),
1210
DefaultValue
(0),
Common\Annotation\ArrowAnnotation.cs (1)
167
DefaultValue
(5),
Common\Annotation\CalloutAnnotation.cs (1)
266
DefaultValue
(1),
Common\Annotation\GroupAnnotation.cs (2)
399
DefaultValue
(1),
634
DefaultValue
(0),
Common\Annotation\ImageAnnotation.cs (1)
463
DefaultValue
(1),
Common\Annotation\RectangleAnnotation.cs (1)
137
DefaultValue
(1),
Common\Annotation\TextAnnotation.cs (2)
217
DefaultValue
(1),
1221
DefaultValue
(1),
Common\Borders3D\Borders3D.cs (1)
526
DefaultValue
(1),
Common\DataManager\DataPoint.cs (1)
5358
DefaultValue
(1),
Common\DataManager\DataSeries.cs (3)
1983
DefaultValue
(1),
2129
DefaultValue
(1)
2156
DefaultValue
(0)
Common\General\Axis.cs (3)
844
DefaultValue
(6),
878
DefaultValue
(10),
1103
DefaultValue
(1),
Common\General\AxisScaleBreaks.cs (3)
218
DefaultValue
(2),
244
DefaultValue
(25),
360
DefaultValue
(1),
Common\General\Chart.cs (4)
207
DefaultValue
(0),
2584
DefaultValue
(300),
2631
DefaultValue
(300),
2918
DefaultValue
(1),
Common\General\ChartArea.cs (2)
966
DefaultValue
(0),
1022
DefaultValue
(1),
Common\General\ChartArea3D.cs (6)
314
DefaultValue
(0),
353
DefaultValue
(30),
384
DefaultValue
(30),
415
DefaultValue
(7),
446
DefaultValue
(100),
477
DefaultValue
(100),
Common\General\ChartGraphics3D.cs (4)
4632
DefaultValue
(0),
4653
DefaultValue
(0),
4674
DefaultValue
(0),
4695
DefaultValue
(0),
Common\General\GridTickMarks.cs (1)
1967
DefaultValue
(1),
Common\General\Label.cs (2)
1001
DefaultValue
(0),
2797
DefaultValue
(0),
Common\General\Legend.cs (10)
2872
DefaultValue
(7),
3077
DefaultValue
(50),
3192
DefaultValue
(1),
3549
DefaultValue
(0),
3678
DefaultValue
(25),
5558
DefaultValue
(1),
5610
DefaultValue
(1),
5674
DefaultValue
(0)
5753
DefaultValue
(5),
5915
DefaultValue
(-1)
Common\General\LegendColumns.cs (7)
697
DefaultValue
(-1),
724
DefaultValue
(-1),
1255
DefaultValue
(1),
2581
DefaultValue
(0),
2608
DefaultValue
(0),
2635
DefaultValue
(0),
2662
DefaultValue
(0),
Common\General\SmartLabels.cs (1)
503
DefaultValue
(1),
Common\General\StripLine.cs (1)
1085
DefaultValue
(1),
Common\General\Title.cs (3)
473
DefaultValue
(0),
703
DefaultValue
(1),
1057
DefaultValue
(0),
WinForm\ChartWinControl.cs (2)
1690
DefaultValue
(1),
1779
DefaultValue
(1),
System.WorkflowServices (1)
System\Workflow\Activities\WorkflowServiceAttributes.cs (1)
100
[
DefaultValue
(65536)]