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