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