We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7071c7a commit 03f91a2Copy full SHA for 03f91a2
src/Avalonia.Base/Threading/DispatcherPriority.cs
@@ -112,7 +112,7 @@ private DispatcherPriority(int value)
112
/// <summary>
113
/// The job will be processed with the same priority as data binding.
114
/// </summary>
115
- [Obsolete("WPF compatibility"), EditorBrowsable(EditorBrowsableState.Never)] public static readonly DispatcherPriority DataBind = new(Render);
+ [Obsolete("WPF compatibility"), EditorBrowsable(EditorBrowsableState.Never)] public static readonly DispatcherPriority DataBind = new(AsyncRenderTargetResize + 1);
116
117
118
/// The job will be processed with normal priority.
0 commit comments