3 writes to _resizeTransaction
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (3)
78
_resizeTransaction
= null;
119
_resizeTransaction
= host.CreateTransaction(string.Format(SR.TableLayoutPanelRowColResize, (isColumn ? "Column" : "Row"), _designer.Control.Site.Name));
396
_resizeTransaction
= null;
7 references to _resizeTransaction
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (7)
75
if (
_resizeTransaction
is not null)
77
DesignerTransaction t =
_resizeTransaction
;
141
if ((
_resizeTransaction
is not null) && (!
_resizeTransaction
.Canceled))
143
_resizeTransaction
.Cancel();
393
if (
_resizeTransaction
is not null)
395
DesignerTransaction t =
_resizeTransaction
;