1 write to _host
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
63
_host
= host;
10 references to _host
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\SelectionUIService.cs (9)
121
IUIService? uis =
_host
.GetService<IUIService>();
147
if (
_host
is not null)
149
_host
.TransactionOpened -= OnTransactionOpened;
150
_host
.TransactionClosed -= OnTransactionClosed;
151
if (
_host
.InTransaction)
153
OnTransactionClosed(
_host
, new DesignerTransactionCloseEventArgs(true, true));
1016
_dragTransaction =
_host
.CreateTransaction(transactionName);
1117
trans =
_host
.CreateTransaction(string.Format(SR.DragDropMoveComponents, components.Length));
1123
trans =
_host
.CreateTransaction(string.Format(SR.DragDropMoveComponent, comp.Site!.Name));
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
83
if (selUIsvc.
_host
.GetDesigner(comp) is ControlDesigner cd)