6 writes to _newTextValue
PresentationFramework (6)
System\Windows\Controls\TextBox.cs (6)
1215_newTextValue = dtr; 1245_newTextValue = DependencyProperty.UnsetValue; 1255_newTextValue = newTextValue; 1265_newTextValue = DependencyProperty.UnsetValue; 1283_newTextValue = s; 1645_newTextValue = newText;
6 references to _newTextValue
PresentationFramework (6)
System\Windows\Controls\TextBox.cs (6)
1240newTextValue = _newTextValue as String; 1281if (dtr == _newTextValue) 1554if (textBox._newTextValue == DependencyProperty.UnsetValue || 1555textBox._newTextValue is DeferredTextReference) 1584if (Object.Equals(_newTextValue, newText)) 1628oldTextForCaretIndexComputation = (string)_newTextValue;