1 write to _designerSelections
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3666
_designerSelections
??= [];
5 references to _designerSelections
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
3580
_designerSelections
.Remove(ActiveDesigner.GetHashCode());
3669
_designerSelections
[_designerHost.GetHashCode()] = _tabs.IndexOf(_selectedTab!);
3673
[MemberNotNullWhen(true, nameof(
_designerSelections
))]
3678
if (
_designerSelections
is null || ActiveDesigner is null)
3684
if (!
_designerSelections
.TryGetValue(hashCode, out int value))