1 write to _lastSelection
System.Windows.Forms.Design (1)
System\ComponentModel\Design\UndoEngine.UndoUnit.cs (1)
44
_lastSelection
= selectedNames;
3 references to _lastSelection
System.Windows.Forms.Design (3)
System\ComponentModel\Design\UndoEngine.UndoUnit.cs (3)
468
if (
_lastSelection
is not null)
472
List<IComponent> list = new(
_lastSelection
.Count);
473
foreach ((string name, IContainer container) in
_lastSelection
)