File: Base\System\Windows\PropertyChangedCallback.cs
Project: wpf\src\WindowsBase.csproj (WindowsBase)
namespace System.Windows
{
    /// <summary>
    ///     Property change notification callback
    /// </summary>
    public delegate void PropertyChangedCallback(DependencyObject d, DependencyPropertyChangedEventArgs e);
}