BaseCompatibilityPreferences Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains properties that specify how an application should behave relative to new WPF features that are in the WindowsBase assembly.
public ref class BaseCompatibilityPreferences abstract sealed
	public static class BaseCompatibilityPreferences
	type BaseCompatibilityPreferences = class
	Public Class BaseCompatibilityPreferences
		- Inheritance
 - 
				BaseCompatibilityPreferences
 
Properties
| FlowDispatcherSynchronizationContextPriority | 
		 Gets or sets a value that indicates whether information about the Priority is saved to the DispatcherSynchronizationContext.  | 
        	
| HandleDispatcherRequestProcessingFailure | 
		 Defines how the dispatcher reacts to failures encountered when it requests processing.  | 
        	
| InlineDispatcherSynchronizationContextSend | 
		 Gets or sets a value that indicates whether the Send(SendOrPostCallback, Object) 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.  |