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