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