25 instantiations of ToolboxItemFilterAttribute
System.Drawing (2)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
778array.Add(new ToolboxItemFilterAttribute(TypeName));
commonui\System\Drawing\Printing\PrintDocument.cs (1)
28ToolboxItemFilter("System.Drawing.Printing"),
System.Web (3)
UI\Control.cs (1)
46ToolboxItemFilter("System.Web.UI", ToolboxItemFilterType.Require),
UI\WebControls\ContentPlaceHolder.cs (2)
102[ToolboxItemFilter("System.Web.UI")] 103[ToolboxItemFilter("Microsoft.VisualStudio.Web.WebForms.MasterPageWebFormDesigner", ToolboxItemFilterType.Require)]
System.Web.Mobile (4)
UI\MobileControls\DeviceSpecific.cs (2)
36ToolboxItemFilter("System.Web.UI"), 37ToolboxItemFilter("System.Web.UI.MobileControls", ToolboxItemFilterType.Require),
UI\MobileControls\MobileControl.cs (2)
42ToolboxItemFilter("System.Web.UI"), 43ToolboxItemFilter("System.Web.UI.MobileControls", ToolboxItemFilterType.Require),
System.Windows.Forms (12)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
32ToolboxItemFilter("System.Windows.Forms"),
winforms\Managed\System\WinForms\Control.cs (1)
66ToolboxItemFilter("System.Windows.Forms")
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
36ToolboxItemFilter("System.Windows.Forms"),
winforms\Managed\System\WinForms\Form.cs (1)
45ToolboxItemFilter("System.Windows.Forms.Control.TopLevel"),
winforms\Managed\System\WinForms\HelpProvider.cs (1)
33ToolboxItemFilter("System.Windows.Forms"),
winforms\Managed\System\WinForms\ImageList.cs (1)
38ToolboxItemFilter("System.Windows.Forms"),
winforms\Managed\System\WinForms\MainMenu.cs (1)
22[ToolboxItemFilter("System.Windows.Forms.MainMenu")]
winforms\Managed\System\WinForms\Menu.cs (1)
30ToolboxItemFilter("System.Windows.Forms"),
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
31ToolboxItemFilter("System.Windows.Forms"),
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
35ToolboxItemFilter("System.Windows.Forms.Control.TopLevel"),
winforms\Managed\System\WinForms\Timer.cs (1)
28ToolboxItemFilter("System.Windows.Forms"),
winforms\Managed\System\WinForms\ToolTip.cs (1)
42ToolboxItemFilter("System.Windows.Forms"),
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (2)
130[ToolboxItemFilter("Microsoft.Workflow.VSDesigner", ToolboxItemFilterType.Require)] 131[ToolboxItemFilter("System.Workflow.ComponentModel.Design.ActivitySet", ToolboxItemFilterType.Allow)]
AuthoringOM\Design\ActivityDesigner.cs (2)
40[ToolboxItemFilter("Microsoft.Workflow.VSDesigner", ToolboxItemFilterType.Require)] 41[ToolboxItemFilter("System.Workflow.ComponentModel.Design.ActivitySet", ToolboxItemFilterType.Custom)]
15 references to ToolboxItemFilterAttribute
System (4)
compmod\system\componentmodel\ToolboxItemFilterAttribute.cs (4)
113ToolboxItemFilterAttribute other = obj as ToolboxItemFilterAttribute; 124ToolboxItemFilterAttribute other = obj as ToolboxItemFilterAttribute;
System.Drawing (10)
commonui\System\Drawing\Design\ToolboxItem.cs (10)
532if (value == null) value = new ToolboxItemFilterAttribute[0]; 768ToolboxItemFilterAttribute ta = a as ToolboxItemFilterAttribute; 781Filter = (ToolboxItemFilterAttribute[])array.ToArray(typeof(ToolboxItemFilterAttribute)); 904if (f is ToolboxItemFilterAttribute) { 910ToolboxItemFilterAttribute[] filter = new ToolboxItemFilterAttribute[filterCount]; 915ToolboxItemFilterAttribute tfa = f as ToolboxItemFilterAttribute;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
692foreach (ToolboxItemFilterAttribute filter in toolboxItem.Filter)