1 instantiation of DeviceFilterElement
System.Web.Mobile (1)
Mobile\DeviceFiltersSection.cs (1)
155return new DeviceFilterElement();
13 references to DeviceFilterElement
System.Web.Mobile (13)
Mobile\DeviceFiltersSection.cs (13)
69foreach (DeviceFilterElement deviceFilter in Filters) { 90[ConfigurationCollection(typeof(DeviceFilterElement), AddItemName = "filter", 115public void Add( DeviceFilterElement deviceFilter ) { 123public void Remove( DeviceFilterElement deviceFilter ) { 131public new DeviceFilterElement this[ string name ] { 133return (DeviceFilterElement)BaseGet( name ); 137public DeviceFilterElement this[ int index ] { 139return (DeviceFilterElement)BaseGet( index ); 159return ( (DeviceFilterElement)element ).Name; 178private static readonly ConfigurationElementProperty s_elemProperty = new ConfigurationElementProperty( new CallbackValidator( typeof( DeviceFilterElement ), ValidateElement ) ); 328Debug.Assert((value != null) && (value is DeviceFilterElement)); 330DeviceFilterElement elem = (DeviceFilterElement)value;