11 references to UpdateType
System.DirectoryServices (11)
System\DirectoryServices\PropertyValueCollection.cs (11)
22private UpdateType _updateType = UpdateType.None; 224if (_needNewBehavior && !_allowMultipleChange && _updateType != UpdateType.None && _updateType != UpdateType.Update) 229_updateType = UpdateType.Update; 249if (_updateType != UpdateType.None && _updateType != UpdateType.Add) 260_updateType = UpdateType.Add; 282if (_updateType != UpdateType.None && _updateType != UpdateType.Delete) 292_updateType = UpdateType.Delete;