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)
1241
newTextValue =
_newTextValue
as String;
1282
if (dtr ==
_newTextValue
)
1555
if (textBox.
_newTextValue
== DependencyProperty.UnsetValue ||
1556
textBox.
_newTextValue
is DeferredTextReference)
1585
if (Object.Equals(
_newTextValue
, newText))
1629
oldTextForCaretIndexComputation = (string)
_newTextValue
;