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