23 overrides of ShouldSerializeValue
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
53
public override bool
ShouldSerializeValue
(object component) { return _descriptor.ShouldSerializeValue(component); }
System.ComponentModel.TypeConverter (6)
MS\Internal\Xml\Linq\ComponentModel\XComponentModel.cs (1)
130
public override bool
ShouldSerializeValue
(object component)
System\ComponentModel\Design\DesignerOptionService.cs (2)
428
public override bool
ShouldSerializeValue
(object component) => _property.ShouldSerializeValue(_target);
496
public override bool
ShouldSerializeValue
(object component) => false;
System\ComponentModel\ExtendedPropertyDescriptor.cs (1)
137
public override bool
ShouldSerializeValue
(object comp)
System\ComponentModel\ReflectPropertyDescriptor.cs (1)
1166
public override bool
ShouldSerializeValue
(object component)
System\ComponentModel\TypeConverter.cs (1)
411
public override bool
ShouldSerializeValue
(object component) => false;
System.Data.Common (5)
System\Data\Common\DbConnectionStringBuilderDescriptor.cs (1)
75
public override bool
ShouldSerializeValue
(object component)
System\Data\Common\DbEnumerator.cs (1)
143
public override bool
ShouldSerializeValue
(object component) => false;
System\Data\DataColumnPropertyDescriptor.cs (1)
82
public override bool
ShouldSerializeValue
(object component) => false;
System\Data\DataRelationPropertyDescriptor.cs (1)
42
public override bool
ShouldSerializeValue
(object component) => false;
System\Data\DataTablePropertyDescriptor.cs (1)
42
public override bool
ShouldSerializeValue
(object component) => false;
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
245
public override bool
ShouldSerializeValue
(object o)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
915
public override bool
ShouldSerializeValue
(object component)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
329
public override bool
ShouldSerializeValue
(object component)
System.Windows.Forms.Design (6)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1227
public override bool
ShouldSerializeValue
(object component) => false;
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (1)
277
public override bool
ShouldSerializeValue
(object component) => CanResetValue(component);
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (1)
275
public override bool
ShouldSerializeValue
(object component)
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
1040
public override bool
ShouldSerializeValue
(object component)
System\Windows\Forms\Design\ControlDesigner.CanResetSizePropertyDescriptor.cs (1)
36
public override bool
ShouldSerializeValue
(object component) => true;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1391
public override bool
ShouldSerializeValue
(object component)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBindingHelperTests.cs (1)
761
public override bool
ShouldSerializeValue
(object component)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (1)
161
public override bool
ShouldSerializeValue
(object component)
442 references to ShouldSerializeValue
PresentationFramework (1)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
292
return pd.
ShouldSerializeValue
(instance);
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\MetadataPropertyDescriptorWrapper.cs (1)
53
public override bool ShouldSerializeValue(object component) { return _descriptor.
ShouldSerializeValue
(component); }
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesignerOptionService.cs (1)
428
public override bool ShouldSerializeValue(object component) => _property.
ShouldSerializeValue
(_target);
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
160
if ((!pd.
ShouldSerializeValue
(instance) || !ContainsDesignerSerializationVisibleAttribute(pd)) && (bIsSqlType == false))
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
247
return _baseDescriptor.
ShouldSerializeValue
(o);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1513
if (!saveAllProperties && !currentProperty.
ShouldSerializeValue
(_control))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
335
if (!_descriptors[i].
ShouldSerializeValue
(GetPropertyOwnerForComponent(array, i)!))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
441
return PropertyDescriptor.
ShouldSerializeValue
(owner!);
System\Windows\Forms\DataBinding\ListBindingConverter.cs (1)
142
if (prop is not null && prop.
ShouldSerializeValue
(b))
System.Windows.Forms.Design (17)
System\ComponentModel\Design\ComponentDesigner.ShadowPropertyCollection.cs (1)
87
return shadowedPropertyDescriptor.
ShouldSerializeValue
(_designer.Component);
System\ComponentModel\Design\InheritedPropertyDescriptor.cs (3)
205
if (!_propertyDescriptor.
ShouldSerializeValue
(component))
279
return _propertyDescriptor.
ShouldSerializeValue
(component) && Attributes.Contains(DesignerSerializationVisibilityAttribute.Content);
284
return _propertyDescriptor.
ShouldSerializeValue
(component);
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ComponentListCodeDomSerializer.cs (2)
583
if (!prop.
ShouldSerializeValue
(data._value)
617
if (md._member is PropertyDescriptor prop && !prop.
ShouldSerializeValue
(data._value))
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
2225
ResourceCodeDomSerializer.SerializeMetadata(manager, name, property.GetValue(value), property.
ShouldSerializeValue
(value));
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
1042
return _property.
ShouldSerializeValue
(_target);
System\ComponentModel\Design\Serialization\PropertyMemberCodeDomSerializer.cs (2)
29
if (!property.
ShouldSerializeValue
(value))
370
bool shouldSerializeProperty = propertyToSerialize.
ShouldSerializeValue
(value);
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (1)
678
writeValue = prop.
ShouldSerializeValue
(tree.Owner);
System\Windows\Forms\Design\ButtonBaseDesigner.cs (1)
32
if (!prop.
ShouldSerializeValue
(Component))
System\Windows\Forms\Design\ControlDesigner.CanResetSizePropertyDescriptor.cs (1)
27
public override bool CanResetValue(object component) => _basePropDesc.
ShouldSerializeValue
(component);
System\Windows\Forms\Design\ControlDesigner.cs (2)
919
|| !visibleProp.
ShouldSerializeValue
(component)
925
|| !enabledProp.
ShouldSerializeValue
(component)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
678
if (backProp is not null && backProp.PropertyType == typeof(Color) && !backProp.
ShouldSerializeValue
(Component))
System\Windows\Forms\Design\TextBoxBaseDesigner.cs (1)
77
return TypeDescriptor.GetProperties(typeof(TextBoxBase))["Text"]!.
ShouldSerializeValue
(Component);
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\Serialization\DesignerSerializationManagerTests.cs (1)
231
Assert.True(property.
ShouldSerializeValue
(new Component()));
System\Windows\Forms\Design\InheritedPropertyDescriptorTests.cs (2)
63
inheritedPropertyDescriptor.
ShouldSerializeValue
(control).Should().BeFalse();
66
inheritedPropertyDescriptor.
ShouldSerializeValue
(control).Should().BeTrue();
System.Windows.Forms.Tests (413)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (2)
1343
Assert.True(property.
ShouldSerializeValue
(control));
1354
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\ButtonBaseTests.cs (6)
1825
Assert.False(property.
ShouldSerializeValue
(control));
1830
Assert.True(property.
ShouldSerializeValue
(control));
1834
Assert.False(property.
ShouldSerializeValue
(control));
4327
Assert.False(property.
ShouldSerializeValue
(control));
4331
Assert.True(property.
ShouldSerializeValue
(control));
4335
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\ColorDialogTests.cs (3)
164
Assert.False(property.
ShouldSerializeValue
(dialog));
168
Assert.True(property.
ShouldSerializeValue
(dialog));
172
Assert.False(property.
ShouldSerializeValue
(dialog));
System\Windows\Forms\ColumnHeaderTests.cs (15)
241
Assert.False(property.
ShouldSerializeValue
(item));
245
Assert.False(property.
ShouldSerializeValue
(item));
250
Assert.True(property.
ShouldSerializeValue
(item));
254
Assert.True(property.
ShouldSerializeValue
(item));
887
Assert.False(property.
ShouldSerializeValue
(header));
892
Assert.False(property.
ShouldSerializeValue
(header));
897
Assert.False(property.
ShouldSerializeValue
(header));
902
Assert.True(property.
ShouldSerializeValue
(header));
906
Assert.True(property.
ShouldSerializeValue
(header));
932
Assert.Equal(result, property.
ShouldSerializeValue
(header));
1083
Assert.False(property.
ShouldSerializeValue
(header));
1088
Assert.True(property.
ShouldSerializeValue
(header));
1093
Assert.True(property.
ShouldSerializeValue
(header));
1098
Assert.True(property.
ShouldSerializeValue
(header));
1102
Assert.True(property.
ShouldSerializeValue
(header));
System\Windows\Forms\ComboBoxTests.cs (6)
297
Assert.False(property.
ShouldSerializeValue
(control));
301
Assert.True(property.
ShouldSerializeValue
(control));
305
Assert.False(property.
ShouldSerializeValue
(control));
1165
Assert.False(property.
ShouldSerializeValue
(control));
1169
Assert.True(property.
ShouldSerializeValue
(control));
1173
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (2)
59
Assert.False(handleProperty.
ShouldSerializeValue
(iPictureDisp));
141
Assert.False(urlProperty.
ShouldSerializeValue
(mediaPlayer));
System\Windows\Forms\ControlTests.Properties.cs (58)
1622
Assert.False(property.
ShouldSerializeValue
(control));
1626
Assert.True(property.
ShouldSerializeValue
(control));
1630
Assert.False(property.
ShouldSerializeValue
(control));
3695
Assert.True(property.
ShouldSerializeValue
(control));
3698
Assert.True(property.
ShouldSerializeValue
(control));
3703
Assert.True(property.
ShouldSerializeValue
(control));
3707
Assert.True(property.
ShouldSerializeValue
(control));
4783
Assert.False(property.
ShouldSerializeValue
(control));
4787
Assert.True(property.
ShouldSerializeValue
(control));
4791
Assert.False(property.
ShouldSerializeValue
(control));
5269
Assert.False(property.
ShouldSerializeValue
(control));
5274
Assert.True(property.
ShouldSerializeValue
(control));
5278
Assert.False(property.
ShouldSerializeValue
(control));
5282
Assert.True(property.
ShouldSerializeValue
(control));
5286
Assert.False(property.
ShouldSerializeValue
(control));
5656
Assert.False(property.
ShouldSerializeValue
(control));
5660
Assert.True(property.
ShouldSerializeValue
(control));
5664
Assert.False(property.
ShouldSerializeValue
(control));
7598
Assert.True(property.
ShouldSerializeValue
(control));
7602
Assert.True(property.
ShouldSerializeValue
(control));
7606
Assert.True(property.
ShouldSerializeValue
(control));
7610
Assert.True(property.
ShouldSerializeValue
(control));
7614
Assert.True(property.
ShouldSerializeValue
(control));
7868
Assert.False(property.
ShouldSerializeValue
(control));
7872
Assert.True(property.
ShouldSerializeValue
(control));
7876
Assert.False(property.
ShouldSerializeValue
(control));
8469
Assert.False(property.
ShouldSerializeValue
(control));
8473
Assert.True(property.
ShouldSerializeValue
(control));
8477
Assert.True(property.
ShouldSerializeValue
(control));
8481
Assert.True(property.
ShouldSerializeValue
(control));
8485
Assert.False(property.
ShouldSerializeValue
(control));
9239
Assert.False(property.
ShouldSerializeValue
(control));
9243
Assert.True(property.
ShouldSerializeValue
(control));
9247
Assert.True(property.
ShouldSerializeValue
(control));
9251
Assert.True(property.
ShouldSerializeValue
(control));
9255
Assert.False(property.
ShouldSerializeValue
(control));
9663
Assert.False(property.
ShouldSerializeValue
(control));
9667
Assert.True(property.
ShouldSerializeValue
(control));
9671
Assert.False(property.
ShouldSerializeValue
(control));
10472
Assert.False(property.
ShouldSerializeValue
(control));
10476
Assert.True(property.
ShouldSerializeValue
(control));
10480
Assert.True(property.
ShouldSerializeValue
(control));
10484
Assert.False(property.
ShouldSerializeValue
(control));
10488
Assert.True(property.
ShouldSerializeValue
(control));
10492
Assert.False(property.
ShouldSerializeValue
(control));
11779
Assert.False(property.
ShouldSerializeValue
(control));
11783
Assert.True(property.
ShouldSerializeValue
(control));
11787
Assert.True(property.
ShouldSerializeValue
(control));
11791
Assert.True(property.
ShouldSerializeValue
(control));
11795
Assert.False(property.
ShouldSerializeValue
(control));
12072
Assert.False(property.
ShouldSerializeValue
(control));
12077
Assert.False(property.
ShouldSerializeValue
(control));
12082
Assert.False(property.
ShouldSerializeValue
(control));
12087
Assert.True(property.
ShouldSerializeValue
(control));
12091
Assert.False(property.
ShouldSerializeValue
(control));
13085
Assert.False(property.
ShouldSerializeValue
(control));
13089
Assert.True(property.
ShouldSerializeValue
(control));
13093
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\DockPaddingEdgesTests.cs (5)
391
Assert.True(property.
ShouldSerializeValue
(padding));
412
Assert.True(property.
ShouldSerializeValue
(padding));
433
Assert.True(property.
ShouldSerializeValue
(padding));
454
Assert.True(property.
ShouldSerializeValue
(padding));
475
Assert.True(property.
ShouldSerializeValue
(padding));
System\Windows\Forms\ErrorProviderTests.cs (6)
309
Assert.False(property.
ShouldSerializeValue
(provider));
312
Assert.True(property.
ShouldSerializeValue
(provider));
511
Assert.False(property.
ShouldSerializeValue
(provider));
514
Assert.True(property.
ShouldSerializeValue
(provider));
558
Assert.False(property.
ShouldSerializeValue
(provider));
562
Assert.True(property.
ShouldSerializeValue
(provider));
System\Windows\Forms\FontDialogTests.cs (3)
350
Assert.False(property.
ShouldSerializeValue
(dialog));
355
Assert.True(property.
ShouldSerializeValue
(dialog));
359
Assert.False(property.
ShouldSerializeValue
(dialog));
System\Windows\Forms\ImageListTests.cs (12)
189
Assert.True(property.
ShouldSerializeValue
(list));
193
Assert.True(property.
ShouldSerializeValue
(list));
197
Assert.True(property.
ShouldSerializeValue
(list));
201
Assert.False(property.
ShouldSerializeValue
(list));
383
Assert.True(property.
ShouldSerializeValue
(list));
387
Assert.True(property.
ShouldSerializeValue
(list));
391
Assert.True(property.
ShouldSerializeValue
(list));
395
Assert.False(property.
ShouldSerializeValue
(list));
799
Assert.True(property.
ShouldSerializeValue
(list));
803
Assert.True(property.
ShouldSerializeValue
(list));
807
Assert.False(property.
ShouldSerializeValue
(list));
811
Assert.False(property.
ShouldSerializeValue
(list));
System\Windows\Forms\ListBoxTests.cs (9)
461
Assert.False(property.
ShouldSerializeValue
(control));
465
Assert.True(property.
ShouldSerializeValue
(control));
469
Assert.False(property.
ShouldSerializeValue
(control));
1358
Assert.False(property.
ShouldSerializeValue
(control));
1362
Assert.True(property.
ShouldSerializeValue
(control));
1366
Assert.False(property.
ShouldSerializeValue
(control));
1835
Assert.False(property.
ShouldSerializeValue
(control));
1839
Assert.False(property.
ShouldSerializeValue
(control));
1843
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\MdiClientTests.cs (13)
163
Assert.False(property.
ShouldSerializeValue
(control));
167
Assert.True(property.
ShouldSerializeValue
(control));
171
Assert.True(property.
ShouldSerializeValue
(control));
461
Assert.True(property.
ShouldSerializeValue
(control));
465
Assert.True(property.
ShouldSerializeValue
(control));
469
Assert.True(property.
ShouldSerializeValue
(control));
473
Assert.True(property.
ShouldSerializeValue
(control));
477
Assert.True(property.
ShouldSerializeValue
(control));
1174
Assert.False(property.
ShouldSerializeValue
(control));
1178
Assert.False(property.
ShouldSerializeValue
(control));
1182
Assert.False(property.
ShouldSerializeValue
(control));
1186
Assert.False(property.
ShouldSerializeValue
(control));
1190
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\PaddingTests.cs (12)
100
Assert.False(property.
ShouldSerializeValue
(boxedPadding));
109
Assert.True(property.
ShouldSerializeValue
(boxedPadding));
120
Assert.True(property.
ShouldSerializeValue
(boxedPadding));
129
Assert.True(property.
ShouldSerializeValue
(boxedPadding));
170
Assert.True(property.
ShouldSerializeValue
(boxedPadding));
179
Assert.True(property.
ShouldSerializeValue
(boxedPadding));
220
Assert.True(property.
ShouldSerializeValue
(boxedPadding));
229
Assert.True(property.
ShouldSerializeValue
(boxedPadding));
270
Assert.True(property.
ShouldSerializeValue
(boxedPadding));
279
Assert.True(property.
ShouldSerializeValue
(boxedPadding));
320
Assert.True(property.
ShouldSerializeValue
(boxedPadding));
329
Assert.True(property.
ShouldSerializeValue
(boxedPadding));
System\Windows\Forms\PageSetupDialogTests.cs (2)
255
Assert.False(property.
ShouldSerializeValue
(dialog));
258
Assert.Equal(expected, property.
ShouldSerializeValue
(dialog));
System\Windows\Forms\PictureBoxTests.cs (9)
406
Assert.False(property.
ShouldSerializeValue
(pictureBox));
409
Assert.True(property.
ShouldSerializeValue
(pictureBox));
414
Assert.False(property.
ShouldSerializeValue
(pictureBox));
616
Assert.False(property.
ShouldSerializeValue
(pictureBox));
619
Assert.True(property.
ShouldSerializeValue
(pictureBox));
624
Assert.False(property.
ShouldSerializeValue
(pictureBox));
1103
Assert.False(property.
ShouldSerializeValue
(pictureBox));
1106
Assert.True(property.
ShouldSerializeValue
(pictureBox));
1111
Assert.False(property.
ShouldSerializeValue
(pictureBox));
System\Windows\Forms\ProgressBarTests.cs (3)
642
Assert.False(property.
ShouldSerializeValue
(control));
646
Assert.True(property.
ShouldSerializeValue
(control));
650
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\PropertyGridTests.cs (60)
396
Assert.False(property.
ShouldSerializeValue
(control));
400
Assert.True(property.
ShouldSerializeValue
(control));
404
Assert.False(property.
ShouldSerializeValue
(control));
770
Assert.False(property.
ShouldSerializeValue
(control));
774
Assert.True(property.
ShouldSerializeValue
(control));
778
Assert.False(property.
ShouldSerializeValue
(control));
848
Assert.False(property.
ShouldSerializeValue
(control));
852
Assert.True(property.
ShouldSerializeValue
(control));
856
Assert.False(property.
ShouldSerializeValue
(control));
933
Assert.False(property.
ShouldSerializeValue
(control));
937
Assert.True(property.
ShouldSerializeValue
(control));
941
Assert.False(property.
ShouldSerializeValue
(control));
1011
Assert.False(property.
ShouldSerializeValue
(control));
1015
Assert.True(property.
ShouldSerializeValue
(control));
1019
Assert.False(property.
ShouldSerializeValue
(control));
1096
Assert.False(property.
ShouldSerializeValue
(control));
1100
Assert.True(property.
ShouldSerializeValue
(control));
1104
Assert.False(property.
ShouldSerializeValue
(control));
1181
Assert.False(property.
ShouldSerializeValue
(control));
1185
Assert.True(property.
ShouldSerializeValue
(control));
1189
Assert.False(property.
ShouldSerializeValue
(control));
1259
Assert.False(property.
ShouldSerializeValue
(control));
1263
Assert.True(property.
ShouldSerializeValue
(control));
1267
Assert.False(property.
ShouldSerializeValue
(control));
1344
Assert.False(property.
ShouldSerializeValue
(control));
1348
Assert.True(property.
ShouldSerializeValue
(control));
1352
Assert.False(property.
ShouldSerializeValue
(control));
1508
Assert.False(property.
ShouldSerializeValue
(control));
1512
Assert.True(property.
ShouldSerializeValue
(control));
1516
Assert.False(property.
ShouldSerializeValue
(control));
1721
Assert.False(property.
ShouldSerializeValue
(control));
1725
Assert.True(property.
ShouldSerializeValue
(control));
1729
Assert.False(property.
ShouldSerializeValue
(control));
1799
Assert.False(property.
ShouldSerializeValue
(control));
1803
Assert.True(property.
ShouldSerializeValue
(control));
1807
Assert.False(property.
ShouldSerializeValue
(control));
1884
Assert.False(property.
ShouldSerializeValue
(control));
1888
Assert.True(property.
ShouldSerializeValue
(control));
1892
Assert.False(property.
ShouldSerializeValue
(control));
1962
Assert.False(property.
ShouldSerializeValue
(control));
1966
Assert.True(property.
ShouldSerializeValue
(control));
1970
Assert.False(property.
ShouldSerializeValue
(control));
2218
Assert.False(property.
ShouldSerializeValue
(control));
2222
Assert.True(property.
ShouldSerializeValue
(control));
2226
Assert.False(property.
ShouldSerializeValue
(control));
2465
Assert.False(property.
ShouldSerializeValue
(control));
2469
Assert.True(property.
ShouldSerializeValue
(control));
2473
Assert.False(property.
ShouldSerializeValue
(control));
2543
Assert.False(property.
ShouldSerializeValue
(control));
2547
Assert.True(property.
ShouldSerializeValue
(control));
2551
Assert.False(property.
ShouldSerializeValue
(control));
3269
Assert.False(property.
ShouldSerializeValue
(control));
3273
Assert.True(property.
ShouldSerializeValue
(control));
3277
Assert.False(property.
ShouldSerializeValue
(control));
3354
Assert.False(property.
ShouldSerializeValue
(control));
3358
Assert.True(property.
ShouldSerializeValue
(control));
3362
Assert.False(property.
ShouldSerializeValue
(control));
3439
Assert.False(property.
ShouldSerializeValue
(control));
3443
Assert.True(property.
ShouldSerializeValue
(control));
3447
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\ScrollableControlTests.cs (10)
442
Assert.False(property.
ShouldSerializeValue
(control));
446
Assert.True(property.
ShouldSerializeValue
(control));
450
Assert.True(property.
ShouldSerializeValue
(control));
454
Assert.True(property.
ShouldSerializeValue
(control));
458
Assert.False(property.
ShouldSerializeValue
(control));
683
Assert.False(property.
ShouldSerializeValue
(control));
687
Assert.True(property.
ShouldSerializeValue
(control));
691
Assert.True(property.
ShouldSerializeValue
(control));
695
Assert.True(property.
ShouldSerializeValue
(control));
699
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\StatusStripTests.cs (6)
579
Assert.False(property.
ShouldSerializeValue
(control));
583
Assert.True(property.
ShouldSerializeValue
(control));
587
Assert.True(property.
ShouldSerializeValue
(control));
591
Assert.False(property.
ShouldSerializeValue
(control));
595
Assert.False(property.
ShouldSerializeValue
(control));
599
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\TabControlTests.cs (10)
1583
Assert.False(property.
ShouldSerializeValue
(control));
1587
Assert.True(property.
ShouldSerializeValue
(control));
1591
Assert.True(property.
ShouldSerializeValue
(control));
1595
Assert.True(property.
ShouldSerializeValue
(control));
1599
Assert.False(property.
ShouldSerializeValue
(control));
1792
Assert.False(property.
ShouldSerializeValue
(control));
1796
Assert.True(property.
ShouldSerializeValue
(control));
1800
Assert.True(property.
ShouldSerializeValue
(control));
1804
Assert.True(property.
ShouldSerializeValue
(control));
1808
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\TableLayoutPanelTests.cs (4)
358
Assert.False(property.
ShouldSerializeValue
(control));
361
Assert.False(property.
ShouldSerializeValue
(control));
366
Assert.True(property.
ShouldSerializeValue
(control));
370
Assert.True(property.
ShouldSerializeValue
(control));
System\Windows\Forms\TabPageTests.cs (6)
2394
Assert.False(property.
ShouldSerializeValue
(control));
2398
Assert.True(property.
ShouldSerializeValue
(control));
2402
Assert.True(property.
ShouldSerializeValue
(control));
2406
Assert.True(property.
ShouldSerializeValue
(control));
2410
Assert.True(property.
ShouldSerializeValue
(control));
2414
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\ToolStripContentPanelTests.cs (6)
1465
Assert.False(property.
ShouldSerializeValue
(item));
1469
Assert.True(property.
ShouldSerializeValue
(item));
1473
Assert.False(property.
ShouldSerializeValue
(item));
1477
Assert.False(property.
ShouldSerializeValue
(item));
1481
Assert.True(property.
ShouldSerializeValue
(item));
1485
Assert.False(property.
ShouldSerializeValue
(item));
System\Windows\Forms\ToolStripControlHostTests.cs (21)
365
Assert.False(property.
ShouldSerializeValue
(item));
369
Assert.True(property.
ShouldSerializeValue
(item));
373
Assert.False(property.
ShouldSerializeValue
(item));
383
Assert.False(property.
ShouldSerializeValue
(item));
1041
Assert.False(property.
ShouldSerializeValue
(item));
1046
Assert.True(property.
ShouldSerializeValue
(item));
1050
Assert.False(property.
ShouldSerializeValue
(item));
1054
Assert.True(property.
ShouldSerializeValue
(item));
1058
Assert.False(property.
ShouldSerializeValue
(item));
1068
Assert.False(property.
ShouldSerializeValue
(item));
1184
Assert.False(property.
ShouldSerializeValue
(item));
1188
Assert.True(property.
ShouldSerializeValue
(item));
1192
Assert.False(property.
ShouldSerializeValue
(item));
1202
Assert.False(property.
ShouldSerializeValue
(item));
1687
Assert.False(property.
ShouldSerializeValue
(item));
1691
Assert.True(property.
ShouldSerializeValue
(item));
1695
Assert.True(property.
ShouldSerializeValue
(item));
1699
Assert.False(property.
ShouldSerializeValue
(item));
1703
Assert.True(property.
ShouldSerializeValue
(item));
1707
Assert.False(property.
ShouldSerializeValue
(item));
1718
Assert.False(property.
ShouldSerializeValue
(item));
System\Windows\Forms\ToolStripDropDownTests.cs (4)
1449
Assert.False(property.
ShouldSerializeValue
(control));
1453
Assert.True(property.
ShouldSerializeValue
(control));
1457
Assert.True(property.
ShouldSerializeValue
(control));
1461
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\ToolStripItemTests.cs (76)
1754
Assert.False(property.
ShouldSerializeValue
(item));
1758
Assert.True(property.
ShouldSerializeValue
(item));
1762
Assert.False(property.
ShouldSerializeValue
(item));
2347
Assert.False(property.
ShouldSerializeValue
(item));
2351
Assert.True(property.
ShouldSerializeValue
(item));
2355
Assert.False(property.
ShouldSerializeValue
(item));
3209
Assert.False(property.
ShouldSerializeValue
(item));
3214
Assert.True(property.
ShouldSerializeValue
(item));
3220
Assert.False(property.
ShouldSerializeValue
(item));
3224
Assert.True(property.
ShouldSerializeValue
(item));
3230
Assert.False(property.
ShouldSerializeValue
(item));
3447
Assert.False(property.
ShouldSerializeValue
(item));
3451
Assert.True(property.
ShouldSerializeValue
(item));
3455
Assert.False(property.
ShouldSerializeValue
(item));
4130
Assert.False(property.
ShouldSerializeValue
(item));
4135
Assert.True(property.
ShouldSerializeValue
(item));
4139
Assert.False(property.
ShouldSerializeValue
(item));
4158
Assert.False(property.
ShouldSerializeValue
(item));
4163
Assert.True(property.
ShouldSerializeValue
(item));
4167
Assert.False(property.
ShouldSerializeValue
(item));
4818
Assert.False(property.
ShouldSerializeValue
(item));
4821
Assert.False(property.
ShouldSerializeValue
(item));
4826
Assert.False(property.
ShouldSerializeValue
(item));
4830
Assert.False(property.
ShouldSerializeValue
(item));
4842
Assert.False(property.
ShouldSerializeValue
(item));
4845
Assert.False(property.
ShouldSerializeValue
(item));
4850
Assert.False(property.
ShouldSerializeValue
(item));
4854
Assert.False(property.
ShouldSerializeValue
(item));
4872
Assert.False(property.
ShouldSerializeValue
(item));
4876
Assert.True(property.
ShouldSerializeValue
(item));
4880
Assert.True(property.
ShouldSerializeValue
(item));
4884
Assert.False(property.
ShouldSerializeValue
(item));
4888
Assert.False(property.
ShouldSerializeValue
(item));
5317
Assert.False(property.
ShouldSerializeValue
(item));
5322
Assert.False(property.
ShouldSerializeValue
(item));
5327
Assert.False(property.
ShouldSerializeValue
(item));
5332
Assert.False(property.
ShouldSerializeValue
(item));
5336
Assert.False(property.
ShouldSerializeValue
(item));
5348
Assert.False(property.
ShouldSerializeValue
(item));
5353
Assert.False(property.
ShouldSerializeValue
(item));
5358
Assert.False(property.
ShouldSerializeValue
(item));
5363
Assert.False(property.
ShouldSerializeValue
(item));
5367
Assert.False(property.
ShouldSerializeValue
(item));
5385
Assert.False(property.
ShouldSerializeValue
(item));
5389
Assert.True(property.
ShouldSerializeValue
(item));
5393
Assert.False(property.
ShouldSerializeValue
(item));
5397
Assert.False(property.
ShouldSerializeValue
(item));
5401
Assert.False(property.
ShouldSerializeValue
(item));
5798
Assert.False(property.
ShouldSerializeValue
(item));
5802
Assert.True(property.
ShouldSerializeValue
(item));
5806
Assert.False(property.
ShouldSerializeValue
(item));
6115
Assert.False(property.
ShouldSerializeValue
(item));
6119
Assert.True(property.
ShouldSerializeValue
(item));
6123
Assert.False(property.
ShouldSerializeValue
(item));
6930
Assert.False(property.
ShouldSerializeValue
(item));
6934
Assert.True(property.
ShouldSerializeValue
(item));
6938
Assert.False(property.
ShouldSerializeValue
(item));
7444
Assert.False(property.
ShouldSerializeValue
(item));
7448
Assert.True(property.
ShouldSerializeValue
(item));
7452
Assert.True(property.
ShouldSerializeValue
(item));
7456
Assert.False(property.
ShouldSerializeValue
(item));
7460
Assert.True(property.
ShouldSerializeValue
(item));
7464
Assert.False(property.
ShouldSerializeValue
(item));
8798
Assert.False(property.
ShouldSerializeValue
(item));
8802
Assert.True(property.
ShouldSerializeValue
(item));
8806
Assert.True(property.
ShouldSerializeValue
(item));
8810
Assert.True(property.
ShouldSerializeValue
(item));
8814
Assert.False(property.
ShouldSerializeValue
(item));
9102
Assert.False(property.
ShouldSerializeValue
(item));
9107
Assert.False(property.
ShouldSerializeValue
(item));
9112
Assert.False(property.
ShouldSerializeValue
(item));
9117
Assert.True(property.
ShouldSerializeValue
(item));
9121
Assert.False(property.
ShouldSerializeValue
(item));
9614
Assert.False(property.
ShouldSerializeValue
(item));
9618
Assert.True(property.
ShouldSerializeValue
(item));
9622
Assert.True(property.
ShouldSerializeValue
(item));
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
404
Assert.False(property.
ShouldSerializeValue
(item));
408
Assert.True(property.
ShouldSerializeValue
(item));
412
Assert.True(property.
ShouldSerializeValue
(item));
System\Windows\Forms\ToolStripTests.cs (10)
2222
Assert.False(property.
ShouldSerializeValue
(control));
2226
Assert.True(property.
ShouldSerializeValue
(control));
2230
Assert.True(property.
ShouldSerializeValue
(control));
2234
Assert.False(property.
ShouldSerializeValue
(control));
3405
Assert.False(property.
ShouldSerializeValue
(control));
3409
Assert.True(property.
ShouldSerializeValue
(control));
3413
Assert.True(property.
ShouldSerializeValue
(control));
3417
Assert.False(property.
ShouldSerializeValue
(control));
3421
Assert.False(property.
ShouldSerializeValue
(control));
3425
Assert.False(property.
ShouldSerializeValue
(control));
System\Windows\Forms\ToolTipTests.cs (25)
192
Assert.False(automaticProperty.
ShouldSerializeValue
(toolTip));
193
Assert.False(initialProperty.
ShouldSerializeValue
(toolTip));
194
Assert.False(reshowProperty.
ShouldSerializeValue
(toolTip));
195
Assert.False(autoPopProperty.
ShouldSerializeValue
(toolTip));
200
Assert.False(automaticProperty.
ShouldSerializeValue
(toolTip));
201
Assert.False(initialProperty.
ShouldSerializeValue
(toolTip));
202
Assert.False(reshowProperty.
ShouldSerializeValue
(toolTip));
203
Assert.False(autoPopProperty.
ShouldSerializeValue
(toolTip));
208
Assert.True(automaticProperty.
ShouldSerializeValue
(toolTip));
209
Assert.False(initialProperty.
ShouldSerializeValue
(toolTip));
210
Assert.False(reshowProperty.
ShouldSerializeValue
(toolTip));
211
Assert.False(autoPopProperty.
ShouldSerializeValue
(toolTip));
216
Assert.True(automaticProperty.
ShouldSerializeValue
(toolTip));
217
Assert.True(initialProperty.
ShouldSerializeValue
(toolTip));
218
Assert.True(reshowProperty.
ShouldSerializeValue
(toolTip));
219
Assert.True(autoPopProperty.
ShouldSerializeValue
(toolTip));
262
Assert.False(property.
ShouldSerializeValue
(toolTip));
265
Assert.True(property.
ShouldSerializeValue
(toolTip));
268
Assert.True(property.
ShouldSerializeValue
(toolTip));
387
Assert.False(property.
ShouldSerializeValue
(toolTip));
390
Assert.True(property.
ShouldSerializeValue
(toolTip));
393
Assert.True(property.
ShouldSerializeValue
(toolTip));
472
Assert.False(property.
ShouldSerializeValue
(toolTip));
475
Assert.True(property.
ShouldSerializeValue
(toolTip));
478
Assert.True(property.
ShouldSerializeValue
(toolTip));
System\Windows\Forms\TreeNodeTests.cs (6)
438
Assert.False(property.
ShouldSerializeValue
(node));
442
Assert.True(property.
ShouldSerializeValue
(node));
446
Assert.True(property.
ShouldSerializeValue
(node));
879
Assert.False(property.
ShouldSerializeValue
(node));
883
Assert.True(property.
ShouldSerializeValue
(node));
887
Assert.True(property.
ShouldSerializeValue
(node));