3 writes to _textBoxDirty
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (3)
130
_textBoxDirty
= false;
284
private 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)
310
if (
_textBoxDirty
)