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