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
;
307
trayIconProp?.SetValue(_mainDesigner.Component, !
ShowLargeIcons
);
473
_menucmdLargeIcons.Checked =
ShowLargeIcons
;
1994
if (_tray.
ShowLargeIcons
)
2284
if (_tray.
ShowLargeIcons
)
2445
_toolboxBitmap = attr.GetImage(_component, _tray.
ShowLargeIcons
);