2 references to s_stateIsClosingTransaction
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerHost.cs (2)
107get { return _state[s_stateIsClosingTransaction]; } 108set { _state[s_stateIsClosingTransaction] = value; }