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)
121IUIService? uis = _host.GetService<IUIService>(); 147if (_host is not null) 149_host.TransactionOpened -= OnTransactionOpened; 150_host.TransactionClosed -= OnTransactionClosed; 151if (_host.InTransaction) 153OnTransactionClosed(_host, new DesignerTransactionCloseEventArgs(true, true)); 1016_dragTransaction = _host.CreateTransaction(transactionName); 1117trans = _host.CreateTransaction(string.Format(SR.DragDropMoveComponents, components.Length)); 1123trans = _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)