9 references to IsPresent
System.Data.Services (1)
System\Data\Services\Configuration\DataServicesReplaceFeature.cs (1)
31get { return this.ElementInformation.IsPresent; }
System.ServiceModel (2)
System\ServiceModel\Configuration\ExtensionElementCollection.cs (1)
61if (!oldElement.ElementInformation.IsPresent &&
System\ServiceModel\Configuration\ServiceModelEnhancedConfigurationElementCollection.cs (1)
39if (oldElement.ElementInformation.IsPresent)
System.Web (6)
Configuration\CompilationSection.cs (3)
899if (CodeSubDirectories.ElementInformation.IsPresent) { 904if (BuildProviders.ElementInformation.IsPresent) { 910if (FolderLevelBuildProviders.ElementInformation.IsPresent) {
Configuration\ProfileGroupSettingsCollection.cs (3)
148if (elemInfo.IsPresent) { 161if (elemInfo.IsPresent) { 178if (elemInfo.IsPresent) {