9 references to Empty
System.ComponentModel.TypeConverter (4)
System\ComponentModel\CustomTypeDescriptor.cs (2)
204
return PropertyDescriptorCollection.
Empty
;
252
return PropertyDescriptorCollection.
Empty
;
System\ComponentModel\ReflectTypeDescriptionProvider.cs (2)
577
return PropertyDescriptorCollection.
Empty
;
638
properties = PropertyDescriptorCollection.
Empty
;
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
270
return PropertyDescriptorCollection.
Empty
;
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.NullTypeDescriptor.cs (2)
33
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => PropertyDescriptorCollection.
Empty
;
35
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[]? attributes) => PropertyDescriptorCollection.
Empty
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonBaseTests.cs (1)
667
.Returns(PropertyDescriptorCollection.
Empty
);
System\Windows\Forms\TabPageTests.cs (1)
799
.Returns(PropertyDescriptorCollection.
Empty
);