1 write to _trayHeight
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
229_trayHeight = value;
3 references to _trayHeight
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DocumentDesigner.cs (3)
226get => _componentTray is not null ? _componentTray.Height : _trayHeight; 232_componentTray.Height = _trayHeight; 918_componentTray.Height = _trayHeight;