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

Replace GCHandle allocs for short-term pinning with fixed statements Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9365 opened Jul 7, 2024 by h3xds1nz Loading…
Reduce LengthConverter allocs to minimum and improve conversion performance Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9364 opened Jul 7, 2024 by h3xds1nz Loading…
Reduce ThicknessConverter allocs to minimum and improve conversion performance Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9363 opened Jul 7, 2024 by h3xds1nz Loading…
[AvTrace.cs] Use ReadOnlySpan<char>/Slice instead of String/Substring in AntiFormat Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9361 opened Jul 5, 2024 by h3xds1nz Loading…
Fix InvalidOperationException in AvTrace and improve general thread-safety Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9352 opened Jul 4, 2024 by h3xds1nz Loading…
Fixed keyboard focus for DatePicker control PR metadata: Label to tag PRs, to facilitate with triage
#9340 opened Jul 2, 2024 by anjali-wpf Loading…
Replace Array.GetLength on single-dimensional arrays with Length property Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9334 opened Jul 1, 2024 by h3xds1nz Loading…
[CachedBitmap.cs] Simplify constructor by removing duplicate type checks Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9333 opened Jul 1, 2024 by h3xds1nz Loading…
[Draft] Enabling Fluent as default theme using an opt-in and app.config draft PR metadata: Label to tag PRs, to facilitate with triage
#9332 opened Jul 1, 2024 by dipeshmsft Draft
Remove Marshalling code during Color Translation, reduce allocations Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9330 opened Jun 30, 2024 by h3xds1nz Loading…
Added ThemeGenerator script for generating combined Fluent XAML theme files PR metadata: Label to tag PRs, to facilitate with triage
#9293 opened Jun 26, 2024 by dipeshmsft Loading…
Remove CriticalHandle properties Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9292 opened Jun 26, 2024 by ThomasGoulet73 Loading…
[Draft] Release font resources to fix memory leak draft * NO MERGE * metadata: The PR is not ready for merge yet (see discussion for detailed reasons) PR metadata: Label to tag PRs, to facilitate with triage
#9250 opened Jun 14, 2024 by hiteshwpfmsft Draft
Use Delegate.EnumerateInvocationList instead of Delegate.GetInvocationList Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9246 opened Jun 14, 2024 by ThomasGoulet73 Loading…
Enable .NET analyzers and Upgrade langversion draft * NO MERGE * metadata: The PR is not ready for merge yet (see discussion for detailed reasons) PR metadata: Label to tag PRs, to facilitate with triage
#9237 opened Jun 12, 2024 by singhashish-wpf Draft
Fix for color contrast ratio of chevron button of combo box PR metadata: Label to tag PRs, to facilitate with triage Win 11 Theming
#9236 opened Jun 12, 2024 by anjali-wpf Loading…
Remove bunch of allocations caused by static arrays by favoring ReadOnlySpan<T> Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9230 opened Jun 7, 2024 by h3xds1nz Loading…
Additional changes to define Value property of Setter as XAML content property draft PR metadata: Label to tag PRs, to facilitate with triage
#9229 opened Jun 7, 2024 by anjali-wpf Draft
[LassoSelectionBehavior.cs] Replace boxing ArrayList, remove unnecessary array alloc Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9223 opened Jun 6, 2024 by h3xds1nz Loading…
[CursorConverter.cs] Replace ArrayList with preallocated array and reduce allocations Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9222 opened Jun 6, 2024 by h3xds1nz Loading…
[InputLanguageSource.cs] Replace ArrayList with pre-allocated generic List<CultureInfo> Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9221 opened Jun 6, 2024 by h3xds1nz Loading…
Replace Marshal.SizeOf(...) calls for primitive types with sizeof(...) Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9220 opened Jun 6, 2024 by h3xds1nz Loading…
[DataObject.cs] Replace Array.CreateInstance(...) calls with the new[] keyword Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage Queue for test pass
#9218 opened Jun 6, 2024 by h3xds1nz Loading…
Adding Subitem value to hitTest PR metadata: Label to tag PRs, to facilitate with triage Queue for test pass
#9217 opened Jun 6, 2024 by rchauhan18 Loading…
[DataObject.cs] Replace ArrayList with List<string>, reduce some allocations Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
#9215 opened Jun 6, 2024 by h3xds1nz Loading…
ProTip! Updated in the last three days: updated:>2024-07-04.