3 writes to _dragTransaction
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SelectionUIService.cs (3)
1022_dragTransaction = _host.CreateTransaction(transactionName); 1053_dragTransaction = null; 1155_dragTransaction = null;
4 references to _dragTransaction
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\SelectionUIService.cs (4)
1050if (_dragTransaction is not null) 1052_dragTransaction.Commit(); 1152if (_dragTransaction is not null) 1154_dragTransaction.Commit();