1 write to filter
System (1)
compmod\system\componentmodel\Container.cs (1)
180
filter
= GetService(typeof(ContainerFilterService)) as ContainerFilterService;
3 references to filter
System (3)
compmod\system\componentmodel\Container.cs (3)
174
if (
filter
== null && checkedFilter) {
184
if (
filter
!= null) {
185
ComponentCollection filteredComponents =
filter
.FilterComponents(components);