3 writes to _textBoxDirty
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (3)
130_textBoxDirty = false; 284private void OnTextBoxTextChanged(object? sender, EventArgs e) => _textBoxDirty = true; 313_textBoxDirty = false;
1 reference to _textBoxDirty
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
310if (_textBoxDirty)