wpf icon indicating copy to clipboard operation
wpf copied to clipboard

WPF is a .NET Core UI framework for building Windows desktop applications.

Results 448 wpf issues
Sort by recently updated
recently updated
newest added

### Description I want to use [ReactiveMarbles.ObservableEvents.SourceGenerator](https://www.nuget.org/packages/ReactiveMarbles.ObservableEvents.SourceGenerator/) in a VSTO project. The UI in the project is implemented using WPF. As long as a WPF User Control is added to...

Investigate

Had these lying around from 5 years ago. Can now send in after #138 ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/wpf/pull/8203)

PR
Community Contribution

It's 2024 now... Please don't let the button.click event to handle async/await task with `async void` signature.

Feature Request

### Description .NET8 visual studio 2022 ### Reproduction Steps 1. Create a wpf custom control lib or user control lib 2. Add nuget Microsoft.Xaml.Behaviors or any nuget which can be...

Needs minimal repro project

* .NET Core Version: 5.0.5 * Windows version: 10.0.19042 * Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes * Is this bug related specifically to tooling...

Performance
.NET Framework

Fixes Issue #4468 ## Description The currently used implementation to keep track of DynamicResource usages is suboptimal as the list can grow quite large and scanning gets very expensive. That's...

Performance
PR
Queue for test pass
Community Contribution

### Description Implicit style lookup not working correctly when control is part of a template. That's because `FindImplicitStyleResource` sets a `boundaryElement` which causes implicit style lookup to bubble up to...

Bug

.NET Core 3.1.201 Windows 10 build 18363 **Problem description:** Certain MSBuild configuration causes the compiler to leave behind directories with a `_wpftmp` suffix after a build completes. The problem seems...

Investigate
WindowsDesktop SDK

### Description In my touch application developed with WPF, I've encountered a perplexing behavior when interacting with buttons within an ItemsControl. Occasionally, when touching down on one button, the click...

Investigate

### Description I have a DataGrid row validation rule that validates the value in each cell. However, row validation is triggered only when the focus moves out of the row....