Skip to content
#

WPF

Windows Presentation Foundation (WPF) is a UI framework released by Microsoft for rendering user interfaces in Windows-based applications.

Here are 4,843 public repositories matching this topic...

ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

  • Updated Aug 16, 2020
  • C#
Prism
thomasgalliker
thomasgalliker commented Mar 22, 2020

Summary

Xamarin.Forms 4.2 added the method 'InvokeOnMainThreadAsync' to it's static Xamarin.Forms.Device class. It's nothing more than a TaskCompletionSource trick in order to make BeginInvokeOnMainThread awaitable. Now, it would be wonderful to have InvokeOnMainThreadAsync either as part of IDeviceService or maybe even better as extension method of IDeviceService (as it does not really add a

Windows-Auto-Night-Mode
Spiritreader
Spiritreader commented Jul 22, 2020

Describe the bug
When a timed theme switch is delayed due to high GPU usage, the old monitoring module logged this incident.
The new module has been rewritten more efficiently and does not yet implement this behavior.

Expected behavior
The new GPU monitoring module logs the GPU usage once after the threshold has been surpassed with a message similar to the old module, e.g

Created by Microsoft

Latest release 28 days ago

Repository
dotnet/wpf
Wikipedia
Wikipedia

Related Topics

windows
You can’t perform that action at this time.