4 references to Contents
System.Web.Mobile (4)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
520return (runtimeChoice.Contents.Count > 0) || runtimeChoice.HasTemplates;
UI\MobileControls\DeviceSpecificChoice.cs (3)
149IDictionaryEnumerator enumerator = Contents.GetEnumerator(); 367Object o = Contents[key]; 380Contents[key] = value;