4 writes to _componentTray
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DocumentDesigner.cs (4)
368
_componentTray
= null;
430
_componentTray
= null;
915
_componentTray
= new ComponentTray(this, Component.Site);
972
_componentTray
= null;
34 references to _componentTray
System.Windows.Forms.Design (34)
System\Windows\Forms\Design\DocumentDesigner.cs (34)
202
if (
_componentTray
is not null)
204
_componentTray
.AutoArrange = _trayAutoArrange;
216
if (
_componentTray
is not null)
218
_componentTray
.ShowLargeIcons = _trayLargeIcon;
226
get =>
_componentTray
is not null ?
_componentTray
.Height : _trayHeight;
230
if (
_componentTray
is not null)
232
_componentTray
.Height = _trayHeight;
245
return c ?? (
_componentTray
is not null ? ((IOleDragClient)
_componentTray
).GetControlForComponent(component) : null);
251
if (
_componentTray
is null)
270
if (
_componentTray
.IsTrayComponent(comp))
361
if (
_componentTray
is not null)
366
sws.RemoveSplitWindow(
_componentTray
);
367
_componentTray
.Dispose();
421
if (
_componentTray
is not null)
426
sws?.RemoveSplitWindow(
_componentTray
);
429
_componentTray
.Dispose();
910
if (
_componentTray
is null)
916
sws.AddSplitWindow(
_componentTray
);
918
_componentTray
.Height = _trayHeight;
919
_componentTray
.ShowLargeIcons = _trayLargeIcon;
920
_componentTray
.AutoArrange = _trayAutoArrange;
922
host.AddService(
_componentTray
);
926
if (
_componentTray
is not null)
937
_componentTray
.SuspendLayout();
940
_componentTray
.AddComponent(component);
958
if (!designableAsControl &&
_componentTray
is not null)
960
_componentTray
.RemoveComponent(ce.Component);
962
if (
_componentTray
.ComponentCount == 0)
967
sws.RemoveSplitWindow(
_componentTray
);
971
_componentTray
.Dispose();
1122
if (_trayLayoutSuspended &&
_componentTray
is not null)
1123
_componentTray
.ResumeLayout();