Home
last modified time | relevance | path

Searched refs:PropertyTabScope (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DPropertyTabAttribute.cs23 private PropertyTabScope[] tabScopes;
34 tabScopes = new PropertyTabScope[0]; in PropertyTabAttribute()
65 if (tabScope < PropertyTabScope.Document) { in PropertyTabAttribute()
68 this.tabScopes = new PropertyTabScope[]{tabScope}; in PropertyTabAttribute()
81 if (tabScope < PropertyTabScope.Document) { in PropertyTabAttribute()
84 this.tabScopes = new PropertyTabScope[]{tabScope}; in PropertyTabAttribute()
144 public PropertyTabScope[] TabScopes {
226 if (tabScopes[i] < PropertyTabScope.Document) { in InitializeArrays()
230 this.tabScopes = (PropertyTabScope[])tabScopes.Clone(); in InitializeArrays()
233 this.tabScopes = new PropertyTabScope[tabClasses.Length]; in InitializeArrays()
[all …]
H A DPropertyTabScope.cs15 public enum PropertyTabScope{ enum
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DPropertyTabAttribute.cs31 TabScopes = Array.Empty<PropertyTabScope>(); in PropertyTabAttribute()
61 public PropertyTabAttribute(Type tabClass, PropertyTabScope tabScope) in PropertyTabAttribute()
64 if (tabScope < PropertyTabScope.Document) in PropertyTabAttribute()
68 TabScopes = new PropertyTabScope[] { tabScope }; in PropertyTabAttribute()
81 if (tabScope < PropertyTabScope.Document) in PropertyTabAttribute()
85 TabScopes = new PropertyTabScope[] { tabScope }; in PropertyTabAttribute()
145 public PropertyTabScope[] TabScopes { get; private set; }
241 if (tabScopes[i] < PropertyTabScope.Document) in InitializeArrays()
246 TabScopes = (PropertyTabScope[])tabScopes.Clone(); in InitializeArrays()
250 TabScopes = new PropertyTabScope[tabClasses.Length]; in InitializeArrays()
[all …]
H A DPropertyTabScope.cs13 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DPropertyGrid.cs630 RefreshTabs(PropertyTabScope.Component);
889 RefreshTabs (PropertyTabScope.Component); in ShowEventsButton()
892 public void RefreshTabs (PropertyTabScope tabScope) in RefreshTabs()
897 PropertyTabScope[] tabScopes = null; in RefreshTabs()
999 tabScopes = new PropertyTabScope[tabTypes.Length]; in GetMergedPropertyTabs()
1342 AddTabType (propertyTabType, PropertyTabScope.Global); in AddTabType()
1361 internal PropertyTabScope GetTabScope (PropertyTab tab) in GetTabScope()
1368 return (PropertyTabScope)property_tabs_scopes[index]; in GetTabScope()
1369 return PropertyTabScope.Global; in GetTabScope()
1405 public void Clear (PropertyTabScope tabScope) in Clear()
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/windows/
H A DAttributeInspectorForm.cs46 attributePropertyGrid.PropertyTabs.AddTabType(typeof(GraphPropertyTab), PropertyTabScope.Static); in AttributeInspectorForm()
47 attributePropertyGrid.PropertyTabs.AddTabType(typeof(NodePropertyTab), PropertyTabScope.Static); in AttributeInspectorForm()
48 attributePropertyGrid.PropertyTabs.AddTabType(typeof(EdgePropertyTab), PropertyTabScope.Static); in AttributeInspectorForm()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs692 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
694 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
697 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
701 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
702 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
704 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs2741 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
2743 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
2746 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
2750 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
2751 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
2753 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs2744 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
2746 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
2749 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
2753 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
2754 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
2756 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs2739 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
2741 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
2744 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
2748 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
2749 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
2751 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs2740 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
2742 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
2745 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
2749 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
2750 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
2752 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dcommon.sources442 ../referencesource/System/compmod/system/componentmodel/design/PropertyTabScope.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs4332 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
4334 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
4337 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
4341 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4342 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4344 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs4087 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
4089 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
4092 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
4096 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4097 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4099 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs4185 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
4187 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
4190 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
4194 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4195 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4197 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs4206 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
4208 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
4211 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
4215 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4216 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4218 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs4206 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
4208 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
4211 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
4215 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4216 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4218 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs4185 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
4187 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
4190 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
4194 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4195 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4197 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs4185 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
4187 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
4190 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
4194 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4195 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4197 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs4204 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
4206 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
4209 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
4213 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4214 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4216 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs4476 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
4478 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
4481 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
4485 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4486 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4488 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs4206 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
4208 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
4211 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
4215 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4216 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4218 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs4467 …public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) … in PropertyTabAttribute()
4469 …public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)… in PropertyTabAttribute()
4472 public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
4476 …void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4477 …id InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) … in InitializeArrays()
4479 public enum PropertyTabScope enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/netstandard/
H A DTypeForwarders.cs499 …ly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyTabScope))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A Dnetstandard.cs393 ….Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.PropertyTabScope))]

12