6 references to _toRemove
PresentationFramework (6)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (6)
491
Debug.Assert(
_toRemove
.Count == 0, "to-remove list should be empty");
513
_toRemove
.Add(key);
518
if (
_toRemove
.Count > 0)
520
foreach (String key in
_toRemove
)
524
_toRemove
.Clear();
525
_toRemove
.TrimExcess();