6 writes to _newTextValue
PresentationFramework (6)
System\Windows\Controls\TextBox.cs (6)
1216_newTextValue = dtr; 1246_newTextValue = DependencyProperty.UnsetValue; 1256_newTextValue = newTextValue; 1266_newTextValue = DependencyProperty.UnsetValue; 1284_newTextValue = s; 1646_newTextValue = newText;
6 references to _newTextValue
PresentationFramework (6)
System\Windows\Controls\TextBox.cs (6)
1241newTextValue = _newTextValue as String; 1282if (dtr == _newTextValue) 1555if (textBox._newTextValue == DependencyProperty.UnsetValue || 1556textBox._newTextValue is DeferredTextReference) 1585if (Object.Equals(_newTextValue, newText)) 1629oldTextForCaretIndexComputation = (string)_newTextValue;