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