10 references to Empty
System (4)
compmod\system\componentmodel\CustomTypeDescriptor.cs (2)
196
return PropertyDescriptorCollection.
Empty
;
213
return PropertyDescriptorCollection.
Empty
;
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
489
return PropertyDescriptorCollection.
Empty
;
555
properties = PropertyDescriptorCollection.
Empty
;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
71
PropertyDescriptorCollection propertyDescriptors = PropertyDescriptorCollection.
Empty
;
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
71
PropertyDescriptorCollection propertyDescriptors = PropertyDescriptorCollection.
Empty
;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
387
return PropertyDescriptorCollection.
Empty
;
WindowsBase (3)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
94
return PropertyDescriptorCollection.
Empty
;
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (2)
118
return PropertyDescriptorCollection.
Empty
;
127
if (_instance == null) return PropertyDescriptorCollection.
Empty
;