11 references to ValidationSummary
System.Web.Mobile (11)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (2)
42protected new ValidationSummary Control 46return (ValidationSummary)base.Control;
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (2)
42protected new ValidationSummary Control 46return (ValidationSummary)base.Control;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (2)
34protected new ValidationSummary Control { 36return base.Control as ValidationSummary;
UI\MobileControls\Design\ValidationSummaryDesigner.cs (5)
21/// Provides a designer for the <see cref='System.Web.UI.MobileControls.ValidationSummary'/> 25/// <seealso cref='System.Web.UI.MobileControls.ValidationSummary'/> 33private System.Web.UI.MobileControls.ValidationSummary _validationSummary; 52Debug.Assert(component is System.Web.UI.MobileControls.ValidationSummary, 54_validationSummary = (System.Web.UI.MobileControls.ValidationSummary) component;