Skip to content

Pull requests: dotnet/wpf

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

[main] Update dependencies from dotnet/arcade PR metadata: Label to tag PRs, to facilitate with triage
#9595 opened Aug 17, 2024 by dotnet-maestro bot Loading…
[release/9.0] Update dependencies from dotnet/winforms PR metadata: Label to tag PRs, to facilitate with triage
#9594 opened Aug 17, 2024 by dotnet-maestro bot Loading…
[release/9.0] Update dependencies from dnceng/internal/dotnet-wpf-int PR metadata: Label to tag PRs, to facilitate with triage
#9593 opened Aug 17, 2024 by dotnet-maestro bot Loading…
Support range notifications Community Contribution A label for all community Contributions draft PR metadata: Label to tag PRs, to facilitate with triage
#9568 opened Aug 13, 2024 by Mrxx99 Draft
Replace boxing IList in HighlightChangedEventArgs and seal derived classes Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9559 opened Aug 12, 2024 by edwardneal Loading…
Decrease allocations in TextFindEngine/SelectionWordBreaker, improve performance Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9553 opened Aug 11, 2024 by h3xds1nz Loading…
Replace boxing Hashtable in AdornerPresentationContext, reduce allocations Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9552 opened Aug 11, 2024 by h3xds1nz Loading…
Optimize DependencyProperty lookup/registration performance, remove allocs Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9551 opened Aug 10, 2024 by h3xds1nz Loading…
Fix unit tests native dependencies Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9534 opened Aug 7, 2024 by ThomasGoulet73 Loading…
Replace boxing Hashtable in ManagedWndProcTracker with Dictionary<K, V> Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9532 opened Aug 6, 2024 by h3xds1nz Loading…
Remove CheckedPointer struct and replace its use with Span<T> instances Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9531 opened Aug 6, 2024 by h3xds1nz Loading…
Replace SecurityHelper.AreStringTypesEqual with string.Equals for code quality Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9521 opened Aug 3, 2024 by h3xds1nz Loading…
Optimize unescaping/parsing performance of BamlResourceContent/BamlStringToken Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9508 opened Aug 1, 2024 by h3xds1nz Loading…
Replace occurrences of params T[] with params ReadOnlySpan<T> where possible Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9481 opened Jul 28, 2024 by h3xds1nz Loading…
Replace Interlocked.{Compare}Exchange Int32 overloads with generic <bool> variants Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9480 opened Jul 28, 2024 by h3xds1nz Loading…
Fix WriteableBitmap's Write/CopyPixels (Clone) to support up to 4GB backbuffers Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9470 opened Jul 25, 2024 by h3xds1nz Loading…
Modify AvTrace call chain to use params ReadOnlySpan<object> instead of an array Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9468 opened Jul 25, 2024 by h3xds1nz Loading…
Try fix EventRoute weak memory leak Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9463 opened Jul 25, 2024 by lindexi Loading…
Reduce allocations while enumerating Speller suggestions and improve performance Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9439 opened Jul 22, 2024 by h3xds1nz Loading…
Replace ArrayList in ItemContainerGenerator with List<EmptyGroupItem> Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9432 opened Jul 20, 2024 by h3xds1nz Loading…
Replace boxing ArrayList in Window with List<IntPtr> (ThreadWindowHandles) Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9431 opened Jul 20, 2024 by h3xds1nz Loading…
Replace boxing ArrayLists in UIAutomationClientSideProviders (ClickablePoint) Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9430 opened Jul 20, 2024 by h3xds1nz Loading…
Add TSAoptions PR metadata: Label to tag PRs, to facilitate with triage
#9424 opened Jul 18, 2024 by harshit7962 Loading…
Replace boxing Stacks in BamlReader, decrease allocs, improve performance Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9397 opened Jul 14, 2024 by h3xds1nz Loading…
[BitmapSource.cs] Simplify CriticalCopyPixels by removing duplicate type checks Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9395 opened Jul 13, 2024 by h3xds1nz Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.