1 write to _properties
System.Web.Mobile (1)
Mobile\DeviceFiltersSection.cs (1)
225_properties = new ConfigurationPropertyCollection();
6 references to _properties
System.Web.Mobile (6)
Mobile\DeviceFiltersSection.cs (6)
226_properties.Add( _propName ); 227_properties.Add( _propFilterClass ); 228_properties.Add( _propMethod ); 229_properties.Add( _propCompare ); 230_properties.Add( _propArgument ); 250return _properties;