Constants_WindowsThreading
namespace System.Reactive
{
internal static class Constants_WindowsThreading
{
public const string OBSOLETE_INSTANCE_PROPERTY = "Use the Current property to retrieve the DispatcherScheduler instance for the current thread's Dispatcher object.";
}
}