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