23 overrides of CanResetValue
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
28
public override bool
CanResetValue
(object component) { return _descriptor.CanResetValue(component); }
System.ComponentModel.TypeConverter (6)
MS\Internal\Xml\Linq\ComponentModel\XComponentModel.cs (1)
106
public override bool
CanResetValue
(object component)
System\ComponentModel\Design\DesignerOptionService.cs (2)
420
public override bool
CanResetValue
(object component) => _property.CanResetValue(_target);
484
public override bool
CanResetValue
(object component) => false;
System\ComponentModel\ExtendedPropertyDescriptor.cs (1)
65
public override bool
CanResetValue
(object comp)
System\ComponentModel\ReflectPropertyDescriptor.cs (1)
709
public override bool
CanResetValue
(object component)
System\ComponentModel\TypeConverter.cs (1)
385
public override bool
CanResetValue
(object component)
System.Data.Common (5)
System\Data\Common\DbConnectionStringBuilderDescriptor.cs (1)
22
public override bool
CanResetValue
(object component)
System\Data\Common\DbEnumerator.cs (1)
129
public override bool
CanResetValue
(object component) => false;
System\Data\DataColumnPropertyDescriptor.cs (1)
52
public override bool
CanResetValue
(object component)
System\Data\DataRelationPropertyDescriptor.cs (1)
30
public override bool
CanResetValue
(object component) => false;
System\Data\DataTablePropertyDescriptor.cs (1)
30
public override bool
CanResetValue
(object component) => false;
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
105
public override bool
CanResetValue
(object o)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
443
public override bool
CanResetValue
(object component)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
84
public override bool
CanResetValue
(object component)
System.Windows.Forms.Design (6)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1194
public override bool
CanResetValue
(object component) => false;
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (1)
41
public override bool
CanResetValue
(object component) => GetValue(component) is not null;
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (1)
139
public override bool
CanResetValue
(object component)
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
1020
public override bool
CanResetValue
(object component)
System\Windows\Forms\Design\ControlDesigner.CanResetSizePropertyDescriptor.cs (1)
27
public override bool
CanResetValue
(object component) => _basePropDesc.ShouldSerializeValue(component);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1359
public override bool
CanResetValue
(object component)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBindingHelperTests.cs (1)
750
public override bool
CanResetValue
(object component) => throw new NotImplementedException();
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (1)
150
public override bool
CanResetValue
(object component) => throw new NotImplementedException();
407 references to CanResetValue
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
28
public override bool CanResetValue(object component) { return _descriptor.
CanResetValue
(component); }
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesignerOptionService.cs (1)
420
public override bool CanResetValue(object component) => _property.
CanResetValue
(_target);
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
107
return _baseDescriptor.
CanResetValue
(o);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
93
if (!_descriptors[i].
CanResetValue
(GetPropertyOwnerForComponent(a, i)!))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
423
return PropertyDescriptor.
CanResetValue
(owner!)
System.Windows.Forms.Design (5)
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (1)
144
return _propertyDescriptor.
CanResetValue
(component);
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ComponentListCodeDomSerializer.cs (1)
157
if (prop is not null && prop.
CanResetValue
(comp))
System\ComponentModel\Design\Serialization\CodeDomSerializer.cs (1)
353
if (prop.
CanResetValue
(instance))
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
1022
return _property.
CanResetValue
(_target);
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (1)
679
writeInvariant = !prop.
CanResetValue
(tree.Owner);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\Serialization\DesignerSerializationManagerTests.cs (1)
225
Assert.False(property.
CanResetValue
(new Component()));
System.Windows.Forms.Tests (396)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (2)
302
Assert.True(property.
CanResetValue
(control));
313
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ButtonBaseTests.cs (12)
1778
Assert.False(property.
CanResetValue
(control));
1783
Assert.True(property.
CanResetValue
(control));
1788
Assert.False(property.
CanResetValue
(control));
1797
Assert.False(property.
CanResetValue
(control));
1802
Assert.True(property.
CanResetValue
(control));
1813
Assert.False(property.
CanResetValue
(control));
4282
Assert.False(property.
CanResetValue
(control));
4286
Assert.True(property.
CanResetValue
(control));
4291
Assert.False(property.
CanResetValue
(control));
4300
Assert.False(property.
CanResetValue
(control));
4304
Assert.True(property.
CanResetValue
(control));
4315
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ColorDialogTests.cs (3)
148
Assert.False(property.
CanResetValue
(dialog));
152
Assert.True(property.
CanResetValue
(dialog));
156
Assert.False(property.
CanResetValue
(dialog));
System\Windows\Forms\ColumnHeaderTests.cs (14)
262
Assert.False(property.
CanResetValue
(item));
266
Assert.False(property.
CanResetValue
(item));
271
Assert.False(property.
CanResetValue
(item));
275
Assert.False(property.
CanResetValue
(item));
860
Assert.False(property.
CanResetValue
(header));
865
Assert.False(property.
CanResetValue
(header));
870
Assert.False(property.
CanResetValue
(header));
875
Assert.False(property.
CanResetValue
(header));
879
Assert.False(property.
CanResetValue
(header));
1056
Assert.False(property.
CanResetValue
(header));
1061
Assert.True(property.
CanResetValue
(header));
1066
Assert.True(property.
CanResetValue
(header));
1071
Assert.True(property.
CanResetValue
(header));
1075
Assert.True(property.
CanResetValue
(header));
System\Windows\Forms\ComboBoxTests.cs (6)
281
Assert.False(property.
CanResetValue
(control));
285
Assert.True(property.
CanResetValue
(control));
289
Assert.False(property.
CanResetValue
(control));
1149
Assert.False(property.
CanResetValue
(control));
1153
Assert.True(property.
CanResetValue
(control));
1157
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (2)
58
Assert.False(handleProperty.
CanResetValue
(iPictureDisp));
140
Assert.False(urlProperty.
CanResetValue
(mediaPlayer));
System\Windows\Forms\ControlTests.Properties.cs (58)
1606
Assert.False(property.
CanResetValue
(control));
1610
Assert.True(property.
CanResetValue
(control));
1614
Assert.False(property.
CanResetValue
(control));
3675
Assert.False(property.
CanResetValue
(control));
3678
Assert.False(property.
CanResetValue
(control));
3683
Assert.False(property.
CanResetValue
(control));
3687
Assert.False(property.
CanResetValue
(control));
4767
Assert.False(property.
CanResetValue
(control));
4771
Assert.True(property.
CanResetValue
(control));
4775
Assert.False(property.
CanResetValue
(control));
5244
Assert.False(property.
CanResetValue
(control));
5249
Assert.True(property.
CanResetValue
(control));
5253
Assert.False(property.
CanResetValue
(control));
5257
Assert.True(property.
CanResetValue
(control));
5261
Assert.False(property.
CanResetValue
(control));
5640
Assert.False(property.
CanResetValue
(control));
5644
Assert.True(property.
CanResetValue
(control));
5648
Assert.False(property.
CanResetValue
(control));
7574
Assert.True(property.
CanResetValue
(control));
7578
Assert.True(property.
CanResetValue
(control));
7582
Assert.True(property.
CanResetValue
(control));
7586
Assert.True(property.
CanResetValue
(control));
7590
Assert.True(property.
CanResetValue
(control));
7852
Assert.False(property.
CanResetValue
(control));
7856
Assert.True(property.
CanResetValue
(control));
7860
Assert.False(property.
CanResetValue
(control));
8445
Assert.False(property.
CanResetValue
(control));
8449
Assert.True(property.
CanResetValue
(control));
8453
Assert.True(property.
CanResetValue
(control));
8457
Assert.True(property.
CanResetValue
(control));
8461
Assert.False(property.
CanResetValue
(control));
9215
Assert.False(property.
CanResetValue
(control));
9219
Assert.True(property.
CanResetValue
(control));
9223
Assert.True(property.
CanResetValue
(control));
9227
Assert.True(property.
CanResetValue
(control));
9231
Assert.False(property.
CanResetValue
(control));
9647
Assert.False(property.
CanResetValue
(control));
9651
Assert.True(property.
CanResetValue
(control));
9655
Assert.False(property.
CanResetValue
(control));
10444
Assert.False(property.
CanResetValue
(control));
10448
Assert.True(property.
CanResetValue
(control));
10452
Assert.True(property.
CanResetValue
(control));
10456
Assert.False(property.
CanResetValue
(control));
10460
Assert.True(property.
CanResetValue
(control));
10464
Assert.False(property.
CanResetValue
(control));
11755
Assert.False(property.
CanResetValue
(control));
11759
Assert.True(property.
CanResetValue
(control));
11763
Assert.True(property.
CanResetValue
(control));
11767
Assert.True(property.
CanResetValue
(control));
11771
Assert.False(property.
CanResetValue
(control));
12045
Assert.False(property.
CanResetValue
(control));
12050
Assert.False(property.
CanResetValue
(control));
12055
Assert.False(property.
CanResetValue
(control));
12060
Assert.True(property.
CanResetValue
(control));
12064
Assert.False(property.
CanResetValue
(control));
13069
Assert.False(property.
CanResetValue
(control));
13073
Assert.True(property.
CanResetValue
(control));
13077
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\DockPaddingEdgesTests.cs (5)
390
Assert.True(property.
CanResetValue
(padding));
411
Assert.True(property.
CanResetValue
(padding));
432
Assert.True(property.
CanResetValue
(padding));
453
Assert.True(property.
CanResetValue
(padding));
474
Assert.True(property.
CanResetValue
(padding));
System\Windows\Forms\ErrorProviderTests.cs (9)
320
Assert.False(property.
CanResetValue
(provider));
323
Assert.True(property.
CanResetValue
(provider));
326
Assert.True(property.
CanResetValue
(provider));
522
Assert.False(property.
CanResetValue
(provider));
525
Assert.True(property.
CanResetValue
(provider));
528
Assert.False(property.
CanResetValue
(provider));
570
Assert.False(property.
CanResetValue
(provider));
574
Assert.True(property.
CanResetValue
(provider));
577
Assert.False(property.
CanResetValue
(provider));
System\Windows\Forms\FontDialogTests.cs (3)
333
Assert.False(property.
CanResetValue
(dialog));
338
Assert.True(property.
CanResetValue
(dialog));
342
Assert.False(property.
CanResetValue
(dialog));
System\Windows\Forms\ImageListTests.cs (9)
172
Assert.True(property.
CanResetValue
(list));
176
Assert.True(property.
CanResetValue
(list));
180
Assert.True(property.
CanResetValue
(list));
366
Assert.True(property.
CanResetValue
(list));
370
Assert.True(property.
CanResetValue
(list));
374
Assert.True(property.
CanResetValue
(list));
782
Assert.True(property.
CanResetValue
(list));
786
Assert.True(property.
CanResetValue
(list));
790
Assert.False(property.
CanResetValue
(list));
System\Windows\Forms\ListBoxTests.cs (9)
445
Assert.False(property.
CanResetValue
(control));
449
Assert.True(property.
CanResetValue
(control));
453
Assert.False(property.
CanResetValue
(control));
1342
Assert.False(property.
CanResetValue
(control));
1346
Assert.True(property.
CanResetValue
(control));
1350
Assert.False(property.
CanResetValue
(control));
1819
Assert.False(property.
CanResetValue
(control));
1823
Assert.False(property.
CanResetValue
(control));
1827
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\MdiClientTests.cs (13)
147
Assert.False(property.
CanResetValue
(control));
151
Assert.True(property.
CanResetValue
(control));
155
Assert.True(property.
CanResetValue
(control));
437
Assert.True(property.
CanResetValue
(control));
441
Assert.True(property.
CanResetValue
(control));
445
Assert.True(property.
CanResetValue
(control));
449
Assert.True(property.
CanResetValue
(control));
453
Assert.True(property.
CanResetValue
(control));
1150
Assert.False(property.
CanResetValue
(control));
1154
Assert.False(property.
CanResetValue
(control));
1158
Assert.False(property.
CanResetValue
(control));
1162
Assert.False(property.
CanResetValue
(control));
1166
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\PaddingTests.cs (12)
99
Assert.False(property.
CanResetValue
(boxedPadding));
108
Assert.True(property.
CanResetValue
(boxedPadding));
119
Assert.True(property.
CanResetValue
(boxedPadding));
128
Assert.True(property.
CanResetValue
(boxedPadding));
169
Assert.True(property.
CanResetValue
(boxedPadding));
178
Assert.True(property.
CanResetValue
(boxedPadding));
219
Assert.True(property.
CanResetValue
(boxedPadding));
228
Assert.True(property.
CanResetValue
(boxedPadding));
269
Assert.True(property.
CanResetValue
(boxedPadding));
278
Assert.True(property.
CanResetValue
(boxedPadding));
319
Assert.True(property.
CanResetValue
(boxedPadding));
328
Assert.True(property.
CanResetValue
(boxedPadding));
System\Windows\Forms\PageSetupDialogTests.cs (3)
226
Assert.False(property.
CanResetValue
(dialog));
229
Assert.True(property.
CanResetValue
(dialog));
233
Assert.False(property.
CanResetValue
(dialog));
System\Windows\Forms\PictureBoxTests.cs (9)
389
Assert.False(property.
CanResetValue
(pictureBox));
392
Assert.True(property.
CanResetValue
(pictureBox));
397
Assert.False(property.
CanResetValue
(pictureBox));
599
Assert.False(property.
CanResetValue
(pictureBox));
602
Assert.True(property.
CanResetValue
(pictureBox));
607
Assert.False(property.
CanResetValue
(pictureBox));
1086
Assert.False(property.
CanResetValue
(pictureBox));
1089
Assert.True(property.
CanResetValue
(pictureBox));
1094
Assert.False(property.
CanResetValue
(pictureBox));
System\Windows\Forms\ProgressBarTests.cs (3)
626
Assert.False(property.
CanResetValue
(control));
630
Assert.True(property.
CanResetValue
(control));
634
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\PropertyGridTests.cs (60)
380
Assert.False(property.
CanResetValue
(control));
384
Assert.True(property.
CanResetValue
(control));
388
Assert.False(property.
CanResetValue
(control));
754
Assert.False(property.
CanResetValue
(control));
758
Assert.True(property.
CanResetValue
(control));
762
Assert.False(property.
CanResetValue
(control));
832
Assert.False(property.
CanResetValue
(control));
836
Assert.True(property.
CanResetValue
(control));
840
Assert.False(property.
CanResetValue
(control));
917
Assert.False(property.
CanResetValue
(control));
921
Assert.True(property.
CanResetValue
(control));
925
Assert.False(property.
CanResetValue
(control));
995
Assert.False(property.
CanResetValue
(control));
999
Assert.True(property.
CanResetValue
(control));
1003
Assert.False(property.
CanResetValue
(control));
1080
Assert.False(property.
CanResetValue
(control));
1084
Assert.True(property.
CanResetValue
(control));
1088
Assert.False(property.
CanResetValue
(control));
1165
Assert.False(property.
CanResetValue
(control));
1169
Assert.True(property.
CanResetValue
(control));
1173
Assert.False(property.
CanResetValue
(control));
1243
Assert.False(property.
CanResetValue
(control));
1247
Assert.True(property.
CanResetValue
(control));
1251
Assert.False(property.
CanResetValue
(control));
1328
Assert.False(property.
CanResetValue
(control));
1332
Assert.True(property.
CanResetValue
(control));
1336
Assert.False(property.
CanResetValue
(control));
1492
Assert.False(property.
CanResetValue
(control));
1496
Assert.True(property.
CanResetValue
(control));
1500
Assert.False(property.
CanResetValue
(control));
1705
Assert.False(property.
CanResetValue
(control));
1709
Assert.True(property.
CanResetValue
(control));
1713
Assert.False(property.
CanResetValue
(control));
1783
Assert.False(property.
CanResetValue
(control));
1787
Assert.True(property.
CanResetValue
(control));
1791
Assert.False(property.
CanResetValue
(control));
1868
Assert.False(property.
CanResetValue
(control));
1872
Assert.True(property.
CanResetValue
(control));
1876
Assert.False(property.
CanResetValue
(control));
1946
Assert.False(property.
CanResetValue
(control));
1950
Assert.True(property.
CanResetValue
(control));
1954
Assert.False(property.
CanResetValue
(control));
2202
Assert.False(property.
CanResetValue
(control));
2206
Assert.True(property.
CanResetValue
(control));
2210
Assert.False(property.
CanResetValue
(control));
2449
Assert.False(property.
CanResetValue
(control));
2453
Assert.True(property.
CanResetValue
(control));
2457
Assert.False(property.
CanResetValue
(control));
2527
Assert.False(property.
CanResetValue
(control));
2531
Assert.True(property.
CanResetValue
(control));
2535
Assert.False(property.
CanResetValue
(control));
3253
Assert.False(property.
CanResetValue
(control));
3257
Assert.True(property.
CanResetValue
(control));
3261
Assert.False(property.
CanResetValue
(control));
3338
Assert.False(property.
CanResetValue
(control));
3342
Assert.True(property.
CanResetValue
(control));
3346
Assert.False(property.
CanResetValue
(control));
3423
Assert.False(property.
CanResetValue
(control));
3427
Assert.True(property.
CanResetValue
(control));
3431
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ScrollableControlTests.cs (10)
418
Assert.False(property.
CanResetValue
(control));
422
Assert.True(property.
CanResetValue
(control));
426
Assert.True(property.
CanResetValue
(control));
430
Assert.True(property.
CanResetValue
(control));
434
Assert.False(property.
CanResetValue
(control));
659
Assert.False(property.
CanResetValue
(control));
663
Assert.True(property.
CanResetValue
(control));
667
Assert.True(property.
CanResetValue
(control));
671
Assert.True(property.
CanResetValue
(control));
675
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\StatusStripTests.cs (6)
551
Assert.False(property.
CanResetValue
(control));
555
Assert.True(property.
CanResetValue
(control));
559
Assert.True(property.
CanResetValue
(control));
563
Assert.False(property.
CanResetValue
(control));
567
Assert.False(property.
CanResetValue
(control));
571
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\TabControlTests.cs (10)
1559
Assert.False(property.
CanResetValue
(control));
1563
Assert.True(property.
CanResetValue
(control));
1567
Assert.True(property.
CanResetValue
(control));
1571
Assert.True(property.
CanResetValue
(control));
1575
Assert.False(property.
CanResetValue
(control));
1768
Assert.False(property.
CanResetValue
(control));
1772
Assert.True(property.
CanResetValue
(control));
1776
Assert.True(property.
CanResetValue
(control));
1780
Assert.True(property.
CanResetValue
(control));
1784
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\TableLayoutPanelTests.cs (4)
338
Assert.False(property.
CanResetValue
(control));
341
Assert.False(property.
CanResetValue
(control));
346
Assert.False(property.
CanResetValue
(control));
350
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\TabPageTests.cs (6)
2366
Assert.False(property.
CanResetValue
(control));
2370
Assert.False(property.
CanResetValue
(control));
2374
Assert.False(property.
CanResetValue
(control));
2378
Assert.False(property.
CanResetValue
(control));
2382
Assert.False(property.
CanResetValue
(control));
2386
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ToolStripContentPanelTests.cs (6)
1437
Assert.False(property.
CanResetValue
(item));
1441
Assert.True(property.
CanResetValue
(item));
1445
Assert.False(property.
CanResetValue
(item));
1449
Assert.False(property.
CanResetValue
(item));
1453
Assert.True(property.
CanResetValue
(item));
1457
Assert.False(property.
CanResetValue
(item));
System\Windows\Forms\ToolStripControlHostTests.cs (25)
334
Assert.False(property.
CanResetValue
(item));
338
Assert.True(property.
CanResetValue
(item));
342
Assert.False(property.
CanResetValue
(item));
352
Assert.False(property.
CanResetValue
(item));
356
Assert.False(property.
CanResetValue
(item));
1001
Assert.False(property.
CanResetValue
(item));
1006
Assert.True(property.
CanResetValue
(item));
1010
Assert.False(property.
CanResetValue
(item));
1014
Assert.True(property.
CanResetValue
(item));
1018
Assert.False(property.
CanResetValue
(item));
1028
Assert.False(property.
CanResetValue
(item));
1032
Assert.False(property.
CanResetValue
(item));
1153
Assert.False(property.
CanResetValue
(item));
1157
Assert.True(property.
CanResetValue
(item));
1161
Assert.False(property.
CanResetValue
(item));
1171
Assert.False(property.
CanResetValue
(item));
1175
Assert.False(property.
CanResetValue
(item));
1644
Assert.False(property.
CanResetValue
(item));
1648
Assert.True(property.
CanResetValue
(item));
1652
Assert.True(property.
CanResetValue
(item));
1656
Assert.False(property.
CanResetValue
(item));
1660
Assert.True(property.
CanResetValue
(item));
1664
Assert.False(property.
CanResetValue
(item));
1675
Assert.False(property.
CanResetValue
(item));
1678
Assert.False(property.
CanResetValue
(item));
System\Windows\Forms\ToolStripDropDownTests.cs (3)
1433
Assert.False(property.
CanResetValue
(control));
1437
Assert.False(property.
CanResetValue
(control));
1441
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ToolStripItemTests.cs (76)
1738
Assert.False(property.
CanResetValue
(item));
1742
Assert.True(property.
CanResetValue
(item));
1746
Assert.False(property.
CanResetValue
(item));
2331
Assert.False(property.
CanResetValue
(item));
2335
Assert.True(property.
CanResetValue
(item));
2339
Assert.False(property.
CanResetValue
(item));
3180
Assert.False(property.
CanResetValue
(item));
3185
Assert.True(property.
CanResetValue
(item));
3191
Assert.False(property.
CanResetValue
(item));
3195
Assert.True(property.
CanResetValue
(item));
3201
Assert.False(property.
CanResetValue
(item));
3431
Assert.False(property.
CanResetValue
(item));
3435
Assert.True(property.
CanResetValue
(item));
3439
Assert.False(property.
CanResetValue
(item));
4085
Assert.False(property.
CanResetValue
(item));
4090
Assert.True(property.
CanResetValue
(item));
4094
Assert.False(property.
CanResetValue
(item));
4113
Assert.False(property.
CanResetValue
(item));
4118
Assert.True(property.
CanResetValue
(item));
4122
Assert.False(property.
CanResetValue
(item));
4738
Assert.False(property.
CanResetValue
(item));
4742
Assert.False(property.
CanResetValue
(item));
4747
Assert.False(property.
CanResetValue
(item));
4751
Assert.False(property.
CanResetValue
(item));
4763
Assert.False(property.
CanResetValue
(item));
4767
Assert.False(property.
CanResetValue
(item));
4772
Assert.False(property.
CanResetValue
(item));
4776
Assert.False(property.
CanResetValue
(item));
4794
Assert.False(property.
CanResetValue
(item));
4798
Assert.False(property.
CanResetValue
(item));
4802
Assert.False(property.
CanResetValue
(item));
4806
Assert.False(property.
CanResetValue
(item));
4810
Assert.False(property.
CanResetValue
(item));
5225
Assert.False(property.
CanResetValue
(item));
5230
Assert.False(property.
CanResetValue
(item));
5235
Assert.False(property.
CanResetValue
(item));
5240
Assert.False(property.
CanResetValue
(item));
5244
Assert.False(property.
CanResetValue
(item));
5256
Assert.False(property.
CanResetValue
(item));
5261
Assert.False(property.
CanResetValue
(item));
5266
Assert.False(property.
CanResetValue
(item));
5271
Assert.False(property.
CanResetValue
(item));
5275
Assert.False(property.
CanResetValue
(item));
5293
Assert.False(property.
CanResetValue
(item));
5297
Assert.False(property.
CanResetValue
(item));
5301
Assert.False(property.
CanResetValue
(item));
5305
Assert.False(property.
CanResetValue
(item));
5309
Assert.False(property.
CanResetValue
(item));
5782
Assert.False(property.
CanResetValue
(item));
5786
Assert.True(property.
CanResetValue
(item));
5790
Assert.False(property.
CanResetValue
(item));
6099
Assert.False(property.
CanResetValue
(item));
6103
Assert.True(property.
CanResetValue
(item));
6107
Assert.False(property.
CanResetValue
(item));
6914
Assert.False(property.
CanResetValue
(item));
6918
Assert.True(property.
CanResetValue
(item));
6922
Assert.False(property.
CanResetValue
(item));
7416
Assert.False(property.
CanResetValue
(item));
7420
Assert.True(property.
CanResetValue
(item));
7424
Assert.True(property.
CanResetValue
(item));
7428
Assert.False(property.
CanResetValue
(item));
7432
Assert.True(property.
CanResetValue
(item));
7436
Assert.False(property.
CanResetValue
(item));
8774
Assert.False(property.
CanResetValue
(item));
8778
Assert.True(property.
CanResetValue
(item));
8782
Assert.True(property.
CanResetValue
(item));
8786
Assert.True(property.
CanResetValue
(item));
8790
Assert.False(property.
CanResetValue
(item));
9075
Assert.False(property.
CanResetValue
(item));
9080
Assert.False(property.
CanResetValue
(item));
9085
Assert.False(property.
CanResetValue
(item));
9090
Assert.True(property.
CanResetValue
(item));
9094
Assert.False(property.
CanResetValue
(item));
9598
Assert.False(property.
CanResetValue
(item));
9602
Assert.False(property.
CanResetValue
(item));
9606
Assert.False(property.
CanResetValue
(item));
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
388
Assert.False(property.
CanResetValue
(item));
392
Assert.True(property.
CanResetValue
(item));
396
Assert.True(property.
CanResetValue
(item));
System\Windows\Forms\ToolStripTests.cs (9)
2206
Assert.False(property.
CanResetValue
(control));
2210
Assert.False(property.
CanResetValue
(control));
2214
Assert.False(property.
CanResetValue
(control));
3377
Assert.False(property.
CanResetValue
(control));
3381
Assert.True(property.
CanResetValue
(control));
3385
Assert.True(property.
CanResetValue
(control));
3389
Assert.False(property.
CanResetValue
(control));
3393
Assert.False(property.
CanResetValue
(control));
3397
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\TreeNodeTests.cs (6)
422
Assert.False(property.
CanResetValue
(node));
426
Assert.False(property.
CanResetValue
(node));
430
Assert.False(property.
CanResetValue
(node));
863
Assert.False(property.
CanResetValue
(node));
867
Assert.False(property.
CanResetValue
(node));
871
Assert.False(property.
CanResetValue
(node));