2 writes to _savedSelection
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerHost.cs (2)
1149
_savedSelection
= null;
1182
_savedSelection
= list;
3 references to _savedSelection
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerHost.cs (3)
1137
if (successful &&
_savedSelection
is not null && this.TryGetService(out ISelectionService? ss))
1139
List<IComponent> selectedComponents = new(
_savedSelection
.Count);
1140
foreach (string name in
_savedSelection
)