Home
last modified time | relevance | path

Searched refs:ToolboxItemAttribute (Results 1 – 25 of 120) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DToolboxItemAttributeTests.cs23 ToolboxItemAttribute attr = new ToolboxItemAttribute (true); in DefaultType()
32 …Assert.AreEqual (toolboxItemType.AssemblyQualifiedName, ToolboxItemAttribute.Default.ToolboxItemTy… in DefaultType()
33 Assert.AreEqual (toolboxItemType, ToolboxItemAttribute.Default.ToolboxItemType, "#2"); in DefaultType()
34 Assert.AreEqual (true, ToolboxItemAttribute.Default.IsDefaultAttribute (), "#3"); in DefaultType()
35 …Assert.AreEqual (ToolboxItemAttribute.Default.ToolboxItemTypeName.GetHashCode (), attr.GetHashCode… in DefaultType()
41 ToolboxItemAttribute attr = new ToolboxItemAttribute (false); in NonDefaultType()
46 Assert.AreEqual (string.Empty, ToolboxItemAttribute.None.ToolboxItemTypeName, "#4"); in NonDefaultType()
47 Assert.IsNull (ToolboxItemAttribute.None.ToolboxItemType, "#5"); in NonDefaultType()
48 Assert.AreEqual (false, ToolboxItemAttribute.None.IsDefaultAttribute (), "#6"); in NonDefaultType()
55 ToolboxItemAttribute attr = new ToolboxItemAttribute ("typedoesnotexist"); in InvalidItemTypeName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DToolboxItemAttribute.cs23 public class ToolboxItemAttribute : Attribute { class
34 …public static readonly ToolboxItemAttribute Default = new ToolboxItemAttribute("System.Drawing.Des…
42 public static readonly ToolboxItemAttribute None = new ToolboxItemAttribute(false);
59 public ToolboxItemAttribute(bool defaultType) { in ToolboxItemAttribute() method in System.ComponentModel.ToolboxItemAttribute
71 public ToolboxItemAttribute(string toolboxItemTypeName) { in ToolboxItemAttribute() method in System.ComponentModel.ToolboxItemAttribute
83 public ToolboxItemAttribute(Type toolboxItemType) { in ToolboxItemAttribute() method in System.ComponentModel.ToolboxItemAttribute
123 ToolboxItemAttribute other = obj as ToolboxItemAttribute; in Equals()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DToolboxItemAttribute.cs19 public class ToolboxItemAttribute : Attribute class
30 …public static readonly ToolboxItemAttribute Default = new ToolboxItemAttribute("System.Drawing.Des…
38 public static readonly ToolboxItemAttribute None = new ToolboxItemAttribute(false);
56 public ToolboxItemAttribute(bool defaultType) in ToolboxItemAttribute() method in System.ComponentModel.ToolboxItemAttribute
70 public ToolboxItemAttribute(string toolboxItemTypeName) in ToolboxItemAttribute() method in System.ComponentModel.ToolboxItemAttribute
83 public ToolboxItemAttribute(Type toolboxItemType) in ToolboxItemAttribute() method in System.ComponentModel.ToolboxItemAttribute
135 ToolboxItemAttribute other = obj as ToolboxItemAttribute; in Equals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DWinOEToolBoxItem.cs121 …ect[] toolboxItemAttributes = activityType.GetCustomAttributes(typeof(ToolboxItemAttribute), true); in GetToolboxDisplayName()
124ToolboxItemAttribute toolboxItemAttrib = toolboxItemAttributes[0] as ToolboxItemAttribute; in GetToolboxDisplayName()
H A DCustomActivityDesigner.cs160 …object[] attribs = rootActivity.GetType().GetCustomAttributes(typeof(ToolboxItemAttribute), false); in EnsureDefaultChildHierarchy()
161ToolboxItemAttribute toolboxItemAttrib = (attribs != null && attribs.GetLength(0) > 0) ? attribs[0… in EnsureDefaultChildHierarchy()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Extensions/System.Web.UI.WebControls/
H A DListViewItem.cs35 [ToolboxItemAttribute (false)]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DWizardStepBase.cs39 [ToolboxItemAttribute ("")]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/ref/
H A DSystem.Diagnostics.EventLog.cs98 [System.ComponentModel.ToolboxItemAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs754 public partial class ToolboxItemAttribute : System.Attribute class
756 public static readonly System.ComponentModel.ToolboxItemAttribute Default;
757 public static readonly System.ComponentModel.ToolboxItemAttribute None;
758 public ToolboxItemAttribute(bool defaultType) { } in ToolboxItemAttribute() method in System.ComponentModel.ToolboxItemAttribute
759 public ToolboxItemAttribute(string toolboxItemTypeName) { } in ToolboxItemAttribute() method in System.ComponentModel.ToolboxItemAttribute
760 public ToolboxItemAttribute(System.Type toolboxItemType) { } in ToolboxItemAttribute() method in System.ComponentModel.ToolboxItemAttribute
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/ref/
H A DSystem.Management.cs136 [System.ComponentModel.ToolboxItemAttribute(false)]
214 [System.ComponentModel.ToolboxItemAttribute(false)]
331 [System.ComponentModel.ToolboxItemAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/Dialogs/
H A DThemeConfigurationDialog.cs1007 … object[] attribs = activityType.GetCustomAttributes(typeof(ToolboxItemAttribute), false); in UpdatePreview()
1008ToolboxItemAttribute toolboxItemAttrib = (attribs != null && attribs.GetLength(0) > 0) ? attribs[0… in UpdatePreview()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Management.cs153 [System.ComponentModel.ToolboxItemAttribute(false)]
234 [System.ComponentModel.ToolboxItemAttribute(false)]
354 [System.ComponentModel.ToolboxItemAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Management.cs153 [System.ComponentModel.ToolboxItemAttribute(false)]
234 [System.ComponentModel.ToolboxItemAttribute(false)]
354 [System.ComponentModel.ToolboxItemAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Data.Sqlite.cs60 [System.ComponentModel.ToolboxItemAttribute(true)]
290 …[System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Data.Sqlite.cs59 [System.ComponentModel.ToolboxItemAttribute(true)]
289 …[System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.…
H A DSystem.Management.cs208 [System.ComponentModel.ToolboxItemAttribute(true)]
310 [System.ComponentModel.ToolboxItemAttribute(true)]
500 [System.ComponentModel.ToolboxItemAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DMono.Data.Sqlite.cs59 [System.ComponentModel.ToolboxItemAttribute(true)]
289 …[System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DMono.Data.Sqlite.cs59 [System.ComponentModel.ToolboxItemAttribute(true)]
289 …[System.ComponentModel.ToolboxItemAttribute("SQLite.Designer.SqliteDataAdapterToolboxItem, SQLite.…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Management.cs210 [System.ComponentModel.ToolboxItemAttribute(true)]
312 [System.ComponentModel.ToolboxItemAttribute(true)]
502 [System.ComponentModel.ToolboxItemAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Management.cs210 [System.ComponentModel.ToolboxItemAttribute(true)]
312 [System.ComponentModel.ToolboxItemAttribute(true)]
502 [System.ComponentModel.ToolboxItemAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Management.cs210 [System.ComponentModel.ToolboxItemAttribute(true)]
312 [System.ComponentModel.ToolboxItemAttribute(true)]
502 [System.ComponentModel.ToolboxItemAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Management.cs210 [System.ComponentModel.ToolboxItemAttribute(true)]
312 [System.ComponentModel.ToolboxItemAttribute(true)]
502 [System.ComponentModel.ToolboxItemAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Management.cs208 [System.ComponentModel.ToolboxItemAttribute(true)]
310 [System.ComponentModel.ToolboxItemAttribute(true)]
500 [System.ComponentModel.ToolboxItemAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Management.cs210 [System.ComponentModel.ToolboxItemAttribute(true)]
312 [System.ComponentModel.ToolboxItemAttribute(true)]
502 [System.ComponentModel.ToolboxItemAttribute(false)]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Management.cs208 [System.ComponentModel.ToolboxItemAttribute(true)]
310 [System.ComponentModel.ToolboxItemAttribute(true)]
500 [System.ComponentModel.ToolboxItemAttribute(false)]

12345