1 write to _units
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ParentUndoUnit.cs (1)
505
_units
= new Stack(2);
7 references to _units
PresentationFramework (7)
src\Framework\MS\Internal\Documents\ParentUndoUnit.cs (7)
265
_units
.Push(unit);
288
_units
.Clear();
302
foreach (IUndoUnit unit in
_units
)
318
foreach (IUndoUnit unit in
_units
)
353
while (
_units
.Count > 0)
357
unit =
_units
.Pop() as IUndoUnit;
596
return
_units
;