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