2 writes to _originalTextValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4350
_originalTextValue
= s;
4688
_originalTextValue
= text;
7 references to _originalTextValue
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (7)
419
if ((string.IsNullOrEmpty(text) && string.IsNullOrEmpty(
_originalTextValue
))
420
|| text.Equals(
_originalTextValue
))
2633
EditTextBox.Text =
_originalTextValue
;
2641
EditTextBox.Text =
_originalTextValue
;
2647
needReset =
_originalTextValue
!= currentTextValue
2648
&& !(string.IsNullOrEmpty(
_originalTextValue
) && string.IsNullOrEmpty(currentTextValue));
2655
success = CommitText(
_originalTextValue
!);