Home
last modified time | relevance | path

Searched refs:DesignerCategoryAttribute (Results 1 – 25 of 92) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/tests/
H A DDesignerCategoryAttributeTests.cs15 var attribute = new DesignerCategoryAttribute(); in Ctor_Default()
26 var attribute = new DesignerCategoryAttribute(category); in Ctor_Category()
43 …yield return new object[] { new DesignerCategoryAttribute("category"), new DesignerCategoryAttribu… in Equals_TestData()
44 …yield return new object[] { new DesignerCategoryAttribute("category"), new DesignerCategoryAttribu… in Equals_TestData()
45 …yield return new object[] { DesignerCategoryAttribute.Default, DesignerCategoryAttribute.Default, … in Equals_TestData()
47 …yield return new object[] { new DesignerCategoryAttribute(null), new DesignerCategoryAttribute(nul… in Equals_TestData()
48 …yield return new object[] { new DesignerCategoryAttribute("category"), new DesignerCategoryAttribu… in Equals_TestData()
49 …yield return new object[] { new DesignerCategoryAttribute(null), new DesignerCategoryAttribute("ca… in Equals_TestData()
70 var attribute = new DesignerCategoryAttribute(null); in GetHashCode_NullCategory_ThrowsNullReferenceException()
78 yield return new object[] { DesignerCategoryAttribute.Form, "Form" }; in DefaultCategories_TestData()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/src/System/ComponentModel/
H A DDesignerCategoryAttribute.cs11 public sealed class DesignerCategoryAttribute : Attribute class
19 …public static readonly DesignerCategoryAttribute Component = new DesignerCategoryAttribute("Compon…
27 public static readonly DesignerCategoryAttribute Default = new DesignerCategoryAttribute();
35 … public static readonly DesignerCategoryAttribute Form = new DesignerCategoryAttribute("Form");
43 …public static readonly DesignerCategoryAttribute Generic = new DesignerCategoryAttribute("Designer…
51 public DesignerCategoryAttribute() => Category = string.Empty; in DesignerCategoryAttribute() method in System.ComponentModel.DesignerCategoryAttribute
59 public DesignerCategoryAttribute(string category) => Category = category; in DesignerCategoryAttribute() method in System.ComponentModel.DesignerCategoryAttribute
75 DesignerCategoryAttribute other = obj as DesignerCategoryAttribute; in Equals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DDesignerCategoryAttribute.cs20 public sealed class DesignerCategoryAttribute : Attribute { class
30 …public static readonly DesignerCategoryAttribute Component = new DesignerCategoryAttribute("Compon…
38 public static readonly DesignerCategoryAttribute Default = new DesignerCategoryAttribute();
46 … public static readonly DesignerCategoryAttribute Form = new DesignerCategoryAttribute("Form");
54 …public static readonly DesignerCategoryAttribute Generic = new DesignerCategoryAttribute("Designer…
62 public DesignerCategoryAttribute() { in DesignerCategoryAttribute() method in System.ComponentModel.DesignerCategoryAttribute
72 public DesignerCategoryAttribute(string category) { in DesignerCategoryAttribute() method in System.ComponentModel.DesignerCategoryAttribute
118 DesignerCategoryAttribute other = obj as DesignerCategoryAttribute; in Equals()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/ref/
H A DSystem.ComponentModel.Primitives.cs53 [System.ComponentModel.DesignerCategoryAttribute("Component")]
96 public sealed partial class DesignerCategoryAttribute : Attribute class
98 public static readonly DesignerCategoryAttribute Component;
99 public static readonly DesignerCategoryAttribute Default;
100 public static readonly DesignerCategoryAttribute Form;
101 public static readonly DesignerCategoryAttribute Generic;
102 public DesignerCategoryAttribute() { } in DesignerCategoryAttribute() method in System.ComponentModel.DesignerCategoryAttribute
103 public DesignerCategoryAttribute(string category) { } in DesignerCategoryAttribute() method in System.ComponentModel.DesignerCategoryAttribute
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/Web References/HvSignService/
H A DReference.cs112 [System.ComponentModel.DesignerCategoryAttribute("code")]
294 [System.ComponentModel.DesignerCategoryAttribute("code")]
320 [System.ComponentModel.DesignerCategoryAttribute("code")]
346 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/security/softether/v4.38-9760/src/BuildUtil/Web References/HvSignService/
H A DReference.cs112 [System.ComponentModel.DesignerCategoryAttribute("code")]
294 [System.ComponentModel.DesignerCategoryAttribute("code")]
320 [System.ComponentModel.DesignerCategoryAttribute("code")]
346 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Schema/Dbml/
H A DDbmlSchema.cs37 [System.ComponentModel.DesignerCategoryAttribute("code")]
367 [System.ComponentModel.DesignerCategoryAttribute("code")]
513 [System.ComponentModel.DesignerCategoryAttribute("code")]
571 [System.ComponentModel.DesignerCategoryAttribute("code")]
717 [System.ComponentModel.DesignerCategoryAttribute("code")]
963 [System.ComponentModel.DesignerCategoryAttribute("code")]
1192 [System.ComponentModel.DesignerCategoryAttribute("code")]
1571 [System.ComponentModel.DesignerCategoryAttribute("code")]
2132 [System.ComponentModel.DesignerCategoryAttribute("code")]
2173 [System.ComponentModel.DesignerCategoryAttribute("code")]
[all …]
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/Web References/SignService/
H A DReference.cs112 [System.ComponentModel.DesignerCategoryAttribute("code")]
251 [System.ComponentModel.DesignerCategoryAttribute("code")]
277 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/security/softether/v4.38-9760/src/BuildUtil/Web References/SignService/
H A DReference.cs112 [System.ComponentModel.DesignerCategoryAttribute("code")]
251 [System.ComponentModel.DesignerCategoryAttribute("code")]
277 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dbug-2907.cs86 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/System.ServiceModel.Description/
H A DBugX41.cs35 [System.ComponentModel.DesignerCategoryAttribute("code")]
109 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.ComponentModel.Primitives/
H A DTypeForwarders.cs28 …CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DesignerCategoryAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise7/Step07/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise7/Step02/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise8/Step02/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise8/Step06/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise7/Step03/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise7/Step06/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise8/Step03/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise8/Step09/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise9/Step01/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise9/Step03/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise9/Step04/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise8/Start/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise8/Step01/Service References/DictionarySuggestService/
H A DReference.cs104 [System.ComponentModel.DesignerCategoryAttribute("code")]
150 [System.ComponentModel.DesignerCategoryAttribute("code")]
196 [System.ComponentModel.DesignerCategoryAttribute("code")]
242 [System.ComponentModel.DesignerCategoryAttribute("code")]
302 [System.ComponentModel.DesignerCategoryAttribute("code")]

1234