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