4 references to IsModified
System.Configuration (4)
System\Configuration\ConfigurationElement.cs (4)
342if (_lockedAttributesList != null && _lockedAttributesList.IsModified) { 346if (_lockedAllExceptAttributesList != null && _lockedAllExceptAttributesList.IsModified) { 350if (_lockedElementsList != null && _lockedElementsList.IsModified) { 354if (_lockedAllExceptElementsList != null && _lockedAllExceptElementsList.IsModified) {