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