6 references to _toRemove
PresentationFramework (6)
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (6)
201Debug.Assert(_toRemove.Count == 0, "to-remove list should be empty"); 227_toRemove.Add((PropertyDescriptor)ide.Key); 233if (_toRemove.Count > 0) 235foreach (PropertyDescriptor key in _toRemove) 239_toRemove.Clear(); 240_toRemove.TrimExcess();