6 references to _toRemove
PresentationFramework (6)
MS\Internal\Data\ValueChangedEventManager.cs (6)
187Debug.Assert(_toRemove.Count == 0, "to-remove list should be empty"); 213_toRemove.Add((PropertyDescriptor)ide.Key); 219if (_toRemove.Count > 0) 221foreach (PropertyDescriptor key in _toRemove) 225_toRemove.Clear(); 226_toRemove.TrimExcess();