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)
226
get => _componentTray is not null ? _componentTray.Height :
_trayHeight
;
232
_componentTray.Height =
_trayHeight
;
918
_componentTray.Height =
_trayHeight
;