23 references to IMobileWebFormServices
System.Web.Mobile (23)
UI\MobileControls\Design\ListDesigner.cs (2)
540if (IMobileWebFormServices != null) 542IMobileWebFormServices.ClearUndoStack();
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (8)
423if (IMobileWebFormServices != null) 428IMobileWebFormServices.SetCache(_control.ID, (Object) DefaultTemplateDeviceFilter, (Object) this.TemplateDeviceFilter); 433IMobileWebFormServices.SetCache(_control.ID, (Object) DefaultTemplateDeviceFilter, null); 457IMobileWebFormServices.SetCache(ce.OldValue.ToString(), (Object) DefaultTemplateDeviceFilter, null); 692if (IMobileWebFormServices != null) 694this.TemplateDeviceFilter = (String) IMobileWebFormServices.GetCache(_control.ID, (Object)DefaultTemplateDeviceFilter); 914if (IMobileWebFormServices != null) 916IMobileWebFormServices.ClearUndoStack();
UI\MobileControls\Design\ObjectListDesigner.cs (2)
572if (IMobileWebFormServices != null) 574IMobileWebFormServices.ClearUndoStack();
UI\MobileControls\Design\StyleSheetDesigner.cs (11)
160if (IMobileWebFormServices != null) 162TemplateStyle = (String) IMobileWebFormServices.GetCache(_styleSheet.ID, _templateStyle); 164(String) IMobileWebFormServices.GetCache( 235if (IMobileWebFormServices != null) 240IMobileWebFormServices.SetCache(_styleSheet.ID, (Object) _templateStyle, (Object) this.TemplateStyle); 245IMobileWebFormServices.SetCache(_styleSheet.ID, (Object) _templateStyle, null); 352IMobileWebFormServices.SetCache(ce.OldValue.ToString(), (Object) _templateStyle, null); 370if (IMobileWebFormServices != null) 372IMobileWebFormServices.RefreshPageView(); 1213if (IMobileWebFormServices != null) 1215IMobileWebFormServices.ClearUndoStack();