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)
1348
public override bool
CanResetValue
(object component)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBindingHelperTests.cs (1)
752
public override bool
CanResetValue
(object component) => throw new NotImplementedException();
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (1)
152
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)
226
Assert.False(property.
CanResetValue
(new Component()));
System.Windows.Forms.Tests (396)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (2)
304
Assert.True(property.
CanResetValue
(control));
315
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ButtonBaseTests.cs (12)
1780
Assert.False(property.
CanResetValue
(control));
1785
Assert.True(property.
CanResetValue
(control));
1790
Assert.False(property.
CanResetValue
(control));
1799
Assert.False(property.
CanResetValue
(control));
1804
Assert.True(property.
CanResetValue
(control));
1815
Assert.False(property.
CanResetValue
(control));
4284
Assert.False(property.
CanResetValue
(control));
4288
Assert.True(property.
CanResetValue
(control));
4293
Assert.False(property.
CanResetValue
(control));
4302
Assert.False(property.
CanResetValue
(control));
4306
Assert.True(property.
CanResetValue
(control));
4317
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ColorDialogTests.cs (3)
150
Assert.False(property.
CanResetValue
(dialog));
154
Assert.True(property.
CanResetValue
(dialog));
158
Assert.False(property.
CanResetValue
(dialog));
System\Windows\Forms\ColumnHeaderTests.cs (14)
264
Assert.False(property.
CanResetValue
(item));
268
Assert.False(property.
CanResetValue
(item));
273
Assert.False(property.
CanResetValue
(item));
277
Assert.False(property.
CanResetValue
(item));
862
Assert.False(property.
CanResetValue
(header));
867
Assert.False(property.
CanResetValue
(header));
872
Assert.False(property.
CanResetValue
(header));
877
Assert.False(property.
CanResetValue
(header));
881
Assert.False(property.
CanResetValue
(header));
1058
Assert.False(property.
CanResetValue
(header));
1063
Assert.True(property.
CanResetValue
(header));
1068
Assert.True(property.
CanResetValue
(header));
1073
Assert.True(property.
CanResetValue
(header));
1077
Assert.True(property.
CanResetValue
(header));
System\Windows\Forms\ComboBoxTests.cs (6)
283
Assert.False(property.
CanResetValue
(control));
287
Assert.True(property.
CanResetValue
(control));
291
Assert.False(property.
CanResetValue
(control));
1151
Assert.False(property.
CanResetValue
(control));
1155
Assert.True(property.
CanResetValue
(control));
1159
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (2)
61
Assert.False(handleProperty.
CanResetValue
(iPictureDisp));
143
Assert.False(urlProperty.
CanResetValue
(mediaPlayer));
System\Windows\Forms\ControlTests.Properties.cs (58)
1608
Assert.False(property.
CanResetValue
(control));
1612
Assert.True(property.
CanResetValue
(control));
1616
Assert.False(property.
CanResetValue
(control));
3677
Assert.False(property.
CanResetValue
(control));
3680
Assert.False(property.
CanResetValue
(control));
3685
Assert.False(property.
CanResetValue
(control));
3689
Assert.False(property.
CanResetValue
(control));
4769
Assert.False(property.
CanResetValue
(control));
4773
Assert.True(property.
CanResetValue
(control));
4777
Assert.False(property.
CanResetValue
(control));
5246
Assert.False(property.
CanResetValue
(control));
5251
Assert.True(property.
CanResetValue
(control));
5255
Assert.False(property.
CanResetValue
(control));
5259
Assert.True(property.
CanResetValue
(control));
5263
Assert.False(property.
CanResetValue
(control));
5642
Assert.False(property.
CanResetValue
(control));
5646
Assert.True(property.
CanResetValue
(control));
5650
Assert.False(property.
CanResetValue
(control));
7576
Assert.True(property.
CanResetValue
(control));
7580
Assert.True(property.
CanResetValue
(control));
7584
Assert.True(property.
CanResetValue
(control));
7588
Assert.True(property.
CanResetValue
(control));
7592
Assert.True(property.
CanResetValue
(control));
7854
Assert.False(property.
CanResetValue
(control));
7858
Assert.True(property.
CanResetValue
(control));
7862
Assert.False(property.
CanResetValue
(control));
8447
Assert.False(property.
CanResetValue
(control));
8451
Assert.True(property.
CanResetValue
(control));
8455
Assert.True(property.
CanResetValue
(control));
8459
Assert.True(property.
CanResetValue
(control));
8463
Assert.False(property.
CanResetValue
(control));
9217
Assert.False(property.
CanResetValue
(control));
9221
Assert.True(property.
CanResetValue
(control));
9225
Assert.True(property.
CanResetValue
(control));
9229
Assert.True(property.
CanResetValue
(control));
9233
Assert.False(property.
CanResetValue
(control));
9649
Assert.False(property.
CanResetValue
(control));
9653
Assert.True(property.
CanResetValue
(control));
9657
Assert.False(property.
CanResetValue
(control));
10446
Assert.False(property.
CanResetValue
(control));
10450
Assert.True(property.
CanResetValue
(control));
10454
Assert.True(property.
CanResetValue
(control));
10458
Assert.False(property.
CanResetValue
(control));
10462
Assert.True(property.
CanResetValue
(control));
10466
Assert.False(property.
CanResetValue
(control));
11757
Assert.False(property.
CanResetValue
(control));
11761
Assert.True(property.
CanResetValue
(control));
11765
Assert.True(property.
CanResetValue
(control));
11769
Assert.True(property.
CanResetValue
(control));
11773
Assert.False(property.
CanResetValue
(control));
12047
Assert.False(property.
CanResetValue
(control));
12052
Assert.False(property.
CanResetValue
(control));
12057
Assert.False(property.
CanResetValue
(control));
12062
Assert.True(property.
CanResetValue
(control));
12066
Assert.False(property.
CanResetValue
(control));
13071
Assert.False(property.
CanResetValue
(control));
13075
Assert.True(property.
CanResetValue
(control));
13079
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\DockPaddingEdgesTests.cs (5)
392
Assert.True(property.
CanResetValue
(padding));
413
Assert.True(property.
CanResetValue
(padding));
434
Assert.True(property.
CanResetValue
(padding));
455
Assert.True(property.
CanResetValue
(padding));
476
Assert.True(property.
CanResetValue
(padding));
System\Windows\Forms\ErrorProviderTests.cs (9)
322
Assert.False(property.
CanResetValue
(provider));
325
Assert.True(property.
CanResetValue
(provider));
328
Assert.True(property.
CanResetValue
(provider));
524
Assert.False(property.
CanResetValue
(provider));
527
Assert.True(property.
CanResetValue
(provider));
530
Assert.False(property.
CanResetValue
(provider));
572
Assert.False(property.
CanResetValue
(provider));
576
Assert.True(property.
CanResetValue
(provider));
579
Assert.False(property.
CanResetValue
(provider));
System\Windows\Forms\FontDialogTests.cs (3)
335
Assert.False(property.
CanResetValue
(dialog));
340
Assert.True(property.
CanResetValue
(dialog));
344
Assert.False(property.
CanResetValue
(dialog));
System\Windows\Forms\ImageListTests.cs (9)
174
Assert.True(property.
CanResetValue
(list));
178
Assert.True(property.
CanResetValue
(list));
182
Assert.True(property.
CanResetValue
(list));
368
Assert.True(property.
CanResetValue
(list));
372
Assert.True(property.
CanResetValue
(list));
376
Assert.True(property.
CanResetValue
(list));
784
Assert.True(property.
CanResetValue
(list));
788
Assert.True(property.
CanResetValue
(list));
792
Assert.False(property.
CanResetValue
(list));
System\Windows\Forms\ListBoxTests.cs (9)
447
Assert.False(property.
CanResetValue
(control));
451
Assert.True(property.
CanResetValue
(control));
455
Assert.False(property.
CanResetValue
(control));
1344
Assert.False(property.
CanResetValue
(control));
1348
Assert.True(property.
CanResetValue
(control));
1352
Assert.False(property.
CanResetValue
(control));
1821
Assert.False(property.
CanResetValue
(control));
1825
Assert.False(property.
CanResetValue
(control));
1829
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\MdiClientTests.cs (13)
149
Assert.False(property.
CanResetValue
(control));
153
Assert.True(property.
CanResetValue
(control));
157
Assert.True(property.
CanResetValue
(control));
439
Assert.True(property.
CanResetValue
(control));
443
Assert.True(property.
CanResetValue
(control));
447
Assert.True(property.
CanResetValue
(control));
451
Assert.True(property.
CanResetValue
(control));
455
Assert.True(property.
CanResetValue
(control));
1152
Assert.False(property.
CanResetValue
(control));
1156
Assert.False(property.
CanResetValue
(control));
1160
Assert.False(property.
CanResetValue
(control));
1164
Assert.False(property.
CanResetValue
(control));
1168
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\PaddingTests.cs (12)
101
Assert.False(property.
CanResetValue
(boxedPadding));
110
Assert.True(property.
CanResetValue
(boxedPadding));
121
Assert.True(property.
CanResetValue
(boxedPadding));
130
Assert.True(property.
CanResetValue
(boxedPadding));
171
Assert.True(property.
CanResetValue
(boxedPadding));
180
Assert.True(property.
CanResetValue
(boxedPadding));
221
Assert.True(property.
CanResetValue
(boxedPadding));
230
Assert.True(property.
CanResetValue
(boxedPadding));
271
Assert.True(property.
CanResetValue
(boxedPadding));
280
Assert.True(property.
CanResetValue
(boxedPadding));
321
Assert.True(property.
CanResetValue
(boxedPadding));
330
Assert.True(property.
CanResetValue
(boxedPadding));
System\Windows\Forms\PageSetupDialogTests.cs (3)
228
Assert.False(property.
CanResetValue
(dialog));
231
Assert.True(property.
CanResetValue
(dialog));
235
Assert.False(property.
CanResetValue
(dialog));
System\Windows\Forms\PictureBoxTests.cs (9)
391
Assert.False(property.
CanResetValue
(pictureBox));
394
Assert.True(property.
CanResetValue
(pictureBox));
399
Assert.False(property.
CanResetValue
(pictureBox));
601
Assert.False(property.
CanResetValue
(pictureBox));
604
Assert.True(property.
CanResetValue
(pictureBox));
609
Assert.False(property.
CanResetValue
(pictureBox));
1088
Assert.False(property.
CanResetValue
(pictureBox));
1091
Assert.True(property.
CanResetValue
(pictureBox));
1096
Assert.False(property.
CanResetValue
(pictureBox));
System\Windows\Forms\ProgressBarTests.cs (3)
628
Assert.False(property.
CanResetValue
(control));
632
Assert.True(property.
CanResetValue
(control));
636
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\PropertyGridTests.cs (60)
382
Assert.False(property.
CanResetValue
(control));
386
Assert.True(property.
CanResetValue
(control));
390
Assert.False(property.
CanResetValue
(control));
756
Assert.False(property.
CanResetValue
(control));
760
Assert.True(property.
CanResetValue
(control));
764
Assert.False(property.
CanResetValue
(control));
834
Assert.False(property.
CanResetValue
(control));
838
Assert.True(property.
CanResetValue
(control));
842
Assert.False(property.
CanResetValue
(control));
919
Assert.False(property.
CanResetValue
(control));
923
Assert.True(property.
CanResetValue
(control));
927
Assert.False(property.
CanResetValue
(control));
997
Assert.False(property.
CanResetValue
(control));
1001
Assert.True(property.
CanResetValue
(control));
1005
Assert.False(property.
CanResetValue
(control));
1082
Assert.False(property.
CanResetValue
(control));
1086
Assert.True(property.
CanResetValue
(control));
1090
Assert.False(property.
CanResetValue
(control));
1167
Assert.False(property.
CanResetValue
(control));
1171
Assert.True(property.
CanResetValue
(control));
1175
Assert.False(property.
CanResetValue
(control));
1245
Assert.False(property.
CanResetValue
(control));
1249
Assert.True(property.
CanResetValue
(control));
1253
Assert.False(property.
CanResetValue
(control));
1330
Assert.False(property.
CanResetValue
(control));
1334
Assert.True(property.
CanResetValue
(control));
1338
Assert.False(property.
CanResetValue
(control));
1494
Assert.False(property.
CanResetValue
(control));
1498
Assert.True(property.
CanResetValue
(control));
1502
Assert.False(property.
CanResetValue
(control));
1707
Assert.False(property.
CanResetValue
(control));
1711
Assert.True(property.
CanResetValue
(control));
1715
Assert.False(property.
CanResetValue
(control));
1785
Assert.False(property.
CanResetValue
(control));
1789
Assert.True(property.
CanResetValue
(control));
1793
Assert.False(property.
CanResetValue
(control));
1870
Assert.False(property.
CanResetValue
(control));
1874
Assert.True(property.
CanResetValue
(control));
1878
Assert.False(property.
CanResetValue
(control));
1948
Assert.False(property.
CanResetValue
(control));
1952
Assert.True(property.
CanResetValue
(control));
1956
Assert.False(property.
CanResetValue
(control));
2204
Assert.False(property.
CanResetValue
(control));
2208
Assert.True(property.
CanResetValue
(control));
2212
Assert.False(property.
CanResetValue
(control));
2451
Assert.False(property.
CanResetValue
(control));
2455
Assert.True(property.
CanResetValue
(control));
2459
Assert.False(property.
CanResetValue
(control));
2529
Assert.False(property.
CanResetValue
(control));
2533
Assert.True(property.
CanResetValue
(control));
2537
Assert.False(property.
CanResetValue
(control));
3255
Assert.False(property.
CanResetValue
(control));
3259
Assert.True(property.
CanResetValue
(control));
3263
Assert.False(property.
CanResetValue
(control));
3340
Assert.False(property.
CanResetValue
(control));
3344
Assert.True(property.
CanResetValue
(control));
3348
Assert.False(property.
CanResetValue
(control));
3425
Assert.False(property.
CanResetValue
(control));
3429
Assert.True(property.
CanResetValue
(control));
3433
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ScrollableControlTests.cs (10)
420
Assert.False(property.
CanResetValue
(control));
424
Assert.True(property.
CanResetValue
(control));
428
Assert.True(property.
CanResetValue
(control));
432
Assert.True(property.
CanResetValue
(control));
436
Assert.False(property.
CanResetValue
(control));
661
Assert.False(property.
CanResetValue
(control));
665
Assert.True(property.
CanResetValue
(control));
669
Assert.True(property.
CanResetValue
(control));
673
Assert.True(property.
CanResetValue
(control));
677
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\StatusStripTests.cs (6)
553
Assert.False(property.
CanResetValue
(control));
557
Assert.True(property.
CanResetValue
(control));
561
Assert.False(property.
CanResetValue
(control));
565
Assert.False(property.
CanResetValue
(control));
569
Assert.True(property.
CanResetValue
(control));
573
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\TabControlTests.cs (10)
1561
Assert.False(property.
CanResetValue
(control));
1565
Assert.True(property.
CanResetValue
(control));
1569
Assert.True(property.
CanResetValue
(control));
1573
Assert.True(property.
CanResetValue
(control));
1577
Assert.False(property.
CanResetValue
(control));
1770
Assert.False(property.
CanResetValue
(control));
1774
Assert.True(property.
CanResetValue
(control));
1778
Assert.True(property.
CanResetValue
(control));
1782
Assert.True(property.
CanResetValue
(control));
1786
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\TableLayoutPanelTests.cs (4)
340
Assert.False(property.
CanResetValue
(control));
343
Assert.False(property.
CanResetValue
(control));
348
Assert.False(property.
CanResetValue
(control));
352
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\TabPageTests.cs (6)
2368
Assert.False(property.
CanResetValue
(control));
2372
Assert.False(property.
CanResetValue
(control));
2376
Assert.False(property.
CanResetValue
(control));
2380
Assert.False(property.
CanResetValue
(control));
2384
Assert.False(property.
CanResetValue
(control));
2388
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ToolStripContentPanelTests.cs (6)
1439
Assert.False(property.
CanResetValue
(item));
1443
Assert.True(property.
CanResetValue
(item));
1447
Assert.False(property.
CanResetValue
(item));
1451
Assert.False(property.
CanResetValue
(item));
1455
Assert.True(property.
CanResetValue
(item));
1459
Assert.False(property.
CanResetValue
(item));
System\Windows\Forms\ToolStripControlHostTests.cs (25)
336
Assert.False(property.
CanResetValue
(item));
340
Assert.True(property.
CanResetValue
(item));
344
Assert.False(property.
CanResetValue
(item));
354
Assert.False(property.
CanResetValue
(item));
358
Assert.False(property.
CanResetValue
(item));
1003
Assert.False(property.
CanResetValue
(item));
1008
Assert.True(property.
CanResetValue
(item));
1012
Assert.False(property.
CanResetValue
(item));
1016
Assert.True(property.
CanResetValue
(item));
1020
Assert.False(property.
CanResetValue
(item));
1030
Assert.False(property.
CanResetValue
(item));
1034
Assert.False(property.
CanResetValue
(item));
1155
Assert.False(property.
CanResetValue
(item));
1159
Assert.True(property.
CanResetValue
(item));
1163
Assert.False(property.
CanResetValue
(item));
1173
Assert.False(property.
CanResetValue
(item));
1177
Assert.False(property.
CanResetValue
(item));
1646
Assert.False(property.
CanResetValue
(item));
1650
Assert.True(property.
CanResetValue
(item));
1654
Assert.True(property.
CanResetValue
(item));
1658
Assert.False(property.
CanResetValue
(item));
1662
Assert.True(property.
CanResetValue
(item));
1666
Assert.False(property.
CanResetValue
(item));
1677
Assert.False(property.
CanResetValue
(item));
1680
Assert.False(property.
CanResetValue
(item));
System\Windows\Forms\ToolStripDropDownTests.cs (3)
1435
Assert.False(property.
CanResetValue
(control));
1439
Assert.False(property.
CanResetValue
(control));
1443
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\ToolStripItemTests.cs (76)
1740
Assert.False(property.
CanResetValue
(item));
1744
Assert.True(property.
CanResetValue
(item));
1748
Assert.False(property.
CanResetValue
(item));
2333
Assert.False(property.
CanResetValue
(item));
2337
Assert.True(property.
CanResetValue
(item));
2341
Assert.False(property.
CanResetValue
(item));
3182
Assert.False(property.
CanResetValue
(item));
3187
Assert.True(property.
CanResetValue
(item));
3193
Assert.False(property.
CanResetValue
(item));
3197
Assert.True(property.
CanResetValue
(item));
3203
Assert.False(property.
CanResetValue
(item));
3433
Assert.False(property.
CanResetValue
(item));
3437
Assert.True(property.
CanResetValue
(item));
3441
Assert.False(property.
CanResetValue
(item));
4087
Assert.False(property.
CanResetValue
(item));
4092
Assert.True(property.
CanResetValue
(item));
4096
Assert.False(property.
CanResetValue
(item));
4115
Assert.False(property.
CanResetValue
(item));
4120
Assert.True(property.
CanResetValue
(item));
4124
Assert.False(property.
CanResetValue
(item));
4740
Assert.False(property.
CanResetValue
(item));
4744
Assert.False(property.
CanResetValue
(item));
4749
Assert.False(property.
CanResetValue
(item));
4753
Assert.False(property.
CanResetValue
(item));
4765
Assert.False(property.
CanResetValue
(item));
4769
Assert.False(property.
CanResetValue
(item));
4774
Assert.False(property.
CanResetValue
(item));
4778
Assert.False(property.
CanResetValue
(item));
4796
Assert.False(property.
CanResetValue
(item));
4800
Assert.False(property.
CanResetValue
(item));
4804
Assert.False(property.
CanResetValue
(item));
4808
Assert.False(property.
CanResetValue
(item));
4812
Assert.False(property.
CanResetValue
(item));
5227
Assert.False(property.
CanResetValue
(item));
5232
Assert.False(property.
CanResetValue
(item));
5237
Assert.False(property.
CanResetValue
(item));
5242
Assert.False(property.
CanResetValue
(item));
5246
Assert.False(property.
CanResetValue
(item));
5258
Assert.False(property.
CanResetValue
(item));
5263
Assert.False(property.
CanResetValue
(item));
5268
Assert.False(property.
CanResetValue
(item));
5273
Assert.False(property.
CanResetValue
(item));
5277
Assert.False(property.
CanResetValue
(item));
5295
Assert.False(property.
CanResetValue
(item));
5299
Assert.False(property.
CanResetValue
(item));
5303
Assert.False(property.
CanResetValue
(item));
5307
Assert.False(property.
CanResetValue
(item));
5311
Assert.False(property.
CanResetValue
(item));
5784
Assert.False(property.
CanResetValue
(item));
5788
Assert.True(property.
CanResetValue
(item));
5792
Assert.False(property.
CanResetValue
(item));
6101
Assert.False(property.
CanResetValue
(item));
6105
Assert.True(property.
CanResetValue
(item));
6109
Assert.False(property.
CanResetValue
(item));
6916
Assert.False(property.
CanResetValue
(item));
6920
Assert.True(property.
CanResetValue
(item));
6924
Assert.False(property.
CanResetValue
(item));
7418
Assert.False(property.
CanResetValue
(item));
7422
Assert.True(property.
CanResetValue
(item));
7426
Assert.True(property.
CanResetValue
(item));
7430
Assert.False(property.
CanResetValue
(item));
7434
Assert.True(property.
CanResetValue
(item));
7438
Assert.False(property.
CanResetValue
(item));
8776
Assert.False(property.
CanResetValue
(item));
8780
Assert.True(property.
CanResetValue
(item));
8784
Assert.True(property.
CanResetValue
(item));
8788
Assert.True(property.
CanResetValue
(item));
8792
Assert.False(property.
CanResetValue
(item));
9077
Assert.False(property.
CanResetValue
(item));
9082
Assert.False(property.
CanResetValue
(item));
9087
Assert.False(property.
CanResetValue
(item));
9092
Assert.True(property.
CanResetValue
(item));
9096
Assert.False(property.
CanResetValue
(item));
9600
Assert.False(property.
CanResetValue
(item));
9604
Assert.False(property.
CanResetValue
(item));
9608
Assert.False(property.
CanResetValue
(item));
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
390
Assert.False(property.
CanResetValue
(item));
394
Assert.True(property.
CanResetValue
(item));
398
Assert.True(property.
CanResetValue
(item));
System\Windows\Forms\ToolStripTests.cs (9)
2208
Assert.False(property.
CanResetValue
(control));
2212
Assert.False(property.
CanResetValue
(control));
2216
Assert.False(property.
CanResetValue
(control));
3379
Assert.False(property.
CanResetValue
(control));
3383
Assert.True(property.
CanResetValue
(control));
3387
Assert.True(property.
CanResetValue
(control));
3391
Assert.False(property.
CanResetValue
(control));
3395
Assert.False(property.
CanResetValue
(control));
3399
Assert.False(property.
CanResetValue
(control));
System\Windows\Forms\TreeNodeTests.cs (6)
424
Assert.False(property.
CanResetValue
(node));
428
Assert.False(property.
CanResetValue
(node));
432
Assert.False(property.
CanResetValue
(node));
865
Assert.False(property.
CanResetValue
(node));
869
Assert.False(property.
CanResetValue
(node));
873
Assert.False(property.
CanResetValue
(node));