3 references to PropertyChanged
PresentationFramework (3)
src\Framework\System\Windows\Shell\TaskbarItemInfo.cs (1)
210DependencyPropertyChangedEventHandler handler = PropertyChanged;
src\Framework\System\Windows\Window.cs (2)
683oldBar.PropertyChanged -= OnTaskbarItemInfoSubPropertyChanged; 687newBar.PropertyChanged += OnTaskbarItemInfoSubPropertyChanged;