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