Home
last modified time | relevance | path

Searched refs:InheritanceAttribute (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DInheritanceAttribute.cs14 public sealed class InheritanceAttribute : Attribute class
22 …public static readonly InheritanceAttribute Inherited = new InheritanceAttribute(InheritanceLevel.…
31 …public static readonly InheritanceAttribute InheritedReadOnly = new InheritanceAttribute(Inheritan…
39 …public static readonly InheritanceAttribute NotInherited = new InheritanceAttribute(InheritanceLev…
47 public static readonly InheritanceAttribute Default = NotInherited;
53 public InheritanceAttribute() in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
63 public InheritanceAttribute(InheritanceLevel inheritanceLevel) in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
88 if (!(value is InheritanceAttribute)) in Equals()
93 InheritanceLevel valueLevel = ((InheritanceAttribute)value).InheritanceLevel; in Equals()
H A DIInheritanceService.cs34 InheritanceAttribute GetInheritanceAttribute(IComponent component); in GetInheritanceAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DInheritanceAttribute.cs18 public sealed class InheritanceAttribute : Attribute { class
28 …public static readonly InheritanceAttribute Inherited = new InheritanceAttribute(InheritanceLevel.…
37 …public static readonly InheritanceAttribute InheritedReadOnly = new InheritanceAttribute(Inheritan…
45 …public static readonly InheritanceAttribute NotInherited = new InheritanceAttribute(InheritanceLev…
53 public static readonly InheritanceAttribute Default = NotInherited;
59 public InheritanceAttribute() { in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
68 public InheritanceAttribute(InheritanceLevel inheritanceLevel) { in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
94 if (!(value is InheritanceAttribute)) { in Equals()
98 InheritanceLevel valueLevel = ((InheritanceAttribute)value).InheritanceLevel; in Equals()
H A DIInheritanceService.cs37 InheritanceAttribute GetInheritanceAttribute(IComponent component); in GetInheritanceAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DComponentDesigner.cs125 protected virtual InheritanceAttribute InheritanceAttribute { property in System.ComponentModel.Design.ComponentDesigner
131 return InheritanceAttribute.Default;
136 get { return !this.InheritanceAttribute.Equals (InheritanceAttribute.NotInherited); }
290 protected InheritanceAttribute InvokeGetInheritanceAttribute (ComponentDesigner toInvoke) in InvokeGetInheritanceAttribute()
292 return toInvoke.InheritanceAttribute; in InvokeGetInheritanceAttribute()
H A DInheritanceService.cs70 public InheritanceAttribute GetInheritanceAttribute (IComponent component) in GetInheritanceAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DContainer.cs236InheritanceAttribute inheritanceAttribute = (InheritanceAttribute)TypeDescriptor.GetAttributes(s.C… in ValidateName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DContainer.cs251InheritanceAttribute inheritanceAttribute = (InheritanceAttribute)TypeDescriptor.GetAttributes(s.C… in ValidateName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs371 public sealed partial class InheritanceAttribute : System.Attribute class
373 public static readonly System.ComponentModel.InheritanceAttribute Default;
374 public static readonly System.ComponentModel.InheritanceAttribute Inherited;
375 public static readonly System.ComponentModel.InheritanceAttribute InheritedReadOnly;
376 public static readonly System.ComponentModel.InheritanceAttribute NotInherited;
377 public InheritanceAttribute() { } in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
378 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
1118 …System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IComponen… in GetInheritanceAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DControlDesigner.cs965 protected override InheritanceAttribute InheritanceAttribute { property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DContainerTests.cs420 …TypeDescriptor.AddAttributes(component1, new InheritanceAttribute(InheritanceLevel.InheritedReadOn… in Add_DuplicateNameWithInheritedReadOnly_AddsSuccessfully()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Design.cs164 …protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw nu… property in System.ComponentModel.Design.ComponentDesigner
181 …protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute(System.Componen… in InvokeGetInheritanceAttribute()
507 …public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IC… in GetInheritanceAttribute()
3333 …protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw n… property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Design.cs163 …protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw nu… property in System.ComponentModel.Design.ComponentDesigner
180 …protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute(System.Componen… in InvokeGetInheritanceAttribute()
506 …public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IC… in GetInheritanceAttribute()
3332 …protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw n… property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Design.cs130 …protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw nu… property in System.ComponentModel.Design.ComponentDesigner
147 …protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute(System.Componen… in InvokeGetInheritanceAttribute()
473 …public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IC… in GetInheritanceAttribute()
3297 …protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw n… property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Design.cs131 …protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw nu… property in System.ComponentModel.Design.ComponentDesigner
148 …protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute(System.Componen… in InvokeGetInheritanceAttribute()
485 …public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IC… in GetInheritanceAttribute()
4162 …protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw n… property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Design.cs131 …protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw nu… property in System.ComponentModel.Design.ComponentDesigner
148 …protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute(System.Componen… in InvokeGetInheritanceAttribute()
485 …public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IC… in GetInheritanceAttribute()
4162 …protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw n… property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Design.cs165 …protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw nu… property in System.ComponentModel.Design.ComponentDesigner
182 …protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute(System.Componen… in InvokeGetInheritanceAttribute()
519 …public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IC… in GetInheritanceAttribute()
4196 …protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw n… property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Design.cs165 …protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw nu… property in System.ComponentModel.Design.ComponentDesigner
182 …protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute(System.Componen… in InvokeGetInheritanceAttribute()
519 …public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IC… in GetInheritanceAttribute()
4196 …protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw n… property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Design.cs165 …protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw nu… property in System.ComponentModel.Design.ComponentDesigner
182 …protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute(System.Componen… in InvokeGetInheritanceAttribute()
519 …public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IC… in GetInheritanceAttribute()
4196 …protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw n… property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Design.cs131 …protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw nu… property in System.ComponentModel.Design.ComponentDesigner
148 …protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute(System.Componen… in InvokeGetInheritanceAttribute()
485 …public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IC… in GetInheritanceAttribute()
4162 …protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw n… property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Design.cs121 …protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw nu… property in System.ComponentModel.Design.ComponentDesigner
138 …protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute(System.Componen… in InvokeGetInheritanceAttribute()
460 …public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IC… in GetInheritanceAttribute()
3697 …protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw n… property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Design.cs120 …protected virtual System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw nu… property in System.ComponentModel.Design.ComponentDesigner
137 …protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute(System.Componen… in InvokeGetInheritanceAttribute()
459 …public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IC… in GetInheritanceAttribute()
3696 …protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get { throw n… property in System.Windows.Forms.Design.ControlDesigner
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs2076 public sealed partial class InheritanceAttribute : System.Attribute class
2078 public static readonly System.ComponentModel.InheritanceAttribute Default;
2079 public static readonly System.ComponentModel.InheritanceAttribute Inherited;
2080 public static readonly System.ComponentModel.InheritanceAttribute InheritedReadOnly;
2081 public static readonly System.ComponentModel.InheritanceAttribute NotInherited;
2082 public InheritanceAttribute() { } in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
2083 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
3611 …System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IComponen… in GetInheritanceAttribute()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs2079 public sealed partial class InheritanceAttribute : System.Attribute class
2081 public static readonly System.ComponentModel.InheritanceAttribute Default;
2082 public static readonly System.ComponentModel.InheritanceAttribute Inherited;
2083 public static readonly System.ComponentModel.InheritanceAttribute InheritedReadOnly;
2084 public static readonly System.ComponentModel.InheritanceAttribute NotInherited;
2085 public InheritanceAttribute() { } in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
2086 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
3614 …System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IComponen… in GetInheritanceAttribute()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs2074 public sealed partial class InheritanceAttribute : System.Attribute class
2076 public static readonly System.ComponentModel.InheritanceAttribute Default;
2077 public static readonly System.ComponentModel.InheritanceAttribute Inherited;
2078 public static readonly System.ComponentModel.InheritanceAttribute InheritedReadOnly;
2079 public static readonly System.ComponentModel.InheritanceAttribute NotInherited;
2080 public InheritanceAttribute() { } in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
2081 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() method in System.ComponentModel.InheritanceAttribute
3609 …System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IComponen… in GetInheritanceAttribute()

12