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)
1050
if (
_dragTransaction
is not null)
1052
_dragTransaction
.Commit();
1152
if (
_dragTransaction
is not null)
1154
_dragTransaction
.Commit();