3 references to PropertyChanged
PresentationFramework (3)
System\Windows\Shell\TaskbarItemInfo.cs (1)
212DependencyPropertyChangedEventHandler handler = PropertyChanged;
System\Windows\Window.cs (2)
658oldBar?.PropertyChanged -= OnTaskbarItemInfoSubPropertyChanged; 659newBar?.PropertyChanged += OnTaskbarItemInfoSubPropertyChanged;