3 writes to _dragTransaction
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SelectionUIService.cs (3)
1022
_dragTransaction
= _host.CreateTransaction(transactionName);
1051
_dragTransaction
= null;
1150
_dragTransaction
= null;
2 references to _dragTransaction
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.cs (2)
1050
_dragTransaction
?.Commit();
1149
_dragTransaction
?.Commit();