1 instantiation of IgnoreDeviceFilterElement
System.Web (1)
Configuration\IgnoreDeviceFilterElementCollection.cs (1)
82return new IgnoreDeviceFilterElement();
12 references to IgnoreDeviceFilterElement
System.Web (12)
Configuration\IgnoreDeviceFilterElement.cs (4)
24private static readonly ConfigurationElementProperty s_elemProperty = new ConfigurationElementProperty(new CallbackValidator(typeof(IgnoreDeviceFilterElement), ValidateElement)); 73Debug.Assert((value != null) && (value is IgnoreDeviceFilterElement)); 74IgnoreDeviceFilterElement elem = (IgnoreDeviceFilterElement)value;
Configuration\IgnoreDeviceFilterElementCollection.cs (8)
23[ConfigurationCollection(typeof(IgnoreDeviceFilterElement), AddItemName = "filter", 42public void Add(IgnoreDeviceFilterElement deviceFilter) { 50public void Remove(IgnoreDeviceFilterElement deviceFilter) { 58public new IgnoreDeviceFilterElement this[string name] { 60return (IgnoreDeviceFilterElement)BaseGet(name); 64public IgnoreDeviceFilterElement this[int index] { 66return (IgnoreDeviceFilterElement)BaseGet(index); 87return ((IgnoreDeviceFilterElement)element).Name;