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