4 references to CheckedGetType
System.Web.Mobile (4)
UI\MobileControls\MobileControlsSectionHandler.cs (4)
114idc.AddControl(CheckedGetType(controlName, "control", helper, typeof(MobileControl), currentChild), 115CheckedGetType(adapterName, "adapter", helper, typeof(IControlAdapter), currentChild)); 173Type predicateClassType = CheckedGetType(predicateClass, "PredicateClass", helper, null, null); 195pageAdapterType = CheckedGetType(pageAdapterClass, "PageAdapterClass", helper, typeof(IPageAdapter), null);