Home
last modified time | relevance | path

Searched refs:DataObjectAttribute (Results 1 – 24 of 24) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DDataObjectAttribute.cs13 public sealed class DataObjectAttribute : Attribute class
15 public static readonly DataObjectAttribute DataObject = new DataObjectAttribute(true);
17 public static readonly DataObjectAttribute NonDataObject = new DataObjectAttribute(false);
19 public static readonly DataObjectAttribute Default = NonDataObject;
21 public DataObjectAttribute() : this(true) in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
25 public DataObjectAttribute(bool isDataObject) in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
40 DataObjectAttribute other = obj as DataObjectAttribute; in Equals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DDataObjectAttribute.cs15 public sealed class DataObjectAttribute : Attribute { class
17 public static readonly DataObjectAttribute DataObject = new DataObjectAttribute(true);
19 public static readonly DataObjectAttribute NonDataObject = new DataObjectAttribute(false);
21 public static readonly DataObjectAttribute Default = NonDataObject;
25 public DataObjectAttribute() : this(true) { in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
28 public DataObjectAttribute(bool isDataObject) { in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
44 DataObjectAttribute other = obj as DataObjectAttribute; in Equals()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs202 public sealed partial class DataObjectAttribute : System.Attribute class
204 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
205 public static readonly System.ComponentModel.DataObjectAttribute Default;
206 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
207 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
208 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs1568 public sealed partial class DataObjectAttribute : System.Attribute class
1570 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
1571 public static readonly System.ComponentModel.DataObjectAttribute Default;
1572 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
1573 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
1574 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs1571 public sealed partial class DataObjectAttribute : System.Attribute class
1573 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
1574 public static readonly System.ComponentModel.DataObjectAttribute Default;
1575 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
1576 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
1577 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs1566 public sealed partial class DataObjectAttribute : System.Attribute class
1568 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
1569 public static readonly System.ComponentModel.DataObjectAttribute Default;
1570 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
1571 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
1572 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs1567 public sealed partial class DataObjectAttribute : System.Attribute class
1569 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
1570 public static readonly System.ComponentModel.DataObjectAttribute Default;
1571 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
1572 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
1573 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dcommon.sources368 ../referencesource/System/compmod/system/componentmodel/DataObjectAttribute.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs3205 public sealed partial class DataObjectAttribute : System.Attribute class
3207 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3208 public static readonly System.ComponentModel.DataObjectAttribute Default;
3209 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
3210 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
3211 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs2968 public sealed partial class DataObjectAttribute : System.Attribute class
2970 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
2971 public static readonly System.ComponentModel.DataObjectAttribute Default;
2972 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
2973 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
2974 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs3012 public sealed partial class DataObjectAttribute : System.Attribute class
3014 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3015 public static readonly System.ComponentModel.DataObjectAttribute Default;
3016 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
3017 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
3018 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs3033 public sealed partial class DataObjectAttribute : System.Attribute class
3035 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3036 public static readonly System.ComponentModel.DataObjectAttribute Default;
3037 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
3038 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
3039 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs3033 public sealed partial class DataObjectAttribute : System.Attribute class
3035 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3036 public static readonly System.ComponentModel.DataObjectAttribute Default;
3037 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
3038 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
3039 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs3012 public sealed partial class DataObjectAttribute : System.Attribute class
3014 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3015 public static readonly System.ComponentModel.DataObjectAttribute Default;
3016 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
3017 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
3018 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs3012 public sealed partial class DataObjectAttribute : System.Attribute class
3014 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3015 public static readonly System.ComponentModel.DataObjectAttribute Default;
3016 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
3017 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
3018 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs3031 public sealed partial class DataObjectAttribute : System.Attribute class
3033 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3034 public static readonly System.ComponentModel.DataObjectAttribute Default;
3035 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
3036 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
3037 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs3301 public sealed partial class DataObjectAttribute : System.Attribute class
3303 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3304 public static readonly System.ComponentModel.DataObjectAttribute Default;
3305 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
3306 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
3307 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs3033 public sealed partial class DataObjectAttribute : System.Attribute class
3035 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3036 public static readonly System.ComponentModel.DataObjectAttribute Default;
3037 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
3038 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
3039 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs3292 public sealed partial class DataObjectAttribute : System.Attribute class
3294 public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3295 public static readonly System.ComponentModel.DataObjectAttribute Default;
3296 public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
3297 public DataObjectAttribute() { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
3298 public DataObjectAttribute(bool isDataObject) { } in DataObjectAttribute() method in System.ComponentModel.DataObjectAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/netstandard/
H A DTypeForwarders.cs391 …System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A Dnetstandard.cs207 …ntime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataObjectAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A Dnetstandard.cs206 …ntime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataObjectAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A Dnetstandard.cs207 …ntime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataObjectAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A Dnetstandard.cs207 …ntime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DataObjectAttribute))]