2 writes to ShowLargeIcons
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
218_componentTray.ShowLargeIcons = _trayLargeIcon; 919_componentTray.ShowLargeIcons = _trayLargeIcon;
6 references to ShowLargeIcons
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ComponentTray.cs (6)
109_menucmdLargeIcons.Checked = ShowLargeIcons; 307trayIconProp?.SetValue(_mainDesigner.Component, !ShowLargeIcons); 473_menucmdLargeIcons.Checked = ShowLargeIcons; 1994if (_tray.ShowLargeIcons) 2284if (_tray.ShowLargeIcons) 2445_toolboxBitmap = attr.GetImage(_component, _tray.ShowLargeIcons);