2 writes to _originalTextValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4397_originalTextValue = s; 4732_originalTextValue = text;
7 references to _originalTextValue
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (7)
442if ((string.IsNullOrEmpty(text) && string.IsNullOrEmpty(_originalTextValue)) 443|| text.Equals(_originalTextValue)) 2677EditTextBox.Text = _originalTextValue; 2685EditTextBox.Text = _originalTextValue; 2691needReset = _originalTextValue != currentTextValue 2692&& !(string.IsNullOrEmpty(_originalTextValue) && string.IsNullOrEmpty(currentTextValue)); 2699success = CommitText(_originalTextValue!);