3 writes to _dragTransaction
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SelectionUIService.cs (3)
1016
_dragTransaction
= _host.CreateTransaction(transactionName);
1045
_dragTransaction
= null;
1144
_dragTransaction
= null;
2 references to _dragTransaction
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.cs (2)
1044
_dragTransaction
?.Commit();
1143
_dragTransaction
?.Commit();