issues Search Results · repo:DotNetAnalyzers/WpfAnalyzers language:C#
Filter by
265 results
(57 ms)265 results
inDotNetAnalyzers/WpfAnalyzers (press backspace or delete to remove)Currently WPF0042 warns on the following code:
public static void SetColumn(UIElement element, int value)
{
ArgumentNullException.ThrowIfNull(element);
element.SetValue(ColumnProperty, value); ...
Laniusexcubitor
- Opened on Dec 14, 2023
- #461
I have the following converter with the following types. Roslyn reports the following error:
WPF0072: ValueConversion must use correct types Expected: System.ComponentModel.IDataErrorInfo
[ValueConversion(typeof(BaseClass), ...
michaelmairegger
- Opened on Jun 5, 2023
- #436
JohanLarsson
- Opened on Feb 27, 2023
- #419
Hi. Your library is great and I use it in all WPF projects. I would like to ask about the possibility of providing a PR
for you, which in Sileng/Suggestion mode would offer to switch to DependencyPropertyGenerator ...
HavenDV
- Opened on Nov 17, 2022
- #408
currently:
EventManager.RegisterClassHandler(typeof(RadioButton), UIElement.PreviewTouchDownEvent, new EventHandler((o, e) = Toggle((RadioButton)o!, e)));
should be:
EventManager.RegisterClassHandler(typeof(RadioButton), ...
JohanLarsson
- Opened on Sep 2, 2022
- #393
JohanLarsson
- Opened on May 6, 2022
- #377
JohanLarsson
- Opened on May 6, 2022
- #376
before:
public event RoutedEventHandler? SymbolChanged;
after:
public static readonly RoutedEvent SymbolChangedEvent = EventManager.RegisterRoutedEvent(
nameof(SymbolChanged),
RoutingStrategy.Direct, ...
JohanLarsson
- Opened on Mar 16, 2022
- #367
public class Chart : FrameworkElement
{
private const int CandleWidth = 5;
public static readonly RoutedEvent SymbolChangedEvent = EventManager.RegisterRoutedEvent(
nameof(SymbolChanged), ...
JohanLarsson
- Opened on Mar 16, 2022
- #366
JohanLarsson
- Opened on Feb 27, 2022
- #360

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.