3 references to IgnoreDeviceFilterElementCollection
System.Web (3)
Configuration\PagesSection.cs (3)
157
new ConfigurationProperty("ignoreDeviceFilters", typeof(
IgnoreDeviceFilterElementCollection
), null, ConfigurationPropertyOptions.IsDefaultCollection);
684
public
IgnoreDeviceFilterElementCollection
IgnoreDeviceFilters {
686
return (
IgnoreDeviceFilterElementCollection
)base[_propIgnoreDeviceFilters];