1 write to _trayHeight
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
220_trayHeight = value;
3 references to _trayHeight
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DocumentDesigner.cs (3)
217get => _componentTray is not null ? _componentTray.Height : _trayHeight; 221_componentTray?.Height = _trayHeight; 894_componentTray.Height = _trayHeight;