BionicCode.Utilities.Net.Wpf
1.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BionicCode.Utilities.Net.Wpf --version 1.0.2
NuGet\Install-Package BionicCode.Utilities.Net.Wpf -Version 1.0.2
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="BionicCode.Utilities.Net.Wpf" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BionicCode.Utilities.Net.Wpf" Version="1.0.2" />
<PackageReference Include="BionicCode.Utilities.Net.Wpf" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BionicCode.Utilities.Net.Wpf --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BionicCode.Utilities.Net.Wpf, 1.0.2"
#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.
#:package BionicCode.Utilities.Net.Wpf@1.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BionicCode.Utilities.Net.Wpf&version=1.0.2
#tool nuget:?package=BionicCode.Utilities.Net.Wpf&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BionicCode.Net.Wpf

.NET 5 library containing utilities that target .NET 5 WPF
Compatibility
Project Home
NuGet packages
Class Reference
Table of Contents (click items to navigate)
ViewModelAsyncRelayCommand<T>- Extension Methods for WPF e.g.
TryFindVisualParentElement<TParent>(out DependencyObject) : boolTryFindVisualParentElementByName(out FrameworkElement) : boolTryFindVisualChildElement<TChild>(out DependencyObject) : boolTryFindVisualChildElementByName(out FrameworkElement) : boolFindVisualChildElements<TChildren>() : IEnumerable<TChildren>ICollection.AddRange<TItem>(IEnumerable<TItem>) : IEnumerable<TItem>
- EventArgs
- ValueConverters
BoolToStringConverter- Implementation ofIValueConverterthat converts aboolto a custom string representation e.g., converttruetoEnabled.BooleanMultiValueConverter- Implementation ofIMultiValueConverterthat checks if all values aretrue.FilePathTruncateConverterInvertValueConverter
- Collections
ObservablePropertyChangedCollection<T>
- Markup Extensions
InvertExtensionEnumExtensionPrimitiveTypeExtensionEqualsExtension
- Attached Behaviors for WPF
ProfilerAppSettingsConnector- A default API to theAppSettingsthat provides strongly typed reading and writing (e.g.bool,int,double,string) of key-value pair valuesMruManager- Most Recently Used (MRU) file manager. An API that maintains an MRU table stored in the Application Settings file.EventAggregator- Implementation of the Event Aggregator pattern that supports dynamic aggregation of different typed event sources- Easy to use
Dialogattached behavior and infrastructure to allow MVVM friendly dialog handling from the view models in a fire-and-forget manner. To display dialogs implementIDialogViewModelclasses and create aDataTemplatefor each implementation. TheDataTemplateis the rendered in a nativeWindow. Addition attached properties allow for styling of the dialogWindowor to assign an optionalDataTemplateSelector. The attached behavior will handle showing and closing of the dialog.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0-windows7.0 is compatible. net6.0-windows was computed. net7.0-windows was computed. net8.0-windows was computed. net9.0-windows was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0-windows7.0
- BionicCode.Utilities.Net.Standard (>= 1.0.5)
- System.Configuration.ConfigurationManager (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fixed bug in Dialog
---------------------------------------------------------
For bug reports or feature requests please visit the project home on GutHub (follow the "Project Site" link on the right) and then open an issue (open the "issue" tab, click "New Issue" and select the appropriate template) or send a mail to BionicCode@outlook.com. Thank you very much.