1 write to filterType
System (1)
compmod\system\componentmodel\ToolboxItemFilterAttribute.cs (1)
72this.filterType = filterType;
2 references to filterType
System (2)
compmod\system\componentmodel\ToolboxItemFilterAttribute.cs (2)
91return filterType; 139return filterString + "," + Enum.GetName(typeof(ToolboxItemFilterType), filterType);