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