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)
438public 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)
1359public override bool CanResetValue(object component)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBindingHelperTests.cs (1)
750public override bool CanResetValue(object component) => throw new NotImplementedException();
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (1)
150public 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)
225Assert.False(property.CanResetValue(new Component()));
System.Windows.Forms.Tests (396)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (2)
302Assert.True(property.CanResetValue(control)); 313Assert.False(property.CanResetValue(control));
System\Windows\Forms\ButtonBaseTests.cs (12)
1778Assert.False(property.CanResetValue(control)); 1783Assert.True(property.CanResetValue(control)); 1788Assert.False(property.CanResetValue(control)); 1797Assert.False(property.CanResetValue(control)); 1802Assert.True(property.CanResetValue(control)); 1813Assert.False(property.CanResetValue(control)); 4282Assert.False(property.CanResetValue(control)); 4286Assert.True(property.CanResetValue(control)); 4291Assert.False(property.CanResetValue(control)); 4300Assert.False(property.CanResetValue(control)); 4304Assert.True(property.CanResetValue(control)); 4315Assert.False(property.CanResetValue(control));
System\Windows\Forms\ColorDialogTests.cs (3)
148Assert.False(property.CanResetValue(dialog)); 152Assert.True(property.CanResetValue(dialog)); 156Assert.False(property.CanResetValue(dialog));
System\Windows\Forms\ColumnHeaderTests.cs (14)
262Assert.False(property.CanResetValue(item)); 266Assert.False(property.CanResetValue(item)); 271Assert.False(property.CanResetValue(item)); 275Assert.False(property.CanResetValue(item)); 860Assert.False(property.CanResetValue(header)); 865Assert.False(property.CanResetValue(header)); 870Assert.False(property.CanResetValue(header)); 875Assert.False(property.CanResetValue(header)); 879Assert.False(property.CanResetValue(header)); 1056Assert.False(property.CanResetValue(header)); 1061Assert.True(property.CanResetValue(header)); 1066Assert.True(property.CanResetValue(header)); 1071Assert.True(property.CanResetValue(header)); 1075Assert.True(property.CanResetValue(header));
System\Windows\Forms\ComboBoxTests.cs (6)
281Assert.False(property.CanResetValue(control)); 285Assert.True(property.CanResetValue(control)); 289Assert.False(property.CanResetValue(control)); 1150Assert.False(property.CanResetValue(control)); 1154Assert.True(property.CanResetValue(control)); 1158Assert.False(property.CanResetValue(control));
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (2)
58Assert.False(handleProperty.CanResetValue(iPictureDisp)); 140Assert.False(urlProperty.CanResetValue(mediaPlayer));
System\Windows\Forms\ControlTests.Properties.cs (58)
1606Assert.False(property.CanResetValue(control)); 1610Assert.True(property.CanResetValue(control)); 1614Assert.False(property.CanResetValue(control)); 3675Assert.False(property.CanResetValue(control)); 3678Assert.False(property.CanResetValue(control)); 3683Assert.False(property.CanResetValue(control)); 3687Assert.False(property.CanResetValue(control)); 4767Assert.False(property.CanResetValue(control)); 4771Assert.True(property.CanResetValue(control)); 4775Assert.False(property.CanResetValue(control)); 5244Assert.False(property.CanResetValue(control)); 5249Assert.True(property.CanResetValue(control)); 5253Assert.False(property.CanResetValue(control)); 5257Assert.True(property.CanResetValue(control)); 5261Assert.False(property.CanResetValue(control)); 5640Assert.False(property.CanResetValue(control)); 5644Assert.True(property.CanResetValue(control)); 5648Assert.False(property.CanResetValue(control)); 7574Assert.True(property.CanResetValue(control)); 7578Assert.True(property.CanResetValue(control)); 7582Assert.True(property.CanResetValue(control)); 7586Assert.True(property.CanResetValue(control)); 7590Assert.True(property.CanResetValue(control)); 7852Assert.False(property.CanResetValue(control)); 7856Assert.True(property.CanResetValue(control)); 7860Assert.False(property.CanResetValue(control)); 8445Assert.False(property.CanResetValue(control)); 8449Assert.True(property.CanResetValue(control)); 8453Assert.True(property.CanResetValue(control)); 8457Assert.True(property.CanResetValue(control)); 8461Assert.False(property.CanResetValue(control)); 9215Assert.False(property.CanResetValue(control)); 9219Assert.True(property.CanResetValue(control)); 9223Assert.True(property.CanResetValue(control)); 9227Assert.True(property.CanResetValue(control)); 9231Assert.False(property.CanResetValue(control)); 9647Assert.False(property.CanResetValue(control)); 9651Assert.True(property.CanResetValue(control)); 9655Assert.False(property.CanResetValue(control)); 10444Assert.False(property.CanResetValue(control)); 10448Assert.True(property.CanResetValue(control)); 10452Assert.True(property.CanResetValue(control)); 10456Assert.False(property.CanResetValue(control)); 10460Assert.True(property.CanResetValue(control)); 10464Assert.False(property.CanResetValue(control)); 11755Assert.False(property.CanResetValue(control)); 11759Assert.True(property.CanResetValue(control)); 11763Assert.True(property.CanResetValue(control)); 11767Assert.True(property.CanResetValue(control)); 11771Assert.False(property.CanResetValue(control)); 12045Assert.False(property.CanResetValue(control)); 12050Assert.False(property.CanResetValue(control)); 12055Assert.False(property.CanResetValue(control)); 12060Assert.True(property.CanResetValue(control)); 12064Assert.False(property.CanResetValue(control)); 13069Assert.False(property.CanResetValue(control)); 13073Assert.True(property.CanResetValue(control)); 13077Assert.False(property.CanResetValue(control));
System\Windows\Forms\DockPaddingEdgesTests.cs (5)
390Assert.True(property.CanResetValue(padding)); 411Assert.True(property.CanResetValue(padding)); 432Assert.True(property.CanResetValue(padding)); 453Assert.True(property.CanResetValue(padding)); 474Assert.True(property.CanResetValue(padding));
System\Windows\Forms\ErrorProviderTests.cs (9)
320Assert.False(property.CanResetValue(provider)); 323Assert.True(property.CanResetValue(provider)); 326Assert.True(property.CanResetValue(provider)); 522Assert.False(property.CanResetValue(provider)); 525Assert.True(property.CanResetValue(provider)); 528Assert.False(property.CanResetValue(provider)); 570Assert.False(property.CanResetValue(provider)); 574Assert.True(property.CanResetValue(provider)); 577Assert.False(property.CanResetValue(provider));
System\Windows\Forms\FontDialogTests.cs (3)
333Assert.False(property.CanResetValue(dialog)); 338Assert.True(property.CanResetValue(dialog)); 342Assert.False(property.CanResetValue(dialog));
System\Windows\Forms\ImageListTests.cs (9)
173Assert.True(property.CanResetValue(list)); 177Assert.True(property.CanResetValue(list)); 181Assert.True(property.CanResetValue(list)); 367Assert.True(property.CanResetValue(list)); 371Assert.True(property.CanResetValue(list)); 375Assert.True(property.CanResetValue(list)); 783Assert.True(property.CanResetValue(list)); 787Assert.True(property.CanResetValue(list)); 791Assert.False(property.CanResetValue(list));
System\Windows\Forms\ListBoxTests.cs (9)
445Assert.False(property.CanResetValue(control)); 449Assert.True(property.CanResetValue(control)); 453Assert.False(property.CanResetValue(control)); 1342Assert.False(property.CanResetValue(control)); 1346Assert.True(property.CanResetValue(control)); 1350Assert.False(property.CanResetValue(control)); 1819Assert.False(property.CanResetValue(control)); 1823Assert.False(property.CanResetValue(control)); 1827Assert.False(property.CanResetValue(control));
System\Windows\Forms\MdiClientTests.cs (13)
147Assert.False(property.CanResetValue(control)); 151Assert.True(property.CanResetValue(control)); 155Assert.True(property.CanResetValue(control)); 437Assert.True(property.CanResetValue(control)); 441Assert.True(property.CanResetValue(control)); 445Assert.True(property.CanResetValue(control)); 449Assert.True(property.CanResetValue(control)); 453Assert.True(property.CanResetValue(control)); 1150Assert.False(property.CanResetValue(control)); 1154Assert.False(property.CanResetValue(control)); 1158Assert.False(property.CanResetValue(control)); 1162Assert.False(property.CanResetValue(control)); 1166Assert.False(property.CanResetValue(control));
System\Windows\Forms\PaddingTests.cs (12)
99Assert.False(property.CanResetValue(boxedPadding)); 108Assert.True(property.CanResetValue(boxedPadding)); 119Assert.True(property.CanResetValue(boxedPadding)); 128Assert.True(property.CanResetValue(boxedPadding)); 169Assert.True(property.CanResetValue(boxedPadding)); 178Assert.True(property.CanResetValue(boxedPadding)); 219Assert.True(property.CanResetValue(boxedPadding)); 228Assert.True(property.CanResetValue(boxedPadding)); 269Assert.True(property.CanResetValue(boxedPadding)); 278Assert.True(property.CanResetValue(boxedPadding)); 319Assert.True(property.CanResetValue(boxedPadding)); 328Assert.True(property.CanResetValue(boxedPadding));
System\Windows\Forms\PageSetupDialogTests.cs (3)
226Assert.False(property.CanResetValue(dialog)); 229Assert.True(property.CanResetValue(dialog)); 233Assert.False(property.CanResetValue(dialog));
System\Windows\Forms\PictureBoxTests.cs (9)
389Assert.False(property.CanResetValue(pictureBox)); 392Assert.True(property.CanResetValue(pictureBox)); 397Assert.False(property.CanResetValue(pictureBox)); 599Assert.False(property.CanResetValue(pictureBox)); 602Assert.True(property.CanResetValue(pictureBox)); 607Assert.False(property.CanResetValue(pictureBox)); 1086Assert.False(property.CanResetValue(pictureBox)); 1089Assert.True(property.CanResetValue(pictureBox)); 1094Assert.False(property.CanResetValue(pictureBox));
System\Windows\Forms\ProgressBarTests.cs (3)
626Assert.False(property.CanResetValue(control)); 630Assert.True(property.CanResetValue(control)); 634Assert.False(property.CanResetValue(control));
System\Windows\Forms\PropertyGridTests.cs (60)
380Assert.False(property.CanResetValue(control)); 384Assert.True(property.CanResetValue(control)); 388Assert.False(property.CanResetValue(control)); 754Assert.False(property.CanResetValue(control)); 758Assert.True(property.CanResetValue(control)); 762Assert.False(property.CanResetValue(control)); 832Assert.False(property.CanResetValue(control)); 836Assert.True(property.CanResetValue(control)); 840Assert.False(property.CanResetValue(control)); 917Assert.False(property.CanResetValue(control)); 921Assert.True(property.CanResetValue(control)); 925Assert.False(property.CanResetValue(control)); 995Assert.False(property.CanResetValue(control)); 999Assert.True(property.CanResetValue(control)); 1003Assert.False(property.CanResetValue(control)); 1080Assert.False(property.CanResetValue(control)); 1084Assert.True(property.CanResetValue(control)); 1088Assert.False(property.CanResetValue(control)); 1165Assert.False(property.CanResetValue(control)); 1169Assert.True(property.CanResetValue(control)); 1173Assert.False(property.CanResetValue(control)); 1243Assert.False(property.CanResetValue(control)); 1247Assert.True(property.CanResetValue(control)); 1251Assert.False(property.CanResetValue(control)); 1328Assert.False(property.CanResetValue(control)); 1332Assert.True(property.CanResetValue(control)); 1336Assert.False(property.CanResetValue(control)); 1492Assert.False(property.CanResetValue(control)); 1496Assert.True(property.CanResetValue(control)); 1500Assert.False(property.CanResetValue(control)); 1705Assert.False(property.CanResetValue(control)); 1709Assert.True(property.CanResetValue(control)); 1713Assert.False(property.CanResetValue(control)); 1783Assert.False(property.CanResetValue(control)); 1787Assert.True(property.CanResetValue(control)); 1791Assert.False(property.CanResetValue(control)); 1868Assert.False(property.CanResetValue(control)); 1872Assert.True(property.CanResetValue(control)); 1876Assert.False(property.CanResetValue(control)); 1946Assert.False(property.CanResetValue(control)); 1950Assert.True(property.CanResetValue(control)); 1954Assert.False(property.CanResetValue(control)); 2202Assert.False(property.CanResetValue(control)); 2206Assert.True(property.CanResetValue(control)); 2210Assert.False(property.CanResetValue(control)); 2449Assert.False(property.CanResetValue(control)); 2453Assert.True(property.CanResetValue(control)); 2457Assert.False(property.CanResetValue(control)); 2527Assert.False(property.CanResetValue(control)); 2531Assert.True(property.CanResetValue(control)); 2535Assert.False(property.CanResetValue(control)); 3253Assert.False(property.CanResetValue(control)); 3257Assert.True(property.CanResetValue(control)); 3261Assert.False(property.CanResetValue(control)); 3338Assert.False(property.CanResetValue(control)); 3342Assert.True(property.CanResetValue(control)); 3346Assert.False(property.CanResetValue(control)); 3423Assert.False(property.CanResetValue(control)); 3427Assert.True(property.CanResetValue(control)); 3431Assert.False(property.CanResetValue(control));
System\Windows\Forms\ScrollableControlTests.cs (10)
418Assert.False(property.CanResetValue(control)); 422Assert.True(property.CanResetValue(control)); 426Assert.True(property.CanResetValue(control)); 430Assert.True(property.CanResetValue(control)); 434Assert.False(property.CanResetValue(control)); 659Assert.False(property.CanResetValue(control)); 663Assert.True(property.CanResetValue(control)); 667Assert.True(property.CanResetValue(control)); 671Assert.True(property.CanResetValue(control)); 675Assert.False(property.CanResetValue(control));
System\Windows\Forms\StatusStripTests.cs (6)
551Assert.False(property.CanResetValue(control)); 555Assert.True(property.CanResetValue(control)); 559Assert.True(property.CanResetValue(control)); 563Assert.False(property.CanResetValue(control)); 567Assert.False(property.CanResetValue(control)); 571Assert.False(property.CanResetValue(control));
System\Windows\Forms\TabControlTests.cs (10)
1559Assert.False(property.CanResetValue(control)); 1563Assert.True(property.CanResetValue(control)); 1567Assert.True(property.CanResetValue(control)); 1571Assert.True(property.CanResetValue(control)); 1575Assert.False(property.CanResetValue(control)); 1768Assert.False(property.CanResetValue(control)); 1772Assert.True(property.CanResetValue(control)); 1776Assert.True(property.CanResetValue(control)); 1780Assert.True(property.CanResetValue(control)); 1784Assert.False(property.CanResetValue(control));
System\Windows\Forms\TableLayoutPanelTests.cs (4)
338Assert.False(property.CanResetValue(control)); 341Assert.False(property.CanResetValue(control)); 346Assert.False(property.CanResetValue(control)); 350Assert.False(property.CanResetValue(control));
System\Windows\Forms\TabPageTests.cs (6)
2366Assert.False(property.CanResetValue(control)); 2370Assert.False(property.CanResetValue(control)); 2374Assert.False(property.CanResetValue(control)); 2378Assert.False(property.CanResetValue(control)); 2382Assert.False(property.CanResetValue(control)); 2386Assert.False(property.CanResetValue(control));
System\Windows\Forms\ToolStripContentPanelTests.cs (6)
1437Assert.False(property.CanResetValue(item)); 1441Assert.True(property.CanResetValue(item)); 1445Assert.False(property.CanResetValue(item)); 1449Assert.False(property.CanResetValue(item)); 1453Assert.True(property.CanResetValue(item)); 1457Assert.False(property.CanResetValue(item));
System\Windows\Forms\ToolStripControlHostTests.cs (25)
334Assert.False(property.CanResetValue(item)); 338Assert.True(property.CanResetValue(item)); 342Assert.False(property.CanResetValue(item)); 352Assert.False(property.CanResetValue(item)); 356Assert.False(property.CanResetValue(item)); 1001Assert.False(property.CanResetValue(item)); 1006Assert.True(property.CanResetValue(item)); 1010Assert.False(property.CanResetValue(item)); 1014Assert.True(property.CanResetValue(item)); 1018Assert.False(property.CanResetValue(item)); 1028Assert.False(property.CanResetValue(item)); 1032Assert.False(property.CanResetValue(item)); 1153Assert.False(property.CanResetValue(item)); 1157Assert.True(property.CanResetValue(item)); 1161Assert.False(property.CanResetValue(item)); 1171Assert.False(property.CanResetValue(item)); 1175Assert.False(property.CanResetValue(item)); 1644Assert.False(property.CanResetValue(item)); 1648Assert.True(property.CanResetValue(item)); 1652Assert.True(property.CanResetValue(item)); 1656Assert.False(property.CanResetValue(item)); 1660Assert.True(property.CanResetValue(item)); 1664Assert.False(property.CanResetValue(item)); 1675Assert.False(property.CanResetValue(item)); 1678Assert.False(property.CanResetValue(item));
System\Windows\Forms\ToolStripDropDownTests.cs (3)
1433Assert.False(property.CanResetValue(control)); 1437Assert.False(property.CanResetValue(control)); 1441Assert.False(property.CanResetValue(control));
System\Windows\Forms\ToolStripItemTests.cs (76)
1738Assert.False(property.CanResetValue(item)); 1742Assert.True(property.CanResetValue(item)); 1746Assert.False(property.CanResetValue(item)); 2331Assert.False(property.CanResetValue(item)); 2335Assert.True(property.CanResetValue(item)); 2339Assert.False(property.CanResetValue(item)); 3180Assert.False(property.CanResetValue(item)); 3185Assert.True(property.CanResetValue(item)); 3191Assert.False(property.CanResetValue(item)); 3195Assert.True(property.CanResetValue(item)); 3201Assert.False(property.CanResetValue(item)); 3431Assert.False(property.CanResetValue(item)); 3435Assert.True(property.CanResetValue(item)); 3439Assert.False(property.CanResetValue(item)); 4085Assert.False(property.CanResetValue(item)); 4090Assert.True(property.CanResetValue(item)); 4094Assert.False(property.CanResetValue(item)); 4113Assert.False(property.CanResetValue(item)); 4118Assert.True(property.CanResetValue(item)); 4122Assert.False(property.CanResetValue(item)); 4738Assert.False(property.CanResetValue(item)); 4742Assert.False(property.CanResetValue(item)); 4747Assert.False(property.CanResetValue(item)); 4751Assert.False(property.CanResetValue(item)); 4763Assert.False(property.CanResetValue(item)); 4767Assert.False(property.CanResetValue(item)); 4772Assert.False(property.CanResetValue(item)); 4776Assert.False(property.CanResetValue(item)); 4794Assert.False(property.CanResetValue(item)); 4798Assert.False(property.CanResetValue(item)); 4802Assert.False(property.CanResetValue(item)); 4806Assert.False(property.CanResetValue(item)); 4810Assert.False(property.CanResetValue(item)); 5225Assert.False(property.CanResetValue(item)); 5230Assert.False(property.CanResetValue(item)); 5235Assert.False(property.CanResetValue(item)); 5240Assert.False(property.CanResetValue(item)); 5244Assert.False(property.CanResetValue(item)); 5256Assert.False(property.CanResetValue(item)); 5261Assert.False(property.CanResetValue(item)); 5266Assert.False(property.CanResetValue(item)); 5271Assert.False(property.CanResetValue(item)); 5275Assert.False(property.CanResetValue(item)); 5293Assert.False(property.CanResetValue(item)); 5297Assert.False(property.CanResetValue(item)); 5301Assert.False(property.CanResetValue(item)); 5305Assert.False(property.CanResetValue(item)); 5309Assert.False(property.CanResetValue(item)); 5782Assert.False(property.CanResetValue(item)); 5786Assert.True(property.CanResetValue(item)); 5790Assert.False(property.CanResetValue(item)); 6099Assert.False(property.CanResetValue(item)); 6103Assert.True(property.CanResetValue(item)); 6107Assert.False(property.CanResetValue(item)); 6914Assert.False(property.CanResetValue(item)); 6918Assert.True(property.CanResetValue(item)); 6922Assert.False(property.CanResetValue(item)); 7416Assert.False(property.CanResetValue(item)); 7420Assert.True(property.CanResetValue(item)); 7424Assert.True(property.CanResetValue(item)); 7428Assert.False(property.CanResetValue(item)); 7432Assert.True(property.CanResetValue(item)); 7436Assert.False(property.CanResetValue(item)); 8774Assert.False(property.CanResetValue(item)); 8778Assert.True(property.CanResetValue(item)); 8782Assert.True(property.CanResetValue(item)); 8786Assert.True(property.CanResetValue(item)); 8790Assert.False(property.CanResetValue(item)); 9075Assert.False(property.CanResetValue(item)); 9080Assert.False(property.CanResetValue(item)); 9085Assert.False(property.CanResetValue(item)); 9090Assert.True(property.CanResetValue(item)); 9094Assert.False(property.CanResetValue(item)); 9598Assert.False(property.CanResetValue(item)); 9602Assert.False(property.CanResetValue(item)); 9606Assert.False(property.CanResetValue(item));
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
388Assert.False(property.CanResetValue(item)); 392Assert.True(property.CanResetValue(item)); 396Assert.True(property.CanResetValue(item));
System\Windows\Forms\ToolStripTests.cs (9)
2206Assert.False(property.CanResetValue(control)); 2210Assert.False(property.CanResetValue(control)); 2214Assert.False(property.CanResetValue(control)); 3377Assert.False(property.CanResetValue(control)); 3381Assert.True(property.CanResetValue(control)); 3385Assert.True(property.CanResetValue(control)); 3389Assert.False(property.CanResetValue(control)); 3393Assert.False(property.CanResetValue(control)); 3397Assert.False(property.CanResetValue(control));
System\Windows\Forms\TreeNodeTests.cs (6)
422Assert.False(property.CanResetValue(node)); 426Assert.False(property.CanResetValue(node)); 430Assert.False(property.CanResetValue(node)); 863Assert.False(property.CanResetValue(node)); 867Assert.False(property.CanResetValue(node)); 871Assert.False(property.CanResetValue(node));