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