WPF.Utils 0.2.19

Suggested Alternatives

MDSoft.WpfUtils

dotnet add package WPF.Utils --version 0.2.19
NuGet\Install-Package WPF.Utils -Version 0.2.19
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WPF.Utils" Version="0.2.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPF.Utils --version 0.2.19
#r "nuget: WPF.Utils, 0.2.19"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WPF.Utils as a Cake Addin
#addin nuget:?package=WPF.Utils&version=0.2.19

// Install WPF.Utils as a Cake Tool
#tool nuget:?package=WPF.Utils&version=0.2.19

WinForms.Utils - Utils for invoking WPF conrols from async threads and tasks.

NuGet version NuGet downloads

WPF.Utils

  • InvokeContentControl
  • InvokeControl
  • InvokeListBox
  • InvokeProgressBar
  • InvokeTextBox
  • InvokeWebBrowser

WPF.Utils.Tests

  • EnumValues
  • EnumWPF
  • InvokeContentControlTests
  • InvokeControlTests
  • InvokeProgressBarTests
  • InvokeTextBoxTests

How to use

Example of usage:

var task = Task.Run(async () =>
{
    await Task.Delay(TimeSpan.FromMilliseconds(_timeout)).ConfigureAwait(true);
    InvokeTextBox.Clear(textBox);
});

Please, if this tool has been useful for you consider to donate

Buy me a coffee

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.19 568 10/21/2020
0.2.15 482 10/17/2020
0.2.12 467 10/15/2020
0.2.7 459 10/15/2020

Nuget release