3 references to DataObjectAttribute
System.ComponentModel.TypeConverter (3)
System\ComponentModel\DataObjectAttribute.cs (3)
11
public static readonly DataObjectAttribute DataObject = new
DataObjectAttribute
(true);
13
public static readonly DataObjectAttribute NonDataObject = new
DataObjectAttribute
(false);
17
public DataObjectAttribute() :
this
(true)