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