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)
468if (_lastSelection is not null) 472List<IComponent> list = new(_lastSelection.Count); 473foreach ((string name, IContainer container) in _lastSelection)