2 references to OnTextPropertyChanged
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBox.cs (2)
1256
OnTextPropertyChanged
(newTextValue, Text);
1568
textBox.
OnTextPropertyChanged
((string)e.OldValue, (string)e.NewValue);