6 writes to _newTextValue
PresentationFramework (6)
src\Framework\System\Windows\Controls\TextBox.cs (6)
1212_newTextValue = dtr; 1242_newTextValue = DependencyProperty.UnsetValue; 1252_newTextValue = newTextValue; 1262_newTextValue = DependencyProperty.UnsetValue; 1280_newTextValue = s; 1644_newTextValue = newText;
6 references to _newTextValue
PresentationFramework (6)
src\Framework\System\Windows\Controls\TextBox.cs (6)
1237newTextValue = _newTextValue as String; 1278if (dtr == _newTextValue) 1552if (textBox._newTextValue == DependencyProperty.UnsetValue || 1553textBox._newTextValue is DeferredTextReference) 1582if (Object.Equals(_newTextValue, newText)) 1627oldTextForCaretIndexComputation = (string)_newTextValue;