Home
last modified time | relevance | path

Searched refs:BindableAttribute (Results 1 – 25 of 89) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DBindableAttribute.cs17 public sealed class BindableAttribute : Attribute class
25 public static readonly BindableAttribute Yes = new BindableAttribute(true);
33 public static readonly BindableAttribute No = new BindableAttribute(false);
42 public static readonly BindableAttribute Default = No;
51 public BindableAttribute(bool bindable) : this(bindable, BindingDirection.OneWay) in BindableAttribute() method in System.ComponentModel.BindableAttribute
60 public BindableAttribute(bool bindable, BindingDirection direction) in BindableAttribute() method in System.ComponentModel.BindableAttribute
71 public BindableAttribute(BindableSupport flags) : this(flags, BindingDirection.OneWay) in BindableAttribute() method in System.ComponentModel.BindableAttribute
80 public BindableAttribute(BindableSupport flags, BindingDirection direction) in BindableAttribute() method in System.ComponentModel.BindableAttribute
113 if (obj != null && obj is BindableAttribute) in Equals()
115 return (((BindableAttribute)obj).Bindable == Bindable); in Equals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DBindableAttribute.cs20 public sealed class BindableAttribute : Attribute { class
27 public static readonly BindableAttribute Yes = new BindableAttribute(true);
35 public static readonly BindableAttribute No = new BindableAttribute(false);
44 public static readonly BindableAttribute Default = No;
55 public BindableAttribute(bool bindable) : this(bindable, BindingDirection.OneWay) { in BindableAttribute() method in System.ComponentModel.BindableAttribute
63 public BindableAttribute(bool bindable, BindingDirection direction) { in BindableAttribute() method in System.ComponentModel.BindableAttribute
73 public BindableAttribute(BindableSupport flags) : this(flags, BindingDirection.OneWay) { in BindableAttribute() method in System.ComponentModel.BindableAttribute
81 public BindableAttribute(BindableSupport flags, BindingDirection direction) { in BindableAttribute() method in System.ComponentModel.BindableAttribute
119 if (obj != null && obj is BindableAttribute) { in Equals()
120 return (((BindableAttribute)obj).Bindable == bindable); in Equals()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Windows.Forms.DataVisualization.cs53 [System.ComponentModel.BindableAttribute(false)]
75 [System.ComponentModel.BindableAttribute(true)]
85 [System.ComponentModel.BindableAttribute(false)]
95 [System.ComponentModel.BindableAttribute(false)]
150 [System.ComponentModel.BindableAttribute(true)]
165 [System.ComponentModel.BindableAttribute(true)]
188 [System.ComponentModel.BindableAttribute(false)]
228 [System.ComponentModel.BindableAttribute(true)]
425 [System.ComponentModel.BindableAttribute(true)]
430 [System.ComponentModel.BindableAttribute(true)]
[all …]
H A DSystem.Web.cs8991 [System.ComponentModel.BindableAttribute(true)]
9412 [System.ComponentModel.BindableAttribute(false)]
9640 [System.ComponentModel.BindableAttribute(false)]
12981 [System.ComponentModel.BindableAttribute(false)]
13601 [System.ComponentModel.BindableAttribute(false)]
16712 [System.ComponentModel.BindableAttribute(false)]
16890 [System.ComponentModel.BindableAttribute(false)]
16905 [System.ComponentModel.BindableAttribute(false)]
16948 [System.ComponentModel.BindableAttribute(false)]
17000 [System.ComponentModel.BindableAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Windows.Forms.DataVisualization.cs53 [System.ComponentModel.BindableAttribute(false)]
75 [System.ComponentModel.BindableAttribute(true)]
85 [System.ComponentModel.BindableAttribute(false)]
95 [System.ComponentModel.BindableAttribute(false)]
150 [System.ComponentModel.BindableAttribute(true)]
165 [System.ComponentModel.BindableAttribute(true)]
188 [System.ComponentModel.BindableAttribute(false)]
228 [System.ComponentModel.BindableAttribute(true)]
425 [System.ComponentModel.BindableAttribute(true)]
430 [System.ComponentModel.BindableAttribute(true)]
[all …]
H A DSystem.Web.cs8955 [System.ComponentModel.BindableAttribute(true)]
9376 [System.ComponentModel.BindableAttribute(false)]
9604 [System.ComponentModel.BindableAttribute(false)]
12945 [System.ComponentModel.BindableAttribute(false)]
13565 [System.ComponentModel.BindableAttribute(false)]
16676 [System.ComponentModel.BindableAttribute(false)]
16854 [System.ComponentModel.BindableAttribute(false)]
16869 [System.ComponentModel.BindableAttribute(false)]
16912 [System.ComponentModel.BindableAttribute(false)]
16964 [System.ComponentModel.BindableAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DHotSpot.cs62 [BindableAttribute (true)]
87 [BindableAttribute (true)]
99 [BindableAttribute (true)]
H A DTemplatedWizardStep.cs36 [BindableAttribute (false)]
H A DWizardStepBase.cs38 [BindableAttribute (false)]
H A DBaseDataBoundControl.cs67 [BindableAttribute (true)]
H A DMailDefinition.cs43 [BindableAttribute (false)]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DControlBindingsConverter.cs52 if (((BindableAttribute) property.Attributes[typeof (BindableAttribute)]).Bindable) in GetProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/
H A DEditorPart.cs37 [BindableAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DScrollProperties.cs78 [BindableAttribute (true)]
H A DApplicationContext.cs72 [BindableAttribute (true)]
H A DColumnHeader.cs281 [BindableAttribute (true)]
H A DWebBrowser.cs218 [BindableAttribute(true)]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DHierarchicalDataSourceControl.cs43 [BindableAttribute (false)]
H A DDataSourceControl.cs42 [BindableAttribute (false)]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs64 public sealed partial class BindableAttribute : System.Attribute class
66 public static readonly System.ComponentModel.BindableAttribute Default;
67 public static readonly System.ComponentModel.BindableAttribute No;
68 public static readonly System.ComponentModel.BindableAttribute Yes;
69 public BindableAttribute(bool bindable) { } in BindableAttribute() method in System.ComponentModel.BindableAttribute
70 … public BindableAttribute(bool bindable, System.ComponentModel.BindingDirection direction) { } in BindableAttribute() method in System.ComponentModel.BindableAttribute
71 public BindableAttribute(System.ComponentModel.BindableSupport flags) { } in BindableAttribute() method in System.ComponentModel.BindableAttribute
72 …public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.Bindin… in BindableAttribute() method in System.ComponentModel.BindableAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Web.cs6869 [System.ComponentModel.BindableAttribute(true)]
7277 [System.ComponentModel.BindableAttribute(false)]
7510 [System.ComponentModel.BindableAttribute(false)]
10841 [System.ComponentModel.BindableAttribute(true)]
11465 [System.ComponentModel.BindableAttribute(false)]
14563 [System.ComponentModel.BindableAttribute(false)]
14745 [System.ComponentModel.BindableAttribute(false)]
14762 [System.ComponentModel.BindableAttribute(false)]
14807 [System.ComponentModel.BindableAttribute(true)]
14861 [System.ComponentModel.BindableAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Web.cs7354 [System.ComponentModel.BindableAttribute(true)]
7759 [System.ComponentModel.BindableAttribute(false)]
7990 [System.ComponentModel.BindableAttribute(false)]
11329 [System.ComponentModel.BindableAttribute(true)]
11953 [System.ComponentModel.BindableAttribute(false)]
15053 [System.ComponentModel.BindableAttribute(false)]
15235 [System.ComponentModel.BindableAttribute(false)]
15252 [System.ComponentModel.BindableAttribute(false)]
15297 [System.ComponentModel.BindableAttribute(true)]
15351 [System.ComponentModel.BindableAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Web.cs5589 [System.ComponentModel.BindableAttribute(true)]
5957 [System.ComponentModel.BindableAttribute(false)]
6186 [System.ComponentModel.BindableAttribute(false)]
9481 [System.ComponentModel.BindableAttribute(true)]
10102 [System.ComponentModel.BindableAttribute(false)]
13125 [System.ComponentModel.BindableAttribute(false)]
13305 [System.ComponentModel.BindableAttribute(false)]
13321 [System.ComponentModel.BindableAttribute(false)]
13366 [System.ComponentModel.BindableAttribute(true)]
13420 [System.ComponentModel.BindableAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Windows.Forms.cs496 [System.ComponentModel.BindableAttribute(true)]
1572 [System.ComponentModel.BindableAttribute(true)]
1576 [System.ComponentModel.BindableAttribute(true)]
1581 [System.ComponentModel.BindableAttribute(true)]
1886 [System.ComponentModel.BindableAttribute(true)]
2037 [System.ComponentModel.BindableAttribute(true)]
2052 [System.ComponentModel.BindableAttribute(true)]
2188 [System.ComponentModel.BindableAttribute(true)]
2576 [System.ComponentModel.BindableAttribute(true)]
2581 [System.ComponentModel.BindableAttribute(true)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Windows.Forms.cs496 [System.ComponentModel.BindableAttribute(true)]
1572 [System.ComponentModel.BindableAttribute(true)]
1576 [System.ComponentModel.BindableAttribute(true)]
1581 [System.ComponentModel.BindableAttribute(true)]
1886 [System.ComponentModel.BindableAttribute(true)]
2037 [System.ComponentModel.BindableAttribute(true)]
2052 [System.ComponentModel.BindableAttribute(true)]
2188 [System.ComponentModel.BindableAttribute(true)]
2576 [System.ComponentModel.BindableAttribute(true)]
2581 [System.ComponentModel.BindableAttribute(true)]
[all …]

1234