17 references to InheritedType
System.Configuration (17)
System\Configuration\ConfigurationElementCollection.cs (17)
246Inheritance[entry.GetKey(this)] = InheritedType.inParent; 259Inheritance[entry.GetKey(this)] = InheritedType.inBothSame; 262Inheritance[entry.GetKey(this)] = InheritedType.inBothDiff; 268Inheritance[entry.GetKey(this)] = InheritedType.inBothCopyNoRemove; 273Inheritance[entry.GetKey(this)] = InheritedType.inBothDiff; 279Inheritance[entry.GetKey(this)] = InheritedType.inBothCopyNoRemove; 284Inheritance[entry.GetKey(this)] = InheritedType.inSelf; 294InheritedType tp = (InheritedType)Inheritance[entry.GetKey(this)]; 295if (tp == InheritedType.inParent || tp == InheritedType.inBothDiff) { 308InheritedType tp = (InheritedType)Inheritance[entry.GetKey(this)]; 310if (tp == InheritedType.inSelf || tp == InheritedType.inBothDiff || 311tp == InheritedType.inBothCopyNoRemove) { 316if (tp == InheritedType.inSelf) {