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
;
301
trayIconProp?.SetValue(_mainDesigner.Component, !
ShowLargeIcons
);
467
_menucmdLargeIcons.Checked =
ShowLargeIcons
;
1976
if (_tray.
ShowLargeIcons
)
2266
if (_tray.
ShowLargeIcons
)
2427
_toolboxBitmap = attr.GetImage(_component, _tray.
ShowLargeIcons
);