3 writes to _host
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerHost.DesignerHostTransaction.cs (3)
17
_host
= host;
54
_host
= null;
87
_host
= null;
16 references to _host
System.Windows.Forms.Design (16)
System\ComponentModel\Design\DesignerHost.DesignerHostTransaction.cs (16)
18
_host
._transactions ??= new Stack<DesignerTransaction>();
20
_host
._transactions.Push(this);
21
_host
.OnTransactionOpening(EventArgs.Empty);
22
_host
.OnTransactionOpened(EventArgs.Empty);
30
if (
_host
is null)
35
Stack<DesignerTransaction> transactions =
_host
._transactions!;
43
_host
.IsClosingTransaction = true;
48
_host
.OnTransactionClosing(e);
49
_host
.OnTransactionClosed(e);
53
_host
.IsClosingTransaction = false;
63
if (
_host
is null)
68
Stack<DesignerTransaction> transactions =
_host
._transactions!;
76
_host
.IsClosingTransaction = true;
81
_host
.OnTransactionClosing(e);
82
_host
.OnTransactionClosed(e);
86
_host
.IsClosingTransaction = false;