1 write to ShowLargeIcons
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
895_componentTray.ShowLargeIcons = _trayLargeIcon;
7 references to ShowLargeIcons
System.Windows.Forms.Design (7)
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);
System\Windows\Forms\Design\DocumentDesigner.cs (1)
210_componentTray?.ShowLargeIcons = _trayLargeIcon;