Home
last modified time | relevance | path

Searched refs:ParenthesizePropertyNameAttribute (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/tests/
H A DParenthesizePropertyNameAttributeTests.cs15 var attribute = new ParenthesizePropertyNameAttribute(); in Ctor_Default()
25 var attribute = new ParenthesizePropertyNameAttribute(needParenthesis); in Ctor_NeedParenthesis()
32 …yield return new object[] { new ParenthesizePropertyNameAttribute(true), new ParenthesizePropertyN… in Equals_TestData()
33 …yield return new object[] { new ParenthesizePropertyNameAttribute(true), new ParenthesizePropertyN… in Equals_TestData()
34 …yield return new object[] { ParenthesizePropertyNameAttribute.Default, ParenthesizePropertyNameAtt… in Equals_TestData()
36 … yield return new object[] { ParenthesizePropertyNameAttribute.Default, new object(), false }; in Equals_TestData()
37 yield return new object[] { ParenthesizePropertyNameAttribute.Default, null, false }; in Equals_TestData()
42 …public void Equals_Object_ReturnsExpected(ParenthesizePropertyNameAttribute attribute, object othe… in Equals_Object_ReturnsExpected()
45 if (other is ParenthesizePropertyNameAttribute) in Equals_Object_ReturnsExpected()
54 Assert.False(ParenthesizePropertyNameAttribute.Default.NeedParenthesis); in Default_GetNeedParenthesis_ReturnsFalse()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/src/System/ComponentModel/
H A DParenthesizePropertyNameAttribute.cs12 public sealed class ParenthesizePropertyNameAttribute : Attribute class
20 …public static readonly ParenthesizePropertyNameAttribute Default = new ParenthesizePropertyNameAtt…
22 public ParenthesizePropertyNameAttribute() : this(false) in ParenthesizePropertyNameAttribute() method in System.ComponentModel.ParenthesizePropertyNameAttribute
31 …public ParenthesizePropertyNameAttribute(bool needParenthesis) => NeedParenthesis = needParenthesi…
51 ParenthesizePropertyNameAttribute other = obj as ParenthesizePropertyNameAttribute; in Equals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DParenthesizePropertyNameAttribute.cs17 public sealed class ParenthesizePropertyNameAttribute : Attribute { class
25 …public static readonly ParenthesizePropertyNameAttribute Default = new ParenthesizePropertyNameAtt…
32 public ParenthesizePropertyNameAttribute() : this(false) { in ParenthesizePropertyNameAttribute() method in System.ComponentModel.ParenthesizePropertyNameAttribute
40 public ParenthesizePropertyNameAttribute(bool needParenthesis) { in ParenthesizePropertyNameAttribute() method in System.ComponentModel.ParenthesizePropertyNameAttribute
63 if (o is ParenthesizePropertyNameAttribute) { in Equals()
64 return ((ParenthesizePropertyNameAttribute)o).NeedParenthesis == needParenthesis; in Equals()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/ref/
H A DSystem.ComponentModel.Primitives.cs241 public sealed partial class ParenthesizePropertyNameAttribute : System.Attribute class
243 public static readonly System.ComponentModel.ParenthesizePropertyNameAttribute Default;
244 public ParenthesizePropertyNameAttribute() { } in ParenthesizePropertyNameAttribute() method in System.ComponentModel.ParenthesizePropertyNameAttribute
245 public ParenthesizePropertyNameAttribute(bool needParenthesis) { } in ParenthesizePropertyNameAttribute() method in System.ComponentModel.ParenthesizePropertyNameAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Annotation/
H A DArrowAnnotation.cs142 ParenthesizePropertyNameAttribute(true),
169 ParenthesizePropertyNameAttribute(true),
277 ParenthesizePropertyNameAttribute(true),
H A DGroupAnnotation.cs228 ParenthesizePropertyNameAttribute(true),
877 ParenthesizePropertyNameAttribute(true),
H A DPolygonAnnotation.cs404 ParenthesizePropertyNameAttribute(true),
1434 ParenthesizePropertyNameAttribute(true),
H A DRectangleAnnotation.cs352 ParenthesizePropertyNameAttribute(true),
H A DImageAnnotation.cs278 ParenthesizePropertyNameAttribute(true),
H A DLineAnnotation.cs488 ParenthesizePropertyNameAttribute(true),
H A DAnnotationBase.cs310 ParenthesizePropertyNameAttribute(true),
815 ParenthesizePropertyNameAttribute(true),
840 ParenthesizePropertyNameAttribute(true),
H A DCalloutAnnotation.cs174 ParenthesizePropertyNameAttribute(true),
585 ParenthesizePropertyNameAttribute(true),
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DGridEntry.cs125 ParenthesizePropertyNameAttribute parensAttr =
126 …property.Attributes[typeof (ParenthesizePropertyNameAttribute)] as ParenthesizePropertyNameAttribu…
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.ComponentModel.Primitives/
H A DTypeForwarders.cs41 …Services.TypeForwardedToAttribute(typeof(System.ComponentModel.ParenthesizePropertyNameAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.ComponentModel.Primitives.cs35 …Services.TypeForwardedToAttribute(typeof(System.ComponentModel.ParenthesizePropertyNameAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.ComponentModel.Primitives.cs35 …Services.TypeForwardedToAttribute(typeof(System.ComponentModel.ParenthesizePropertyNameAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.ComponentModel.Primitives.cs35 …Services.TypeForwardedToAttribute(typeof(System.ComponentModel.ParenthesizePropertyNameAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.ComponentModel.Primitives.cs34 …Services.TypeForwardedToAttribute(typeof(System.ComponentModel.ParenthesizePropertyNameAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Windows.Forms.DataVisualization.cs151 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
174 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
295 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
432 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
436 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
680 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
714 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
719 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
724 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
887 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Windows.Forms.DataVisualization.cs151 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
174 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
295 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
432 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
436 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
680 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
714 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
719 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
724 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
887 [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DAxisScrollZoom.cs207 ParenthesizePropertyNameAttribute(true)
262 ParenthesizePropertyNameAttribute(true)
321 ParenthesizePropertyNameAttribute(true)
H A DLegend.cs2780 ParenthesizePropertyNameAttribute(true),
2848 ParenthesizePropertyNameAttribute(true),
2953 ParenthesizePropertyNameAttribute(true),
5305 ParenthesizePropertyNameAttribute(true)
5385 ParenthesizePropertyNameAttribute(true)
5590 ParenthesizePropertyNameAttribute(true),
H A DAxisScaleBreaks.cs271 ParenthesizePropertyNameAttribute(true),
H A DTitle.cs381 ParenthesizePropertyNameAttribute(true),
569 ParenthesizePropertyNameAttribute(true),
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Borders3D/
H A DBorders3D.cs241 ParenthesizePropertyNameAttribute(true)

123