Home
last modified time | relevance | path

Searched refs:BindableSupport (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DBindableAttribute.cs71 public BindableAttribute(BindableSupport flags) : this(flags, BindingDirection.OneWay) in BindableAttribute()
80 public BindableAttribute(BindableSupport flags, BindingDirection direction) in BindableAttribute()
82 Bindable = (flags != BindableSupport.No); in BindableAttribute()
83 _isDefault = (flags == BindableSupport.Default); in BindableAttribute()
H A DListBindableAttribute.cs46 public ListBindableAttribute(BindableSupport flags) in ListBindableAttribute()
48 ListBindable = (flags != BindableSupport.No); in ListBindableAttribute()
49 _isDefault = (flags == BindableSupport.Default); in ListBindableAttribute()
H A DBindableSupport.cs14 public enum BindableSupport enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DBindableAttribute.cs73 public BindableAttribute(BindableSupport flags) : this(flags, BindingDirection.OneWay) { in BindableAttribute()
81 public BindableAttribute(BindableSupport flags, BindingDirection direction) { in BindableAttribute()
82 this.bindable = (flags != BindableSupport.No); in BindableAttribute()
83 this.isDefault = (flags == BindableSupport.Default); in BindableAttribute()
H A DListBindableAttribute.cs48 public ListBindableAttribute(BindableSupport flags) { in ListBindableAttribute()
49 this.listBindable = (flags != BindableSupport.No); in ListBindableAttribute()
50 this.isDefault = (flags == BindableSupport.Default); in ListBindableAttribute()
H A DBindableSupport.cs19 public enum BindableSupport { enum
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs71 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
72 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
79 public enum BindableSupport enum
490 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dcommon.sources343 ../referencesource/System/compmod/system/componentmodel/BindableSupport.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs1278 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
1279 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
1286 public enum BindableSupport enum
2296 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs1281 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
1282 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
1289 public enum BindableSupport enum
2299 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs1276 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
1277 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
1284 public enum BindableSupport enum
2294 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs1277 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
1278 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
1285 public enum BindableSupport enum
2295 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs2938 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
2939 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
2946 public enum BindableSupport enum
3902 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs2702 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
2703 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
2710 public enum BindableSupport enum
3657 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs2722 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
2723 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
2730 public enum BindableSupport enum
3740 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs2743 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
2744 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
2751 public enum BindableSupport enum
3761 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs2743 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
2744 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
2751 public enum BindableSupport enum
3761 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs2722 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
2723 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
2730 public enum BindableSupport enum
3740 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs2722 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
2723 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
2730 public enum BindableSupport enum
3740 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs2741 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
2742 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
2749 public enum BindableSupport enum
3759 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs3011 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
3012 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
3019 public enum BindableSupport enum
4031 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs2743 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
2744 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
2751 public enum BindableSupport enum
3761 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs3002 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute()
3003 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute()
3010 public enum BindableSupport enum
4022 public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { } in ListBindableAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/netstandard/
H A DTypeForwarders.cs366 …bly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BindableSupport))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A Dnetstandard.cs182 …m.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.BindableSupport))]

12