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)
442
if ((string.IsNullOrEmpty(text) && string.IsNullOrEmpty(
_originalTextValue
))
443
|| text.Equals(
_originalTextValue
))
2677
EditTextBox.Text =
_originalTextValue
;
2685
EditTextBox.Text =
_originalTextValue
;
2691
needReset =
_originalTextValue
!= currentTextValue
2692
&& !(string.IsNullOrEmpty(
_originalTextValue
) && string.IsNullOrEmpty(currentTextValue));
2699
success = CommitText(
_originalTextValue
!);