2 writes to _icon
System.Windows.Forms (2)
System\Windows\Forms\Design\ComponentEditorPage.cs (2)
93get => _icon ??= new Icon(typeof(ComponentEditorPage), "ComponentEditorPage"); 94set => _icon = value;