6 references to _toRemove
PresentationFramework (6)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (6)
488
Debug.Assert(
_toRemove
.Count == 0, "to-remove list should be empty");
510
_toRemove
.Add(key);
515
if (
_toRemove
.Count > 0)
517
foreach (String key in
_toRemove
)
521
_toRemove
.Clear();
522
_toRemove
.TrimExcess();