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