6 references to _toRemove
PresentationFramework (6)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (6)
497Debug.Assert(_toRemove.Count == 0, "to-remove list should be empty"); 519_toRemove.Add(key); 524if (_toRemove.Count > 0) 526foreach (String key in _toRemove) 530_toRemove.Clear(); 531_toRemove.TrimExcess();