7 references to SubclassTypeValidator
System.Configuration (1)
System\Configuration\SubclassTypeValidatorAttribute.cs (1)
33
return new
SubclassTypeValidator
(_baseClass);
System.ServiceModel (2)
System\ServiceModel\Configuration\PolicyImporterElement.cs (1)
24
SubclassTypeValidator validator = new
SubclassTypeValidator
(typeof(IPolicyImportExtension));
System\ServiceModel\Configuration\WsdlImporterElement.cs (1)
24
SubclassTypeValidator validator = new
SubclassTypeValidator
(typeof(IWsdlImportExtension));
System.Web.Mobile (4)
UI\MobileControls\MobileControlsSection.cs (4)
38
new
SubclassTypeValidator
( typeof( IDictionary ) ),
290
new
SubclassTypeValidator
( typeof( IPageAdapter ) ),
593
private static readonly ConfigurationValidatorBase s_SubclassTypeValidator = new
SubclassTypeValidator
( typeof( MobileControl ) );
610
new
SubclassTypeValidator
( typeof( IControlAdapter ) ),