Home
last modified time | relevance | path

Searched refs:MergablePropertyAttribute (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/tests/
H A DMergablePropertyAttributeTests.cs17 var attribute = new MergablePropertyAttribute(allowMerge); in Ctor_AllowMerge()
24 … yield return new object[] { MergablePropertyAttribute.Yes, MergablePropertyAttribute.Yes, true }; in Equals_TestData()
25 …yield return new object[] { MergablePropertyAttribute.Yes, new MergablePropertyAttribute(true), tr… in Equals_TestData()
26 … yield return new object[] { MergablePropertyAttribute.Yes, MergablePropertyAttribute.No, false }; in Equals_TestData()
28 yield return new object[] { MergablePropertyAttribute.Yes, new object(), false }; in Equals_TestData()
29 yield return new object[] { MergablePropertyAttribute.Yes, null, false }; in Equals_TestData()
34 …public void Equals_Object_ReturnsExpected(MergablePropertyAttribute attribute, object other, bool … in Equals_Object_ReturnsExpected()
37 if (other is MergablePropertyAttribute) in Equals_Object_ReturnsExpected()
45 yield return new object[] { MergablePropertyAttribute.Yes, true }; in DefaultProperties_TestData()
46 yield return new object[] { MergablePropertyAttribute.Default, true }; in DefaultProperties_TestData()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/src/System/ComponentModel/
H A DMergablePropertyAttribute.cs13 public sealed class MergablePropertyAttribute : Attribute class
21 public static readonly MergablePropertyAttribute Yes = new MergablePropertyAttribute(true);
30 public static readonly MergablePropertyAttribute No = new MergablePropertyAttribute(false);
38 public static readonly MergablePropertyAttribute Default = Yes;
46 public MergablePropertyAttribute(bool allowMerge) => AllowMerge = allowMerge;
63 MergablePropertyAttribute other = obj as MergablePropertyAttribute; in Equals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DMergablePropertyAttribute.cs21 public sealed class MergablePropertyAttribute : Attribute { class
29 public static readonly MergablePropertyAttribute Yes = new MergablePropertyAttribute(true);
38 public static readonly MergablePropertyAttribute No = new MergablePropertyAttribute(false);
46 public static readonly MergablePropertyAttribute Default = Yes;
56 public MergablePropertyAttribute(bool allowMerge) { in MergablePropertyAttribute() method in System.ComponentModel.MergablePropertyAttribute
81 MergablePropertyAttribute other = obj as MergablePropertyAttribute; in Equals()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Web.Extensions.Design.cs168 [System.ComponentModel.MergablePropertyAttribute(false)]
174 [System.ComponentModel.MergablePropertyAttribute(false)]
182 [System.ComponentModel.MergablePropertyAttribute(false)]
187 [System.ComponentModel.MergablePropertyAttribute(false)]
192 [System.ComponentModel.MergablePropertyAttribute(false)]
196 [System.ComponentModel.MergablePropertyAttribute(false)]
200 [System.ComponentModel.MergablePropertyAttribute(false)]
205 [System.ComponentModel.MergablePropertyAttribute(false)]
211 [System.ComponentModel.MergablePropertyAttribute(false)]
216 [System.ComponentModel.MergablePropertyAttribute(false)]
H A DSystem.Web.Extensions.cs645 [System.ComponentModel.MergablePropertyAttribute(false)]
855 [System.ComponentModel.MergablePropertyAttribute(false)]
864 [System.ComponentModel.MergablePropertyAttribute(false)]
908 [System.ComponentModel.MergablePropertyAttribute(false)]
914 [System.ComponentModel.MergablePropertyAttribute(false)]
928 [System.ComponentModel.MergablePropertyAttribute(false)]
934 [System.ComponentModel.MergablePropertyAttribute(false)]
1016 [System.ComponentModel.MergablePropertyAttribute(false)]
1022 [System.ComponentModel.MergablePropertyAttribute(false)]
1028 [System.ComponentModel.MergablePropertyAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Web.Extensions.Design.cs167 [System.ComponentModel.MergablePropertyAttribute(false)]
173 [System.ComponentModel.MergablePropertyAttribute(false)]
181 [System.ComponentModel.MergablePropertyAttribute(false)]
186 [System.ComponentModel.MergablePropertyAttribute(false)]
191 [System.ComponentModel.MergablePropertyAttribute(false)]
195 [System.ComponentModel.MergablePropertyAttribute(false)]
199 [System.ComponentModel.MergablePropertyAttribute(false)]
204 [System.ComponentModel.MergablePropertyAttribute(false)]
210 [System.ComponentModel.MergablePropertyAttribute(false)]
215 [System.ComponentModel.MergablePropertyAttribute(false)]
H A DSystem.Web.Extensions.cs619 [System.ComponentModel.MergablePropertyAttribute(false)]
829 [System.ComponentModel.MergablePropertyAttribute(false)]
838 [System.ComponentModel.MergablePropertyAttribute(false)]
882 [System.ComponentModel.MergablePropertyAttribute(false)]
888 [System.ComponentModel.MergablePropertyAttribute(false)]
902 [System.ComponentModel.MergablePropertyAttribute(false)]
908 [System.ComponentModel.MergablePropertyAttribute(false)]
990 [System.ComponentModel.MergablePropertyAttribute(false)]
996 [System.ComponentModel.MergablePropertyAttribute(false)]
1002 [System.ComponentModel.MergablePropertyAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DObjectDataSource.cs217 [MergablePropertyAttribute (false)]
246 [MergablePropertyAttribute (false)]
262 [MergablePropertyAttribute (false)]
299 [MergablePropertyAttribute (false)]
343 [MergablePropertyAttribute (false)]
H A DSqlDataSource.cs279 [MergablePropertyAttribute (false)]
288 [MergablePropertyAttribute (false)]
302 [MergablePropertyAttribute (false)]
316 [MergablePropertyAttribute (false)]
330 [MergablePropertyAttribute (false)]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/ref/
H A DSystem.ComponentModel.Primitives.cs218 public sealed partial class MergablePropertyAttribute : System.Attribute class
220 public static readonly System.ComponentModel.MergablePropertyAttribute Default;
221 public static readonly System.ComponentModel.MergablePropertyAttribute No;
222 public static readonly System.ComponentModel.MergablePropertyAttribute Yes;
223 public MergablePropertyAttribute(bool allowMerge) { } in MergablePropertyAttribute() method in System.ComponentModel.MergablePropertyAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/errors/
H A Dcs1525-36.cs8 [MergablePropertyAttribute (f alse)]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/
H A DWebServiceFault.cs55 [MergablePropertyAttribute(false)]
74 [MergablePropertyAttribute(false)]
H A DInvokeWebService.cs217 [MergablePropertyAttribute(false)]
234 [MergablePropertyAttribute(false)]
284 [MergablePropertyAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Web.Extensions.cs490 [System.ComponentModel.MergablePropertyAttribute(false)]
670 [System.ComponentModel.MergablePropertyAttribute(false)]
676 [System.ComponentModel.MergablePropertyAttribute(false)]
701 [System.ComponentModel.MergablePropertyAttribute(false)]
711 [System.ComponentModel.MergablePropertyAttribute(false)]
716 [System.ComponentModel.MergablePropertyAttribute(false)]
786 [System.ComponentModel.MergablePropertyAttribute(false)]
792 [System.ComponentModel.MergablePropertyAttribute(false)]
797 [System.ComponentModel.MergablePropertyAttribute(false)]
801 [System.ComponentModel.MergablePropertyAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Web.Extensions.cs457 [System.ComponentModel.MergablePropertyAttribute(false)]
639 [System.ComponentModel.MergablePropertyAttribute(false)]
645 [System.ComponentModel.MergablePropertyAttribute(false)]
670 [System.ComponentModel.MergablePropertyAttribute(false)]
680 [System.ComponentModel.MergablePropertyAttribute(false)]
685 [System.ComponentModel.MergablePropertyAttribute(false)]
755 [System.ComponentModel.MergablePropertyAttribute(false)]
761 [System.ComponentModel.MergablePropertyAttribute(false)]
766 [System.ComponentModel.MergablePropertyAttribute(false)]
770 [System.ComponentModel.MergablePropertyAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DGridEntry.cs796MergablePropertyAttribute attrib = property.Attributes [typeof (MergablePropertyAttribute)] as Mer… in IsPropertyMergeable()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Web.Extensions.cs491 [System.ComponentModel.MergablePropertyAttribute(false)]
673 [System.ComponentModel.MergablePropertyAttribute(false)]
679 [System.ComponentModel.MergablePropertyAttribute(false)]
704 [System.ComponentModel.MergablePropertyAttribute(false)]
714 [System.ComponentModel.MergablePropertyAttribute(false)]
719 [System.ComponentModel.MergablePropertyAttribute(false)]
789 [System.ComponentModel.MergablePropertyAttribute(false)]
795 [System.ComponentModel.MergablePropertyAttribute(false)]
800 [System.ComponentModel.MergablePropertyAttribute(false)]
804 [System.ComponentModel.MergablePropertyAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.ComponentModel.Primitives/
H A DTypeForwarders.cs39 …CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.MergablePropertyAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Web.Extensions.cs615 [System.ComponentModel.MergablePropertyAttribute(false)]
810 [System.ComponentModel.MergablePropertyAttribute(false)]
817 [System.ComponentModel.MergablePropertyAttribute(false)]
848 [System.ComponentModel.MergablePropertyAttribute(false)]
860 [System.ComponentModel.MergablePropertyAttribute(false)]
865 [System.ComponentModel.MergablePropertyAttribute(false)]
944 [System.ComponentModel.MergablePropertyAttribute(false)]
950 [System.ComponentModel.MergablePropertyAttribute(false)]
955 [System.ComponentModel.MergablePropertyAttribute(false)]
960 [System.ComponentModel.MergablePropertyAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Web.Extensions.cs581 [System.ComponentModel.MergablePropertyAttribute(false)]
776 [System.ComponentModel.MergablePropertyAttribute(false)]
783 [System.ComponentModel.MergablePropertyAttribute(false)]
814 [System.ComponentModel.MergablePropertyAttribute(false)]
826 [System.ComponentModel.MergablePropertyAttribute(false)]
831 [System.ComponentModel.MergablePropertyAttribute(false)]
910 [System.ComponentModel.MergablePropertyAttribute(false)]
916 [System.ComponentModel.MergablePropertyAttribute(false)]
921 [System.ComponentModel.MergablePropertyAttribute(false)]
926 [System.ComponentModel.MergablePropertyAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Web.Extensions.cs615 [System.ComponentModel.MergablePropertyAttribute(false)]
810 [System.ComponentModel.MergablePropertyAttribute(false)]
817 [System.ComponentModel.MergablePropertyAttribute(false)]
848 [System.ComponentModel.MergablePropertyAttribute(false)]
860 [System.ComponentModel.MergablePropertyAttribute(false)]
865 [System.ComponentModel.MergablePropertyAttribute(false)]
944 [System.ComponentModel.MergablePropertyAttribute(false)]
950 [System.ComponentModel.MergablePropertyAttribute(false)]
955 [System.ComponentModel.MergablePropertyAttribute(false)]
960 [System.ComponentModel.MergablePropertyAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Web.Extensions.cs615 [System.ComponentModel.MergablePropertyAttribute(false)]
810 [System.ComponentModel.MergablePropertyAttribute(false)]
817 [System.ComponentModel.MergablePropertyAttribute(false)]
848 [System.ComponentModel.MergablePropertyAttribute(false)]
860 [System.ComponentModel.MergablePropertyAttribute(false)]
865 [System.ComponentModel.MergablePropertyAttribute(false)]
944 [System.ComponentModel.MergablePropertyAttribute(false)]
950 [System.ComponentModel.MergablePropertyAttribute(false)]
955 [System.ComponentModel.MergablePropertyAttribute(false)]
960 [System.ComponentModel.MergablePropertyAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Web.Extensions.cs581 [System.ComponentModel.MergablePropertyAttribute(false)]
776 [System.ComponentModel.MergablePropertyAttribute(false)]
783 [System.ComponentModel.MergablePropertyAttribute(false)]
814 [System.ComponentModel.MergablePropertyAttribute(false)]
826 [System.ComponentModel.MergablePropertyAttribute(false)]
831 [System.ComponentModel.MergablePropertyAttribute(false)]
910 [System.ComponentModel.MergablePropertyAttribute(false)]
916 [System.ComponentModel.MergablePropertyAttribute(false)]
921 [System.ComponentModel.MergablePropertyAttribute(false)]
926 [System.ComponentModel.MergablePropertyAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Web.Extensions.cs581 [System.ComponentModel.MergablePropertyAttribute(false)]
776 [System.ComponentModel.MergablePropertyAttribute(false)]
783 [System.ComponentModel.MergablePropertyAttribute(false)]
814 [System.ComponentModel.MergablePropertyAttribute(false)]
826 [System.ComponentModel.MergablePropertyAttribute(false)]
831 [System.ComponentModel.MergablePropertyAttribute(false)]
910 [System.ComponentModel.MergablePropertyAttribute(false)]
916 [System.ComponentModel.MergablePropertyAttribute(false)]
921 [System.ComponentModel.MergablePropertyAttribute(false)]
926 [System.ComponentModel.MergablePropertyAttribute(false)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.ComponentModel.Primitives.cs33 …CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.MergablePropertyAttribute))]

1234