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