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)
217
get => _componentTray is not null ? _componentTray.Height :
_trayHeight
;
221
_componentTray?.Height =
_trayHeight
;
894
_componentTray.Height =
_trayHeight
;