8 types derived from CompositeControl
System.Web (8)
UI\WebControls\ChangePassword.cs (1)
33
public class ChangePassword :
CompositeControl
, IBorderPaddingControl, INamingContainer, IRenderOuterTableControl {
UI\WebControls\login.cs (1)
28
public class Login :
CompositeControl
, IBorderPaddingControl, IRenderOuterTableControl {
UI\WebControls\loginstatus.cs (1)
26
public class LoginStatus :
CompositeControl
{
UI\WebControls\PasswordRecovery.cs (1)
34
public class PasswordRecovery :
CompositeControl
, IBorderPaddingControl, IRenderOuterTableControl {
UI\WebControls\SiteMapPath.cs (1)
19
public class SiteMapPath :
CompositeControl
{
UI\WebControls\Wizard.cs (1)
28
public class Wizard :
CompositeControl
{
UI\WebParts\AppearanceEditorPart.cs (1)
298
private sealed class UnitInput :
CompositeControl
{
UI\WebParts\WebZone.cs (1)
27
public abstract class WebZone :
CompositeControl
{
2 references to CompositeControl
System.Web (2)
UI\WebParts\EditorPart.cs (2)
187
CompositeControl
compositeControl = editUIControl as
CompositeControl
;