1 write to _trayAutoArrange
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
198_trayAutoArrange = value;
3 references to _trayAutoArrange
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DocumentDesigner.cs (3)
195get => _trayAutoArrange; 199_componentTray?.AutoArrange = _trayAutoArrange; 896_componentTray.AutoArrange = _trayAutoArrange;