3 references to OnPropertyChanged
PresentationFramework (3)
System\Windows\Data\PropertyGroupDescription.cs (3)
129OnPropertyChanged("PropertyName"); 144set { _converter = value; OnPropertyChanged("Converter"); } 157set { _stringComparison = value; OnPropertyChanged("StringComparison"); }