BaseCompatibilityPreferences Class
Contains properties that specify how an application should behave relative to new WPF features that are in the WindowsBase assembly.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | FlowDispatcherSynchronizationContextPriority | Gets or sets a value that indicates whether information about the DispatcherOperation::Priority is saved to the DispatcherSynchronizationContext. |
![]() ![]() | InlineDispatcherSynchronizationContextSend | Gets or sets a value that indicates whether the DispatcherSynchronizationContext::Send method puts the delegates on the dispatcher queue or if the delegate is directly invoked. |
![]() ![]() | ReuseDispatcherSynchronizationContextInstance | Gets or sets a value that indicates whether a single DispatcherSynchronizationContext is used for multiple dispatcher operations. |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

