6 writes to _newTextValue
PresentationFramework (6)
System\Windows\Controls\TextBox.cs (6)
1221_newTextValue = dtr; 1251_newTextValue = DependencyProperty.UnsetValue; 1261_newTextValue = newTextValue; 1271_newTextValue = DependencyProperty.UnsetValue; 1289_newTextValue = s; 1651_newTextValue = newText;
6 references to _newTextValue
PresentationFramework (6)
System\Windows\Controls\TextBox.cs (6)
1246newTextValue = _newTextValue as String; 1287if (dtr == _newTextValue) 1560if (textBox._newTextValue == DependencyProperty.UnsetValue || 1561textBox._newTextValue is DeferredTextReference) 1590if (Object.Equals(_newTextValue, newText)) 1634oldTextForCaretIndexComputation = (string)_newTextValue;