6 references to ItemLocked
System.Configuration (6)
System\Configuration\ConfigurationLockCollection.cs (2)
83
if (((_thisElement.
ItemLocked
& ConfigurationValueFlags.Locked) != 0) &&
84
((_thisElement.
ItemLocked
& ConfigurationValueFlags.Inherited) != 0)) {
System\Configuration\elementinformation.cs (2)
64
return (((_thisElement.
ItemLocked
& ConfigurationValueFlags.Locked) != 0) &&
65
((_thisElement.
ItemLocked
& ConfigurationValueFlags.Inherited) != 0));
System\Configuration\PropertyInformation.cs (2)
136
(((ThisElement.
ItemLocked
& ConfigurationValueFlags.Locked) != 0) &&
137
((ThisElement.
ItemLocked
& ConfigurationValueFlags.Inherited) != 0)));