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)
1239
newTextValue =
_newTextValue
as String;
1280
if (dtr ==
_newTextValue
)
1553
if (textBox.
_newTextValue
== DependencyProperty.UnsetValue ||
1554
textBox.
_newTextValue
is DeferredTextReference)
1583
if (Object.Equals(
_newTextValue
, newText))
1627
oldTextForCaretIndexComputation = (string)
_newTextValue
;