2 references to OnTextPropertyChanged
PresentationFramework (2)
System\Windows\Controls\TextBox.cs (2)
1265
OnTextPropertyChanged
(newTextValue, Text);
1576
textBox.
OnTextPropertyChanged
((string)e.OldValue, (string)e.NewValue);