2 writes to _originalTextValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4386_originalTextValue = s; 4721_originalTextValue = text;
7 references to _originalTextValue
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (7)
443if ((string.IsNullOrEmpty(text) && string.IsNullOrEmpty(_originalTextValue)) 444|| text.Equals(_originalTextValue)) 2672EditTextBox.Text = _originalTextValue; 2680EditTextBox.Text = _originalTextValue; 2686needReset = _originalTextValue != currentTextValue 2687&& !(string.IsNullOrEmpty(_originalTextValue) && string.IsNullOrEmpty(currentTextValue)); 2694success = CommitText(_originalTextValue!);