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