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)
124IUIService? uis = _host.GetService<IUIService>(); 153if (_host is not null) 155_host.TransactionOpened -= OnTransactionOpened; 156_host.TransactionClosed -= OnTransactionClosed; 157if (_host.InTransaction) 159OnTransactionClosed(_host, new DesignerTransactionCloseEventArgs(true, true)); 1022_dragTransaction = _host.CreateTransaction(transactionName); 1126trans = _host.CreateTransaction(string.Format(SR.DragDropMoveComponents, components.Length)); 1132trans = _host.CreateTransaction(string.Format(SR.DragDropMoveComponent, comp.Site!.Name));
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
83if (selUIsvc._host.GetDesigner(comp) is ControlDesigner cd)