2 writes to ShowLargeIcons
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
210_componentTray?.ShowLargeIcons = _trayLargeIcon; 865_componentTray.ShowLargeIcons = _trayLargeIcon;
6 references to ShowLargeIcons
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ComponentTray.cs (6)
109_menucmdLargeIcons.Checked = ShowLargeIcons; 301trayIconProp?.SetValue(_mainDesigner.Component, !ShowLargeIcons); 467_menucmdLargeIcons.Checked = ShowLargeIcons; 1976if (_tray.ShowLargeIcons) 2266if (_tray.ShowLargeIcons) 2427_toolboxBitmap = attr.GetImage(_component, _tray.ShowLargeIcons);