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)
1240
newTextValue =
_newTextValue
as String;
1281
if (dtr ==
_newTextValue
)
1554
if (textBox.
_newTextValue
== DependencyProperty.UnsetValue ||
1555
textBox.
_newTextValue
is DeferredTextReference)
1584
if (Object.Equals(
_newTextValue
, newText))
1628
oldTextForCaretIndexComputation = (string)
_newTextValue
;