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