6 references to SetCache
System.Web.Mobile (6)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (3)
428IMobileWebFormServices.SetCache(_control.ID, (Object) DefaultTemplateDeviceFilter, (Object) this.TemplateDeviceFilter); 433IMobileWebFormServices.SetCache(_control.ID, (Object) DefaultTemplateDeviceFilter, null); 457IMobileWebFormServices.SetCache(ce.OldValue.ToString(), (Object) DefaultTemplateDeviceFilter, null);
UI\MobileControls\Design\StyleSheetDesigner.cs (3)
240IMobileWebFormServices.SetCache(_styleSheet.ID, (Object) _templateStyle, (Object) this.TemplateStyle); 245IMobileWebFormServices.SetCache(_styleSheet.ID, (Object) _templateStyle, null); 352IMobileWebFormServices.SetCache(ce.OldValue.ToString(), (Object) _templateStyle, null);