6 references to _toRemove
PresentationFramework (6)
MS\Internal\Data\ValueChangedEventManager.cs (6)
193
Debug.Assert(
_toRemove
.Count == 0, "to-remove list should be empty");
219
_toRemove
.Add((PropertyDescriptor)ide.Key);
225
if (
_toRemove
.Count > 0)
227
foreach (PropertyDescriptor key in
_toRemove
)
231
_toRemove
.Clear();
232
_toRemove
.TrimExcess();