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