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