-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Insights: dotnet/wpf
Overview
Could not load contribution data
Please try again later
17 Pull requests merged by 4 people
-
[StyleCleanUp] Remove invalid global SuppressMessage attributes (IDE0076)
#10374 merged
Mar 28, 2025 -
[main] Update dependencies from dotnet/arcade
#10663 merged
Mar 28, 2025 -
[main] Update dependencies from dotnet/winforms
#10658 merged
Mar 28, 2025 -
Making visibility of ScrollViewer as Auto in ComboBox
#10660 merged
Mar 28, 2025 -
Explicitly set PackageProjectUrl
#10661 merged
Mar 27, 2025 -
[main] Update dependencies from dotnet/arcade
#10651 merged
Mar 26, 2025 -
[main] Update dependencies from dotnet/winforms
#10645 merged
Mar 26, 2025 -
[main] Update dependencies from dotnet/arcade
#10638 merged
Mar 25, 2025 -
[main] Update dependencies from dotnet/winforms
#10634 merged
Mar 25, 2025 -
Add BitmapImage initialization tests validating fix in #10428
#10623 merged
Mar 25, 2025 -
Replace use of ArrayList with List<T> in BamlMapTable for performance
#9967 merged
Mar 24, 2025 -
Optimize parsing and serialization of generic type names in Xaml, decrease allocs
#9940 merged
Mar 24, 2025 -
Update Coverlet version and revert ContentType changes from #10514
#10625 merged
Mar 24, 2025 -
[main] Update dependencies from dotnet/winforms
#10627 merged
Mar 24, 2025 -
[main] Update dependencies from dotnet/arcade
#10614 merged
Mar 24, 2025 -
[release/10.0-preview3] Update dependencies from dotnet/winforms
#10626 merged
Mar 24, 2025
25 Pull requests opened by 4 people
-
Stop boxing booleans in DataBindEngine, use BooleanBoxes instead
#10628 opened
Mar 24, 2025 -
Optimize ComputerInkBoundingBox(LtoR), remove unnecessary additional branch
#10630 opened
Mar 24, 2025 -
Fix: Plausible Exception while closing an Application
#10631 opened
Mar 24, 2025 -
Add test coverage for public API surface of BrushConverter
#10632 opened
Mar 24, 2025 -
Add test coverage for public API surface of ColorConverter
#10633 opened
Mar 24, 2025 -
Remove TreeBuilder and all the dead code associated from PBT
#10635 opened
Mar 24, 2025 -
Remove dead code in BamlRecordReader associated with TreeBuilderBamlTranslator
#10636 opened
Mar 24, 2025 -
Add test coverage for public API surface of KeySplineConverter
#10637 opened
Mar 25, 2025 -
Remove NetFX-specific dead code from DWriteForwarder compilation
#10641 opened
Mar 25, 2025 -
[StyleCleanUp] Remove unnecessary equality operator (IDE0100)
#10643 opened
Mar 25, 2025 -
[StyleCleanUp] Simplify conditional expression (IDE0075)
#10647 opened
Mar 25, 2025 -
[MilCodeGen] Optimize generated ValueSerializers code style and usings
#10648 opened
Mar 25, 2025 -
Fix Indeterminate Progress Bar animation with CacheMode set up
#10649 opened
Mar 25, 2025 -
Fix measuring passes in AdornerLayer of the underlying Adorner elements
#10657 opened
Mar 26, 2025 -
Add test coverage for public API surface of VirtualizationCacheLengthConverter
#10659 opened
Mar 26, 2025 -
Remove ShaperBuffers/OpenTypeLayoutCache and NetFX v3.X dead code
#10664 opened
Mar 28, 2025 -
Remove WinRT ReflectionHelper dead code (compiled, not used)
#10666 opened
Mar 28, 2025 -
[StyleCleanUp] Avoid legacy suppression format, use GlobalSuppressions (IDE0077)
#10668 opened
Mar 28, 2025 -
[main] Update dependencies from dotnet/winforms
#10669 opened
Mar 28, 2025 -
[Cleanup] Use named arguments in PresentationFramework
#10671 opened
Mar 29, 2025 -
[main] Update dependencies from dotnet/arcade
#10672 opened
Mar 29, 2025 -
Replace ArrayList from CompositionAdorner with List<AttributeRange>
#10673 opened
Mar 29, 2025 -
[StyleCleanUp] Use ArgumentOutOfRangeException throw helper (CA1512)
#10675 opened
Mar 30, 2025 -
Remove unused dead code in ElementUtil, make class static
#10680 opened
Mar 30, 2025 -
Avoid boxing booleans and allocations in UncommonField<bool>
#10681 opened
Mar 30, 2025
10 Issues closed by 7 people
-
Unneccesary boxing of DpiScale on hot path "SetDpiScaleVisualFlags"
#5696 closed
Mar 30, 2025 -
StringFormat on Tooltip doesn't work
#10662 closed
Mar 28, 2025 -
IDE0076: Remove invalid global 'SuppressMessageAttribute'
#10373 closed
Mar 28, 2025 -
Fluent2 ComboBox Missing Scrollbars
#10571 closed
Mar 28, 2025 -
AccentButtonStyle text invisible in High Contrast when clicking the button
#10413 closed
Mar 28, 2025 -
StringFormat in WPF Bindings Ignores CultureInfo.CurrentCulture in Favor of Language-Derived Culture
#10650 closed
Mar 27, 2025 -
WPF desktop application Tooltip appears briefly before disappearing.
#10652 closed
Mar 27, 2025 -
Why can I tab into menu and toolbar? And why am I not able to tab out of toolbar?
#10550 closed
Mar 27, 2025 -
Validation adorner does show up for controls with initial errors inside an Expander
#1166 closed
Mar 26, 2025 -
Issues caused by code coverage in RuntimeHelpers.GetSpanDataFrom
#10624 closed
Mar 24, 2025
15 Issues opened by 7 people
-
Invoke in ElementUtil and ElementProxy cause unnecessary delegate allocations
#10679 opened
Mar 30, 2025 -
Unnecessary allocations in UIElementAutomationPeer of Matrix/Transform
#10678 opened
Mar 30, 2025 -
Unnecessary allocations in UncommonField<T> for bool
#10677 opened
Mar 30, 2025 -
Unnecessary delegate/closure allocations in UIElementAutomationPeer
#10676 opened
Mar 30, 2025 -
CA1512: Use ArgumentOutOfRangeException throw helper
#10674 opened
Mar 30, 2025 -
crash when running with Address Sanitizer on
#10670 opened
Mar 29, 2025 -
Dead code / CAS / XBAP removals tracker for .NET 10
#10667 opened
Mar 28, 2025 -
[Fluent] Fix ComboBox Style
#10656 opened
Mar 26, 2025 -
A way to handle exceptions from ValueChangedEventManager
#10654 opened
Mar 26, 2025 -
When FlowDirection is set to RightToLeft text is misplaced
#10653 opened
Mar 26, 2025 -
IDE0075: Simplify conditional expression
#10646 opened
Mar 25, 2025 -
CA1805: Do not initialize unnecessarily
#10644 opened
Mar 25, 2025 -
IDE0100: Remove unnecessary equality operator
#10642 opened
Mar 25, 2025 -
Adorner Initial Position Incorrect After Foreground Color Change
#10640 opened
Mar 25, 2025 -
ComboBox Grouping Template
#10629 opened
Mar 24, 2025
41 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Release COM object in TextStore
#8201 commented on
Mar 26, 2025 • 5 new comments -
Use shared clipboard code
#10544 commented on
Mar 28, 2025 • 5 new comments -
[Accessibility] In WPF Narrator is not reading the items of an Editable ComboBox
#10611 commented on
Mar 24, 2025 • 0 new comments -
System.Windows.UncommonField<bool>.SetValue generating garbage
#4114 commented on
Mar 30, 2025 • 0 new comments -
Remove the unnecessary fields in DpiHelper
#6851 commented on
Mar 24, 2025 • 0 new comments -
Update FixedDocument.cs
#8389 commented on
Mar 24, 2025 • 0 new comments -
Remove allocations on all base converters, improve TokenizerHelper
#9364 commented on
Mar 24, 2025 • 0 new comments -
Modify AvTrace call chain to use params ReadOnlySpan<object> instead of an array
#9468 commented on
Mar 29, 2025 • 0 new comments -
Optimize parsing/conversion of TextDecorations from string, reduce allocations
#9778 commented on
Mar 24, 2025 • 0 new comments -
Optimize Color/Brush parsing and string conversion, reduce allocs
#10225 commented on
Mar 24, 2025 • 0 new comments -
Avoid zero-length array allocations and storing them in static fields (CA1825)
#10267 commented on
Mar 28, 2025 • 0 new comments -
[StyleCleanUp] ThreadStatic fields should not use inline initialization (CA2019)
#10301 commented on
Mar 28, 2025 • 0 new comments -
Use source-generated regex instead of runtime compilation (SYSLIB1045)
#10303 commented on
Mar 28, 2025 • 0 new comments -
[StyleCleanUp] Correct file header/license info (IDE0073)
#10372 commented on
Mar 28, 2025 • 0 new comments -
Adding simsun-extg font to support more character
#10517 commented on
Mar 27, 2025 • 0 new comments -
Improving DynamicResource performance (second try)
#10532 commented on
Mar 27, 2025 • 0 new comments -
Use HashSet<T> in CommitManager instead of wrapped Dictionary<K, V>
#10603 commented on
Mar 24, 2025 • 0 new comments -
[StyleCleanUp] Fix MilCodeGen generated code whitespaces
#10615 commented on
Mar 28, 2025 • 0 new comments -
[MilCodeGen] Declare Equals/GetHashCode and property getters for fields as readonly
#10618 commented on
Mar 28, 2025 • 0 new comments -
[StyleCleanUp] Use compound assignment (IDE0054)
#10620 commented on
Mar 28, 2025 • 0 new comments -
[StyleCleanUp] Use conditional delegate call (IDE1005)
#10622 commented on
Mar 24, 2025 • 0 new comments -
Missing Control Styles in Windows 11 Themes
#8698 commented on
Mar 24, 2025 • 0 new comments -
IDE1005: Use conditional delegate call
#10621 commented on
Mar 24, 2025 • 0 new comments -
WPF window stops rendering when using a BitmapCache inside while another window is invisible
#2158 commented on
Mar 26, 2025 • 0 new comments -
InputScopeAttribute leaks on TextBox in WPF.
#8192 commented on
Mar 26, 2025 • 0 new comments -
Regarding Keyboard Arrow Navigation Not Working Properly with Custom Editor in DataGrid Cell Template
#10531 commented on
Mar 26, 2025 • 0 new comments -
Fixing Fluent Style Issues
#10393 commented on
Mar 26, 2025 • 0 new comments -
[ Fluent ] Fix DatePicker Style
#10519 commented on
Mar 26, 2025 • 0 new comments -
Apps with a custom background flash a white background for a couple frames on some devices
#5853 commented on
Mar 27, 2025 • 0 new comments -
Error validation template does not actualised within ListView and DisplayMemberBinding
#3755 commented on
Mar 27, 2025 • 0 new comments -
SYSLIB1045: Use [GeneratedRegex] for compile time source generation
#10302 commented on
Mar 28, 2025 • 0 new comments -
CA2019: ThreadStatic fields should not use inline initialization
#10300 commented on
Mar 28, 2025 • 0 new comments -
CA1825: Avoid zero-length array allocations
#10286 commented on
Mar 28, 2025 • 0 new comments -
IDE0073: Require file header
#10371 commented on
Mar 28, 2025 • 0 new comments -
IDE0054: Use compound assignment
#10619 commented on
Mar 28, 2025 • 0 new comments -
BindingExpressionBase.UpdateNotifyDataErrorValidationErrors throws NullReferenceException
#10150 commented on
Mar 28, 2025 • 0 new comments -
IDE0077: Avoid legacy format target in global 'SuppressMessageAttribute'
#10375 commented on
Mar 28, 2025 • 0 new comments -
CA2242: Test for NaN correctly
#10616 commented on
Mar 28, 2025 • 0 new comments -
Indeterminate progress bar used as BitmapCacheBrush target do not animate
#8960 commented on
Mar 29, 2025 • 0 new comments -
WPF control is not reclaimed on NET9 by GC
#9467 commented on
Mar 29, 2025 • 0 new comments