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)
124
IUIService? uis =
_host
.GetService<IUIService>();
153
if (
_host
is not null)
155
_host
.TransactionOpened -= OnTransactionOpened;
156
_host
.TransactionClosed -= OnTransactionClosed;
157
if (
_host
.InTransaction)
159
OnTransactionClosed(
_host
, new DesignerTransactionCloseEventArgs(true, true));
1022
_dragTransaction =
_host
.CreateTransaction(transactionName);
1126
trans =
_host
.CreateTransaction(string.Format(SR.DragDropMoveComponents, components.Length));
1132
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)