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 have an ItemsControl with an ItemsSource and a VirtualizedStackPanel. Items have different heights. I move the scrollbar to the bottom of ItemsControls. I remove some items, so...

Investigate

Hello, I would like to request a feature for a NumericUpDown control. This is a common widget that allows users to enter and adjust numeric values using a textbox and...

Enhancement Requested
Feature Request

- [x] Create style xamls for each wpf control - [x] Import the style from App.Xaml - [x] Add all the relevant API changes, also mark an entry to the...

Win 11 Theming

### Description You need to find Dictionary.cs to view the source for the current call stack frame ### Reproduction Steps ![image](https://github.com/dotnet/wpf/assets/17286415/686131c9-bf04-402c-9a54-139728c7069a) ![image](https://github.com/dotnet/wpf/assets/17286415/738e6beb-e9e8-4662-9e14-c47dc1bd450a) ![image](https://github.com/dotnet/wpf/assets/17286415/a1eb9d73-b017-4456-90f9-f3a8cbcfae19) ### Expected behavior Run with no error...

External Non-WPF Issue

### Description The new `DefaultAccentButtonStyle` allows you to turn a button into a colored button using the system's accent color. This is based on the WinUI style called `AccentButtonStyle` (sans...

Investigate

Wrote these a long long while ago, sending in for CI ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/wpf/pull/8215)

PR
Community Contribution

## Title Win11 Theming of Controls - Changes in Controls ## Background and motivation The current WPF controls appear outdated and are not visually consistent with the newly rejuvenated Windows...

API suggestion
Win 11 Theming

### Description Actions / Select Process can't list WPF / .NET 8 processes ### Reproduction Steps 1) Install WPF Performance Suite from https://learn.microsoft.com/it-it/archive/blogs/kirillosenkov/where-to-download-wpf-performance-suite-perforator-visual-profiler 2) Run WPF Performance Suite 3) Click...

Investigate

Follow up to dotnet/wpf#6693 ## Description Removes the remaining methods from SafeReflectionInvoker which was reverted in dotnet/wpf#6693 because of this comment: https://github.com/dotnet/wpf/pull/6693#issuecomment-1385285388 @dipeshmsft Let me know if/when you have more...

PR
Community Contribution

## Description Removes SecurityCriticalDataForSet which is unused since the removal of CAS attributes in dotnet/wpf#994. ## Customer Impact Should have tiny performance gain (Probably not measurable), it's mostly about removing...

PR
Community Contribution