6 types derived from UserControl
System.Web (1)
UI\MasterPage.cs (1)
55
public class MasterPage :
UserControl
{
System.Web.DynamicData (4)
DynamicData\EntityTemplateUserControl.cs (1)
9
public class EntityTemplateUserControl :
UserControl
{
DynamicData\FieldTemplateUserControl.cs (1)
20
public class FieldTemplateUserControl :
UserControl
, IBindableControl, IFieldTemplate {
DynamicData\FilterUserControlBase.cs (1)
16
public class FilterUserControlBase :
UserControl
, IControlParameterTarget {
DynamicData\QueryableFilterUserControl.cs (1)
13
public abstract class QueryableFilterUserControl :
UserControl
{
System.Web.Mobile (1)
UI\MobileControls\MobileUserControl.cs (1)
23
public class MobileUserControl :
UserControl
55 references to UserControl
System.Web (42)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
394
if (typeof(
UserControl
).IsAssignableFrom(ctrlType) && fControlFieldDeclared && !fControlSkin) {
Configuration\PagesSection.cs (1)
390
ConfigUtil.CheckBaseType(typeof(System.Web.UI.
UserControl
),
UI\BaseTemplateParser.cs (2)
50
Type type = typeof(
UserControl
);
90
Util.CheckAssignableType(typeof(
UserControl
), t);
UI\ControlBuilder.cs (2)
1480
UserControl
uc = childObj as
UserControl
;
UI\PageParser.cs (1)
703
if (value != null && !typeof(
UserControl
).IsAssignableFrom(value)) {
UI\PartialCachingControl.cs (2)
802
UserControl
uc = cachedControl as
UserControl
;
UI\TemplateControl.cs (8)
43
/// <para>Provides the <see cref='System.Web.UI.Page'/> class and the <see cref='System.Web.UI.
UserControl
'/> class with a base set of functionality.</para>
591
/// <para>Obtains a <see cref='System.Web.UI.
UserControl
'/> object from a user control file.</para>
662
Util.CheckAssignableType(typeof(
UserControl
), t);
697
UserControl
uc = c as
UserControl
;
737
Util.CheckAssignableType(typeof(
UserControl
), objectFactory.InstantiatedType);
743
UserControl
uc = (
UserControl
)_objectFactory.CreateInstance();
UI\TemplateControlParser.cs (1)
156
if (enforceControl && !typeof(
UserControl
).IsAssignableFrom(t)) {
UI\UserControlParser.cs (1)
53
internal override Type DefaultBaseType { get { return typeof(System.Web.UI.
UserControl
); } }
UI\WebParts\BlobPersonalizationState.cs (7)
506
if (controlType == typeof(
UserControl
)) {
716
UserControl
uc = control as
UserControl
;
718
extractedInfo._controlType = typeof(
UserControl
);
1239
else if (_controlType == typeof(
UserControl
)) {
1240
UserControl
uc = c as
UserControl
;
UI\WebParts\ImportCatalogPart.cs (1)
248
if (!WebPartManager.IsAuthorized(typeof(
UserControl
), userControlTypeName, null, isShared)) {
UI\WebParts\ProxyWebPart.cs (3)
45
UserControl
childUserControl = childControl as
UserControl
;
47
originalType = typeof(
UserControl
);
UI\WebParts\WebPartManager.cs (12)
2146
UserControl
userControl = control as
UserControl
;
2792
if (!IsAuthorized(typeof(
UserControl
), userControlTypeName, null, isShared)) {
3178
if (type == typeof(
UserControl
)) {
3221
UserControl
childUserControl = childControl as
UserControl
;
3223
childType = typeof(
UserControl
);
3389
Debug.Assert(type == typeof(
UserControl
));
4077
UserControl
userControl = childControl as
UserControl
;
4081
typeName = WebPartUtil.SerializeType(typeof(
UserControl
));
4312
if (control is
UserControl
) {
System.Web.Mobile (13)
UI\MobileControls\Adapters\ChtmlFormAdapter.cs (1)
68
else if (!(control is
UserControl
) &&
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (2)
76
else if (parent is Page || parent is
UserControl
)
121
return GetRootComponent(component) is
UserControl
;
UI\MobileControls\Design\MobileControlPersister.cs (3)
654
else if (component is
UserControl
)
656
expandos = ((
UserControl
)component).Attributes;
873
else if (control is
UserControl
)
UI\MobileControls\Form.cs (1)
769
(typeof(
UserControl
).IsAssignableFrom(controlType)) ||
UI\MobileControls\MobileControl.cs (2)
328
control is
UserControl
);
1380
else if (child is
UserControl
)
UI\MobileControls\MobilePage.cs (3)
238
else if (control is
UserControl
)
1425
if (control is Form || control is
UserControl
)
1435
if (control is Form || control is
UserControl
)
UI\MobileControls\Style.cs (1)
337
if (nearestTemplatedControl is
UserControl
&&