21 references to IMobileWebFormServices
System.Web.Mobile (21)
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (3)
62IMobileWebFormServices wfServices = 63(IMobileWebFormServices)serviceProvider.GetService(typeof(IMobileWebFormServices));
UI\MobileControls\Design\MobileContainerDesigner.cs (4)
44private IMobileWebFormServices _iMobileWebFormServices; 93private IMobileWebFormServices IMobileWebFormServices 100(IMobileWebFormServices)GetService(typeof(IMobileWebFormServices));
UI\MobileControls\Design\MobileControlDesigner.cs (4)
37private IMobileWebFormServices _iMobileWebFormServices; 157internal IMobileWebFormServices IMobileWebFormServices 164(IMobileWebFormServices)GetService(typeof(IMobileWebFormServices));
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (4)
51private IMobileWebFormServices _iMobileWebFormServices; 222protected IMobileWebFormServices IMobileWebFormServices 229(IMobileWebFormServices)GetService(typeof(IMobileWebFormServices));
UI\MobileControls\Design\PropertyOverridesDialog.cs (3)
358IMobileWebFormServices wfServices = 359(IMobileWebFormServices)componentSite.GetService(typeof(IMobileWebFormServices));
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (3)
62IMobileWebFormServices wfServices = 63(IMobileWebFormServices)serviceProvider.GetService(typeof(IMobileWebFormServices));