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