6 references to _toRemove
PresentationFramework (6)
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (6)
201
Debug.Assert(
_toRemove
.Count == 0, "to-remove list should be empty");
227
_toRemove
.Add((PropertyDescriptor)ide.Key);
233
if (
_toRemove
.Count > 0)
235
foreach (PropertyDescriptor key in
_toRemove
)
239
_toRemove
.Clear();
240
_toRemove
.TrimExcess();