6 references to _toRemove
PresentationFramework (6)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (6)
487
Debug.Assert(
_toRemove
.Count == 0, "to-remove list should be empty");
509
_toRemove
.Add(key);
514
if (
_toRemove
.Count > 0)
516
foreach (String key in
_toRemove
)
520
_toRemove
.Clear();
521
_toRemove
.TrimExcess();