Home
last modified time | relevance | path

Searched refs:tabScopes (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DPropertyTabAttribute.cs23 private PropertyTabScope[] tabScopes; field in System.ComponentModel.PropertyTabAttribute
34 tabScopes = new PropertyTabScope[0]; in PropertyTabAttribute()
68 this.tabScopes = new PropertyTabScope[]{tabScope}; in PropertyTabAttribute()
146 return tabScopes;
192 InitializeArrays(tabClassNames, null, tabScopes); in InitializeArrays()
201 InitializeArrays(null, tabClasses, tabScopes); in InitializeArrays()
208 if (tabScopes != null && tabClasses.Length != tabScopes.Length) { in InitializeArrays()
214 if (tabScopes != null && tabClasses.Length != tabScopes.Length) { in InitializeArrays()
224 if (tabScopes != null) { in InitializeArrays()
225 for (int i = 0; i < tabScopes.Length; i++) { in InitializeArrays()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DPropertyTabAttribute.cs197 protected void InitializeArrays(string[] tabClassNames, PropertyTabScope[] tabScopes) in InitializeArrays() argument
199 InitializeArrays(tabClassNames, null, tabScopes); in InitializeArrays()
207 protected void InitializeArrays(Type[] tabClasses, PropertyTabScope[] tabScopes) in InitializeArrays() argument
209 InitializeArrays(null, tabClasses, tabScopes); in InitializeArrays()
213 …vate void InitializeArrays(string[] tabClassNames, Type[] tabClasses, PropertyTabScope[] tabScopes) in InitializeArrays() argument
217 if (tabScopes != null && tabClasses.Length != tabScopes.Length) in InitializeArrays()
225 if (tabScopes != null && tabClassNames.Length != tabScopes.Length) in InitializeArrays()
237 if (tabScopes != null) in InitializeArrays()
239 for (int i = 0; i < tabScopes.Length; i++) in InitializeArrays()
241 if (tabScopes[i] < PropertyTabScope.Document) in InitializeArrays()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DPropertyGrid.cs897 PropertyTabScope[] tabScopes = null; in RefreshTabs()
902 GetMergedPropertyTabs (selected_objects, out tabTypes, out tabScopes); in RefreshTabs()
903 if (tabTypes != null && tabScopes != null && tabTypes.Length > 0) { in RefreshTabs()
906 property_tabs.AddTabType (tabTypes[i], tabScopes[i]); in RefreshTabs()
969 …oid GetMergedPropertyTabs (object[] objects, out Type[] tabTypes, out PropertyTabScope[] tabScopes) in GetMergedPropertyTabs() argument
972 tabScopes = null; in GetMergedPropertyTabs()
999 tabScopes = new PropertyTabScope[tabTypes.Length]; in GetMergedPropertyTabs()
1000 scopes.CopyTo (tabScopes); in GetMergedPropertyTabs()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs701 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
702 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs2750 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
2751 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs2753 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
2754 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs2748 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
2749 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs2749 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
2750 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs4341 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
4342 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs4096 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
4097 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs4194 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
4195 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs4215 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
4216 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs4215 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
4216 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs4194 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
4195 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs4194 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
4195 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs4213 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
4214 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs4485 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
4486 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs4215 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
4216 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs4476 …id InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument
4477 … InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { } in InitializeArrays() argument