6 writes to _newTextValue
PresentationFramework (6)
System\Windows\Controls\TextBox.cs (6)
1214_newTextValue = dtr; 1244_newTextValue = DependencyProperty.UnsetValue; 1254_newTextValue = newTextValue; 1264_newTextValue = DependencyProperty.UnsetValue; 1282_newTextValue = s; 1644_newTextValue = newText;
6 references to _newTextValue
PresentationFramework (6)
System\Windows\Controls\TextBox.cs (6)
1239newTextValue = _newTextValue as String; 1280if (dtr == _newTextValue) 1553if (textBox._newTextValue == DependencyProperty.UnsetValue || 1554textBox._newTextValue is DeferredTextReference) 1583if (Object.Equals(_newTextValue, newText)) 1627oldTextForCaretIndexComputation = (string)_newTextValue;