15 references to CallbackValidator
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\Configuration\ScopeElement.cs (1)
45
new
CallbackValidator
(typeof(Uri), new ValidatorCallback(ScopeElement.ScopeValidatorCallback)),
System.Web (11)
Configuration\BufferModeSettings.cs (1)
25
private static readonly ConfigurationElementProperty s_elemProperty = new ConfigurationElementProperty(new
CallbackValidator
(typeof(BufferModeSettings), Validate));
Configuration\FormsAuthenticationConfiguration.cs (1)
96
new ConfigurationElementProperty(new
CallbackValidator
(typeof(FormsAuthenticationConfiguration), Validate));
Configuration\HttpModuleAction.cs (1)
23
new ConfigurationElementProperty(new
CallbackValidator
(typeof(HttpModuleAction), Validate));
Configuration\IgnoreDeviceFilterElement.cs (1)
24
private static readonly ConfigurationElementProperty s_elemProperty = new ConfigurationElementProperty(new
CallbackValidator
(typeof(IgnoreDeviceFilterElement), ValidateElement));
Configuration\PassportAuthentication.cs (1)
95
new ConfigurationElementProperty(new
CallbackValidator
(typeof(PassportAuthentication), Validate));
Configuration\ProcessModelSection.cs (1)
78
private static readonly ConfigurationElementProperty s_elemProperty = new ConfigurationElementProperty(new
CallbackValidator
(typeof(ProcessModelSection), Validate));
Configuration\SessionStateSection.cs (1)
72
new ConfigurationElementProperty(new
CallbackValidator
(typeof(SessionStateSection), Validate));
Configuration\SqlCacheDependencyDatabase.cs (1)
22
private static readonly ConfigurationElementProperty s_elemProperty = new ConfigurationElementProperty(new
CallbackValidator
(typeof(SqlCacheDependencyDatabase), Validate));
Configuration\SqlCacheDependencySection.cs (1)
48
new ConfigurationElementProperty(new
CallbackValidator
(typeof(SqlCacheDependencySection), Validate));
Configuration\TagPrefixInfo.cs (1)
24
new ConfigurationElementProperty(new
CallbackValidator
(typeof(TagPrefixInfo), Validate));
Configuration\UrlMapping.cs (1)
30
new
CallbackValidator
(typeof(string), ValidateUrl),
System.Web.Mobile (3)
Mobile\DeviceFiltersSection.cs (1)
178
private static readonly ConfigurationElementProperty s_elemProperty = new ConfigurationElementProperty( new
CallbackValidator
( typeof( DeviceFilterElement ), ValidateElement ) );
UI\MobileControls\MobileControlsSection.cs (2)
253
private static readonly ConfigurationElementProperty s_elemProperty = new ConfigurationElementProperty( new
CallbackValidator
( typeof( DeviceElement ), ValidateElement ) );
592
private static readonly ConfigurationElementProperty s_elemProperty = new ConfigurationElementProperty( new
CallbackValidator
( typeof( ControlElement ), ValidateElement ) );