3 references to capacity
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (3)
36undoBuffer = new List<UndoUnit>(capacity); 37redoBuffer = new List<UndoUnit>(capacity); 119if (undoBuffer.Count > capacity)