Repository Analysis

dotnet/wpf

WPF is a .NET Core UI framework for building Windows desktop applications.

8.3 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of dotnet/wpf, a C# project with 7,679 GitHub stars. SynthScan v2.0 examined 2,407,070 lines of code across 6334 source files, recording 15762 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 8.3 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

8.3
Adjusted Score
8.3
Raw Score
100%
Time Factor
2026-07-14
Last Push
7.7K
Stars
C#
Language
2.4M
Lines of Code
6.3K
Files
15.8K
Pattern Hits
2026-07-14
Scan Date
0.08
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 500HIGH 11MEDIUM 54LOW 15197

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 15762 distinct pattern matches across 17 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block14941 hits · 14225 pts
SeverityFileLineSnippetContext
LOWeng/WpfArcadeSdk/tools/GenXmlStringTable.pl1########################################################COMMENT
LOWeng/WpfArcadeSdk/tools/GenXmlStringTable.pl121########################################################COMMENT
LOWeng/WpfArcadeSdk/tools/GenApi/GlobalApiExclusions.txt1// NOTE: COMMENT
LOWeng/common/SetupNugetSources.sh1#!/usr/bin/env bashCOMMENT
LOWeng/common/vmr-sync.sh1#!/bin/bashCOMMENT
LOWeng/common/vmr-sync.sh21###COMMENT
LOWeng/common/native/init-distro-rid.sh1#!/bin/shCOMMENT
LOWeng/common/native/init-distro-rid.sh61COMMENT
LOW…common/templates-official/variables/pool-providers.yml1# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc poolCOMMENT
LOWeng/common/templates/vmr-build-pr.yml1# This pipeline is used for running the VMR verification of the PR changes in repo-level PRs.COMMENT
LOWeng/common/templates/variables/pool-providers.yml1# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc poolCOMMENT
LOWeng/common/core-templates/stages/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
LOWeng/common/core-templates/steps/install-microbuild.yml1parameters:COMMENT
LOWeng/common/core-templates/job/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
LOWeng/common/core-templates/job/source-build.yml1parameters:COMMENT
LOWeng/common/core-templates/job/source-build.yml21 # published by source-build.COMMENT
LOWeng/common/core-templates/job/helix-job-monitor.yml61# are treated as failed: they count toward the monitor's exit code and are resubmitted by aCOMMENT
LOW…pfCustomControlLibrary-CSharp/net5.0/CustomControl1.cs21 /// Step 1a) Using this custom control in a XAML file that exists in the current project.COMMENT
LOW…pfCustomControlLibrary-CSharp/net6.0/CustomControl1.cs21using System.Windows.Documents;COMMENT
LOW…pfCustomControlLibrary-CSharp/net6.0/CustomControl1.cs41///COMMENT
LOW…pfCustomControlLibrary-CSharp/net6.0/CustomControl1.cs61public class CustomControl1 : ControlCOMMENT
LOW…pfCustomControlLibrary-CSharp/net6.0/CustomControl1.cs81 /// Step 1b) Using this custom control in a XAML file that exists in a different project.COMMENT
LOW…mControlLibrary-CSharp/netcoreapp3.1/CustomControl1.cs21 /// Step 1a) Using this custom control in a XAML file that exists in the current project.COMMENT
LOWDocumentation/api-compat.md21## [ApiCompat.targets](/eng/WpfArcadeSdk/tools/ApiCompat.targets)COMMENT
LOW…tem/ComponentModel/CurrentChangingEventManagerTests.cs161 // {COMMENT
LOW…stem/ComponentModel/CurrentChangedEventManagerTests.cs161 // public void AddHandler_InvokeNoSource_Success()COMMENT
LOW…stem/ComponentModel/CurrentChangedEventManagerTests.cs381 source.OnCurrentChanged(source, EventArgs.Empty);COMMENT
LOW…ml.Tests/System/Windows/Markup/StaticExtensionTests.cs281#pragma warning disable CA1823 // Avoid unused private fieldsCOMMENT
LOW…tegrationTests/Common/DRT/TestServices/DrtBaseInput.cs381 /// <summary>COMMENT
LOW…tegrationTests/Common/DRT/TestServices/DrtBaseInput.cs421 //COMMENT
LOW…tegrationTests/Common/DRT/TestServices/DrtBaseInput.cs461COMMENT
LOW…ts/IntegrationTests/Common/DRT/TestServices/DrtBase.cs841COMMENT
LOW…ts/IntegrationTests/Common/DRT/TestServices/DrtBase.cs1181 /// Assert that objects are equal. The phrase "Expected: x Got: y" is automatically added to the message.COMMENT
LOW…ts/IntegrationTests/Common/DRT/TestServices/DrtBase.cs1461 }COMMENT
LOW…ts/IntegrationTests/Common/DRT/TestServices/DrtBase.cs1481 /// a given type.COMMENT
LOW…ts/IntegrationTests/Common/DRT/TestServices/DrtBase.cs1661 /// Search the visual and logical trees looking for a node withCOMMENT
LOW…ts/IntegrationTests/Common/DRT/TestServices/DrtBase.cs1701 /// <summary>COMMENT
LOW…ts/IntegrationTests/Common/DRT/TestServices/DrtBase.cs2981 /// <summary>COMMENT
LOW…ts/IntegrationTests/Common/DRT/TestServices/DrtBase.cs3001 /// </summary>COMMENT
LOW…Tests/Common/DRT/TestServices/MS/Internal/PointUtil.cs41 // We need to include the root element's transform until the MILCOMMENT
LOW…Tests/Common/DRT/TestServices/MS/Internal/PointUtil.cs121 {COMMENT
LOW…Tests/Common/DRT/TestServices/MS/Internal/PointUtil.cs181 //COMMENT
LOW…TestServices/MS/Internal/SecurityCriticalDataForSet.cs1// Licensed to the .NET Foundation under one or more agreements.COMMENT
LOW…on/DRT/TestServices/MS/Win32/UnsafeNativeMethodsCLR.cs21COMMENT
LOW…on/DRT/TestServices/MS/Win32/UnsafeNativeMethodsCLR.cs741 public static extern IntPtr LoadLibrary(string lpFileName);COMMENT
LOW…on/DRT/TestServices/MS/Win32/UnsafeNativeMethodsCLR.cs761 DONT_RESOLVE_DLL_REFERENCES = 0x00000001,COMMENT
LOW…on/DRT/TestServices/MS/Win32/UnsafeNativeMethodsCLR.cs781 /// <summary>COMMENT
LOW…on/DRT/TestServices/MS/Win32/UnsafeNativeMethodsCLR.cs801 /// </remarks>COMMENT
LOW…on/DRT/TestServices/MS/Win32/UnsafeNativeMethodsCLR.cs821 /// <remarks>COMMENT
LOW…on/DRT/TestServices/MS/Win32/UnsafeNativeMethodsCLR.cs841 /// </remarks>COMMENT
LOW…on/DRT/TestServices/MS/Win32/UnsafeNativeMethodsCLR.cs861 /// This value is not supported.COMMENT
LOW…on/DRT/TestServices/MS/Win32/UnsafeNativeMethodsCLR.cs881 /// <see cref="LOAD_WITH_ALTERED_SEARCH_PATH"/>COMMENT
LOW…on/DRT/TestServices/MS/Win32/UnsafeNativeMethodsCLR.cs1681COMMENT
LOW…Common/DRT/TestServices/MS/Win32/NativeMethodsOther.cs1181 public const int VK_OEM_BACKTAB = 0xF5;COMMENT
LOW…Common/DRT/TestServices/MS/Win32/NativeMethodsOther.cs1221 return h.h;COMMENT
LOW…Common/DRT/TestServices/MS/Win32/NativeMethodsOther.cs1381 /// <returns>More than zero if succeeded</returns>COMMENT
LOW…Common/DRT/TestServices/MS/Win32/NativeMethodsOther.cs1401 public static extern Int32 ClosePrinter(IntPtr hPrinter);COMMENT
LOW…s/Common/DRT/TestServices/MS/Win32/NativeMethodsCLR.cs21 // The SecurityHelper class differs between assemblies and could not actually beCOMMENT
LOW…s/Common/DRT/TestServices/MS/Win32/NativeMethodsCLR.cs6341 public static readonly int Accelerator = HandleCollector.RegisterType("Accelerator", 80, 50);COMMENT
LOW…s/Common/DRT/TestServices/MS/Win32/NativeMethodsCLR.cs6361 public static readonly int GDI = HandleCollector.RegisterType("GDI", 50, 500);COMMENT
14881 more matches not shown…
Hallucination Indicators500 hits · 5028 pts
SeverityFileLineSnippetContext
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2391 System.Windows.Automation.Provider.IRawElementProviderSimple System.Windows.Automation.Provider.IGridProvider.GeCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2392 System.Windows.Automation.Provider.IRawElementProviderSimple System.Windows.Automation.Provider.IItemContainerPrCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2393 int[] System.Windows.Automation.Provider.IMultipleViewProvider.GetSupportedViews() { throw null; }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2394 string System.Windows.Automation.Provider.IMultipleViewProvider.GetViewName(int viewId) { throw null; }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2395 void System.Windows.Automation.Provider.IMultipleViewProvider.SetCurrentView(int viewId) { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2396 System.Windows.Automation.Provider.IRawElementProviderSimple[] System.Windows.Automation.Provider.ISelectionProvCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2397 System.Windows.Automation.Provider.IRawElementProviderSimple[] System.Windows.Automation.Provider.ITableProviderCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2398 System.Windows.Automation.Provider.IRawElementProviderSimple[] System.Windows.Automation.Provider.ITableProviderCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2425 void System.Windows.Automation.Provider.IExpandCollapseProvider.Collapse() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2426 void System.Windows.Automation.Provider.IExpandCollapseProvider.Expand() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2427 void System.Windows.Automation.Provider.IValueProvider.SetValue(string val) { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2453 System.Windows.Automation.Provider.IRawElementProviderSimple System.Windows.Automation.Provider.IGridProvider.GeCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2454 System.Windows.Automation.Provider.IRawElementProviderSimple[] System.Windows.Automation.Provider.ISelectionProvCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2455 System.Windows.Automation.Provider.IRawElementProviderSimple[] System.Windows.Automation.Provider.ITableProviderCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2456 System.Windows.Automation.Provider.IRawElementProviderSimple[] System.Windows.Automation.Provider.ITableProviderCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2502 void System.Windows.Automation.Provider.IInvokeProvider.Invoke() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2503 void System.Windows.Automation.Provider.IScrollItemProvider.ScrollIntoView() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2504 void System.Windows.Automation.Provider.ISelectionItemProvider.AddToSelection() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2505 void System.Windows.Automation.Provider.ISelectionItemProvider.RemoveFromSelection() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2506 void System.Windows.Automation.Provider.ISelectionItemProvider.Select() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2507 System.Windows.Automation.Provider.IRawElementProviderSimple[] System.Windows.Automation.Provider.ITableItemProvCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2508 System.Windows.Automation.Provider.IRawElementProviderSimple[] System.Windows.Automation.Provider.ITableItemProvCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2509 void System.Windows.Automation.Provider.IValueProvider.SetValue(string value) { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2510 void System.Windows.Automation.Provider.IVirtualizedItemProvider.Realize() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2529 void System.Windows.Automation.Provider.IInvokeProvider.Invoke() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2530 void System.Windows.Automation.Provider.IScrollItemProvider.ScrollIntoView() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2531 void System.Windows.Automation.Provider.ITransformProvider.Move(double x, double y) { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2532 void System.Windows.Automation.Provider.ITransformProvider.Resize(double width, double height) { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2533 void System.Windows.Automation.Provider.ITransformProvider.Rotate(double degrees) { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2534 void System.Windows.Automation.Provider.IVirtualizedItemProvider.Realize() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2544 System.Windows.Automation.Provider.IRawElementProviderSimple System.Windows.Automation.Provider.IItemContainerPrCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2563 void System.Windows.Automation.Provider.IInvokeProvider.Invoke() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2564 System.Windows.Automation.Provider.IRawElementProviderSimple System.Windows.Automation.Provider.IItemContainerPrCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2565 void System.Windows.Automation.Provider.IScrollItemProvider.ScrollIntoView() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2566 void System.Windows.Automation.Provider.ISelectionItemProvider.AddToSelection() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2567 void System.Windows.Automation.Provider.ISelectionItemProvider.RemoveFromSelection() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2568 void System.Windows.Automation.Provider.ISelectionItemProvider.Select() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2569 System.Windows.Automation.Provider.IRawElementProviderSimple[] System.Windows.Automation.Provider.ISelectionProvCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2597 void System.Windows.Automation.Provider.IExpandCollapseProvider.Collapse() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2598 void System.Windows.Automation.Provider.IExpandCollapseProvider.Expand() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2599 void System.Windows.Automation.Provider.IValueProvider.SetValue(string value) { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2637 void System.Windows.Automation.Provider.IInvokeProvider.Invoke() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2638 void System.Windows.Automation.Provider.ISelectionItemProvider.AddToSelection() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2639 void System.Windows.Automation.Provider.ISelectionItemProvider.RemoveFromSelection() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2640 void System.Windows.Automation.Provider.ISelectionItemProvider.Select() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2641 System.Windows.Automation.Provider.IRawElementProviderSimple[] System.Windows.Automation.Provider.ITableItemProvCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2642 System.Windows.Automation.Provider.IRawElementProviderSimple[] System.Windows.Automation.Provider.ITableItemProvCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2643 void System.Windows.Automation.Provider.IVirtualizedItemProvider.Realize() { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2708 int[] System.Windows.Automation.Provider.IMultipleViewProvider.GetSupportedViews() { throw null; }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2709 string System.Windows.Automation.Provider.IMultipleViewProvider.GetViewName(int viewId) { throw null; }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2710 void System.Windows.Automation.Provider.IMultipleViewProvider.SetCurrentView(int viewId) { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2748 void System.Windows.Automation.Provider.ITransformProvider.Move(double x, double y) { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2749 void System.Windows.Automation.Provider.ITransformProvider.Resize(double width, double height) { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2750 void System.Windows.Automation.Provider.ITransformProvider.Rotate(double degrees) { }CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2758 System.Windows.Automation.Peers.ItemAutomationPeer System.Windows.Automation.Peers.IViewAutomationPeer.CreateIteCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2759 System.Windows.Automation.Peers.AutomationControlType System.Windows.Automation.Peers.IViewAutomationPeer.GetAutCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2760 System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> System.Windows.Automation.Peers.CODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2761 object System.Windows.Automation.Peers.IViewAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternIntCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2762 void System.Windows.Automation.Peers.IViewAutomationPeer.ItemsChanged(System.Collections.Specialized.NotifyColleCODE
CRITICAL…reakers/PresentationFramework/PresentationFramework.cs2763 void System.Windows.Automation.Peers.IViewAutomationPeer.ViewDetached() { }CODE
440 more matches not shown…
Example Usage Blocks92 hits · 139 pts
SeverityFileLineSnippetContext
LOWeng/common/native/install-dependencies.sh7# Usage:COMMENT
LOW…common/templates-official/variables/pool-providers.yml12# How to use:COMMENT
LOWeng/common/templates/variables/pool-providers.yml12# How to use:COMMENT
LOWeng/common/core-templates/job/renovate.yml11# Usage:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x2.cpp284// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x2.cpp314// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x2.cpp337// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x2.cpp362// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x2.cpp393// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u32x4.cpp24// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u32x4.cpp53// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u32x4.cpp74// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u32x4.cpp157// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u32x4.cpp184// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32.cpp80// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32.cpp101// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32.cpp123// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32.cpp287// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32.cpp319// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32.cpp345// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32.cpp378// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32.cpp404// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32.cpp431// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x4.cpp284// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x4.cpp317// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x4.cpp343// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x4.cpp371// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x4.cpp405// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x4.cpp439// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u32x4.cpp517// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u16x4.cpp211// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u16x4.cpp243// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u16x4.cpp265// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u16x4.cpp296// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_u16x4.cpp326// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u16.cpp25// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u16.cpp55// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u16.cpp83// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u16.cpp118// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u16.cpp146// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u16.cpp167// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_u16.cpp191// Usage example:COMMENT
LOW….DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/Branch.cpp42// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/PVOID.cpp94// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/PVOID.cpp140// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/PVOID.cpp177// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/PVOID.cpp208// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/PVOID.cpp240// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/PVOID.cpp272// Usage example:COMMENT
LOW…t.DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/PVOID.cpp304// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_s16x8.cpp65// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_s16x8.cpp99// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_f32x1.cpp24// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_f32x1.cpp55// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_f32x1.cpp84// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_f32x1.cpp105// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_f32x1.cpp208// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/P_f32x1.cpp256// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_s32x4.cpp139// Usage example:COMMENT
LOW…DotNet.Wpf/src/WpfGfx/core/fxjit/Collector/C_s32x4.cpp173// Usage example:COMMENT
32 more matches not shown…
Structural Annotation Overuse71 hits · 117 pts
SeverityFileLineSnippetContext
LOW…tationCore/MS/internal/FontCache/FontFaceLayoutInfo.cs435 // Step 1: call OpenType layout engine to test presence ofCOMMENT
LOW…tationCore/MS/internal/FontCache/FontFaceLayoutInfo.cs508 // Step 3: call OpenType layout engine to find out if there is any feature present forCOMMENT
LOW…/PresentationCore/System/Windows/EventHandlersStore.cs81 /// NOTE: This method does nothing if noCOMMENT
LOW…/PresentationCore/System/Windows/EventHandlersStore.cs171 /// NOTE: This method does nothing if noCOMMENT
LOW….Wpf/src/PresentationCore/System/Windows/EventRoute.cs277 /// NOTE: This method needs to be public because it is usedCOMMENT
LOW….Wpf/src/PresentationCore/System/Windows/EventRoute.cs309 /// NOTE: This method needs to be public because it is usedCOMMENT
LOW….Wpf/src/PresentationCore/System/Windows/EventRoute.cs336 /// NOTE: This method needs to be public because it is usedCOMMENT
LOW….Wpf/src/PresentationCore/System/Windows/EventRoute.cs363 /// NOTE: This method needs to be public because it is usedCOMMENT
LOW…PresentationCore/System/Windows/Generated/UIElement.cs550 /// NOTE: This method does nothing if there wereCOMMENT
LOW…esentationCore/System/Windows/Generated/UIElement3D.cs356 /// NOTE: This method does nothing if there wereCOMMENT
LOW…ntationCore/System/Windows/Generated/ContentElement.cs550 /// NOTE: This method does nothing if there wereCOMMENT
LOW…/PresentationCore/System/Windows/Input/FocusManager.cs335 // Step 1: Walk up the logical treeCOMMENT
LOW…/PresentationCore/System/Windows/Input/FocusManager.cs370 // Step 2: Walk up the visual treeCOMMENT
LOW…ionCore/System/Windows/Input/Command/CommandManager.cs286 // Step 1: Check local input bindingsCOMMENT
LOW…ionCore/System/Windows/Input/Command/CommandManager.cs312 // Step 2: If no command, check class input bindingsCOMMENT
LOW…ionCore/System/Windows/Input/Command/CommandManager.cs337 // Step 3: If no command, check local command bindingsCOMMENT
LOW…ionCore/System/Windows/Input/Command/CommandManager.cs361 // Step 4: If no command, look at class command bindingsCOMMENT
LOW…ionCore/System/Windows/Input/Command/CommandManager.cs383 // Step 5: If found a command, then execute it (unless it isCOMMENT
LOW…sentationCore/System/Windows/Media/BitmapCacheBrush.cs46 // NOTE: This class is basically identical to VisualBrush, it should be refactored toCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs48 // Step 1: Append this to the end of the "sequential" linked list.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs51 // Step 2: Append the item into the priority chain.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs106 // Step 1: Remove the item from its priority chain.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs109 // Step 2: Remove the item from the sequential chain.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs121 // Step 1: Remove the item from the priority chain.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs124 // Step 2: Insert the item into the new priority chain.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs254 // Step 1: Fix up the previous linkCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs268 // Step 2: Fix up the next linkCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs282 // Step 3: cleanupCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs354 // Step 1: Fix up the previous linkCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs368 // Step 2: Fix up the next linkCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs382 // Step 3: cleanupCOMMENT
LOW…/WindowsBase/MS/Internal/IO/Packaging/PackUriHelper.cs241 // Step 1: Get the safe-unescaped form of the URI first. This will unescape all the charactersCOMMENT
LOW…/WindowsBase/MS/Internal/IO/Packaging/PackUriHelper.cs255 // Step 2: Get the canonically escaped Path with only ascii charactersCOMMENT
LOW…c/ReachFramework/Packaging/XpsFixedPageReaderWriter.cs2024 /// NOTE: This method is no longer needed once the ResourceCOMMENT
LOW…rosoft.DotNet.Wpf/src/WpfGfx/core/hw/HwShaderCache.cpp207// NOTE: This function can return S_OK with *pfFailedCompile ==COMMENT
LOW…tNet.Wpf/src/WpfGfx/codegen/mcg/generators/Elements.cs411 /// NOTE: This method does nothing if there wereCOMMENT
LOW…tationFramework/MS/Internal/PtsHost/TableParaClient.cs2035 // Step 1 - Run through all of our calculated columns, and determine min and max widths (these widths do NOTCOMMENT
LOW…tationFramework/MS/Internal/PtsHost/TableParaClient.cs2094 // Step 2 - Calculate table user width - This width includes all padding and is a percentage of durAvailableCOMMENT
LOW…tationFramework/MS/Internal/PtsHost/TableParaClient.cs2174 // Step 3 - Remove padding - (REVIEW - Is this guaranteed?)COMMENT
LOW…tationFramework/MS/Internal/PtsHost/TableParaClient.cs2181 // Step 4 - Calculate the space for 'auto' sized columns.COMMENT
LOW…ionFramework/MS/Internal/Text/DynamicPropertyReader.cs217 // NOTE: This method is only used to read background of text content.COMMENT
LOW…S/Internal/Globalization/LocalizableResourceBuilder.cs95 // Step 2: Find out the inheritance valueCOMMENT
LOW…S/Internal/Globalization/LocalizableResourceBuilder.cs106 // Step 3: We finalized the localizability values. We now apply.COMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs1050 // Step 1: Remove the inherited NavigationService propertyCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs1055 // Step 1: Set the inherited NavigationService propertyCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs760 // Step 1: Clear NavigationService propertyCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs778 // Step 2: Deal with Focus issuesCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs817 // Step 3: Deal with PageFunction issuesCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs859 // Step 1: Do PageFunction related stuffCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs933 // Step 2: Set NavigationService property and WebBrowserCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs3558 /// NOTE: This method should be used only when the NavigationWindow is really needed.COMMENT
LOW…entationFramework/System/Windows/Controls/TextBlock.cs91 /// NOTE: This method already exists for this class and is not specially implemented for IContentHost.COMMENT
LOW…Framework/System/Windows/Controls/SoundPlayerAction.cs154 // Step 1: Perform an asynchronous load of the WebResponse and its associated StreamCOMMENT
LOW…resentationFramework/System/Windows/Controls/Button.cs210 // Step 1: Determine the AccessKey scope from currently focused elementCOMMENT
LOW…resentationFramework/System/Windows/Controls/Button.cs215 // Step 2: Determine the AccessKey scope from this buttonCOMMENT
LOW…resentationFramework/System/Windows/Controls/Button.cs220 // Step 3: Compare scopesCOMMENT
LOW…amework/System/Windows/Controls/Primitives/Selector.cs2361 // Step 1: process the items to be unselectedCOMMENT
LOW…amework/System/Windows/Controls/Primitives/Selector.cs2400 // Step 2: process items to be selectedCOMMENT
LOW…ationFramework/System/Windows/Markup/XamlTypeMapper.cs4040 /// NOTE: This method takes a lock on the table. So to setCOMMENT
LOW…tem/Windows/Automation/Peers/CalendarAutomationPeer.cs112 // Step 1: Add previous, header and next buttonsCOMMENT
11 more matches not shown…
Verbosity Indicators63 hits · 105 pts
SeverityFileLineSnippetContext
LOW…tationCore/MS/internal/FontCache/FontFaceLayoutInfo.cs435 // Step 1: call OpenType layout engine to test presence ofCOMMENT
LOW…tationCore/MS/internal/FontCache/FontFaceLayoutInfo.cs508 // Step 3: call OpenType layout engine to find out if there is any feature present forCOMMENT
LOW…/PresentationCore/System/Windows/Input/FocusManager.cs335 // Step 1: Walk up the logical treeCOMMENT
LOW…/PresentationCore/System/Windows/Input/FocusManager.cs370 // Step 2: Walk up the visual treeCOMMENT
LOW…c/PresentationCore/System/Windows/Input/MouseDevice.cs1652 // - we need to check if it's changedCOMMENT
LOW…tionCore/System/Windows/Input/Stylus/Wisp/WispLogic.cs2958 // We need to check if the point is over the client orCOMMENT
LOW…tionCore/System/Windows/Input/Stylus/Wisp/WispLogic.cs3535 // We need to check if the point is over the client orCOMMENT
LOW…ionCore/System/Windows/Input/Command/CommandManager.cs286 // Step 1: Check local input bindingsCOMMENT
LOW…ionCore/System/Windows/Input/Command/CommandManager.cs312 // Step 2: If no command, check class input bindingsCOMMENT
LOW…ionCore/System/Windows/Input/Command/CommandManager.cs337 // Step 3: If no command, check local command bindingsCOMMENT
LOW…ionCore/System/Windows/Input/Command/CommandManager.cs361 // Step 4: If no command, look at class command bindingsCOMMENT
LOW…ionCore/System/Windows/Input/Command/CommandManager.cs383 // Step 5: If found a command, then execute it (unless it isCOMMENT
LOW…nCore/System/Windows/InterOp/HwndMouseInputProvider.cs938 // We need to check if the point is over the client orCOMMENT
LOW…sentationCore/System/Windows/Media/MediaPlayerState.cs1022 /// When a new frame is received, we need to check if it is remote and then acquire the new frameCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs48 // Step 1: Append this to the end of the "sequential" linked list.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs51 // Step 2: Append the item into the priority chain.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs106 // Step 1: Remove the item from its priority chain.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs109 // Step 2: Remove the item from the sequential chain.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs121 // Step 1: Remove the item from the priority chain.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs124 // Step 2: Insert the item into the new priority chain.COMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs254 // Step 1: Fix up the previous linkCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs268 // Step 2: Fix up the next linkCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs282 // Step 3: cleanupCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs354 // Step 1: Fix up the previous linkCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs368 // Step 2: Fix up the next linkCOMMENT
LOW…otNet.Wpf/src/WindowsBase/MS/Internal/PriorityQueue.cs382 // Step 3: cleanupCOMMENT
LOW…/WindowsBase/MS/Internal/IO/Packaging/PackUriHelper.cs241 // Step 1: Get the safe-unescaped form of the URI first. This will unescape all the charactersCOMMENT
LOW…/WindowsBase/MS/Internal/IO/Packaging/PackUriHelper.cs255 // Step 2: Get the canonically escaped Path with only ascii charactersCOMMENT
LOW…/src/DirectWriteForwarder/CPP/DWriteWrapper/FontFile.h30 /// This variable stores the GUID of the IDWriteLocalFontFileLoader interface.COMMENT
LOW…otNet.Wpf/src/ReachFramework/AlphaFlattener/Utility.cs1484 // Here we need to check if the brush fills the maskBounds. We need to add aCOMMENT
LOW…crosoft.DotNet.Wpf/src/WpfGfx/core/hw/hwrasterizer.cpp982 // If the edges are converging, we need to check if they cross atCOMMENT
LOW…icrosoft.DotNet.Wpf/src/WpfGfx/core/resources/node.cpp1029 // so we need to check if the offset dirty region is visible in the clippedCOMMENT
LOW…Gfx/codegen/mcg/generators/FrameworkElementTemplate.cs622 /// We need to check if the parent should clear or maintain theCOMMENT
LOW…Wpf/src/WpfGfx/codegen/mcg/generators/ManagedStruct.cs716 // If the resource may not always be serializable as a string, we need to check if this instance canCOMMENT
LOW…Wpf/src/WpfGfx/codegen/mcg/generators/ManagedStruct.cs912 // If the resource may not always be serializable as a string, we need to check if this instance canCOMMENT
LOW…S/Internal/Globalization/LocalizableResourceBuilder.cs95 // Step 2: Find out the inheritance valueCOMMENT
LOW…S/Internal/Globalization/LocalizableResourceBuilder.cs106 // Step 3: We finalized the localizability values. We now apply.COMMENT
LOW…rk/System/Windows/Generated/FrameworkContentElement.cs525 /// We need to check if the parent should clear or maintain theCOMMENT
LOW…Framework/System/Windows/Generated/FrameworkElement.cs540 /// We need to check if the parent should clear or maintain theCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs1050 // Step 1: Remove the inherited NavigationService propertyCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs1055 // Step 1: Set the inherited NavigationService propertyCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs760 // Step 1: Clear NavigationService propertyCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs778 // Step 2: Deal with Focus issuesCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs817 // Step 3: Deal with PageFunction issuesCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs859 // Step 1: Do PageFunction related stuffCOMMENT
LOW…amework/System/Windows/Navigation/NavigationService.cs933 // Step 2: Set NavigationService property and WebBrowserCOMMENT
LOW…sentationFramework/System/Windows/Controls/ComboBox.cs897 // We need to check if the item acquires a mirror transform through the visual treeCOMMENT
LOW…Framework/System/Windows/Controls/SoundPlayerAction.cs154 // Step 1: Perform an asynchronous load of the WebResponse and its associated StreamCOMMENT
LOW…resentationFramework/System/Windows/Controls/Button.cs210 // Step 1: Determine the AccessKey scope from currently focused elementCOMMENT
LOW…resentationFramework/System/Windows/Controls/Button.cs215 // Step 2: Determine the AccessKey scope from this buttonCOMMENT
LOW…resentationFramework/System/Windows/Controls/Button.cs220 // Step 3: Compare scopesCOMMENT
LOW…amework/System/Windows/Controls/Primitives/Selector.cs2361 // Step 1: process the items to be unselectedCOMMENT
LOW…amework/System/Windows/Controls/Primitives/Selector.cs2400 // Step 2: process items to be selectedCOMMENT
LOW…tem/Windows/Automation/Peers/CalendarAutomationPeer.cs112 // Step 1: Add previous, header and next buttonsCOMMENT
LOW…tem/Windows/Automation/Peers/CalendarAutomationPeer.cs130 // Step 2: Add Calendar Buttons depending on the Calendar.DisplayModeCOMMENT
LOW…/Windows/Automation/Peers/DataGridRowAutomationPeer.cs59 // Step 1: Add row header if existsCOMMENT
LOW…/Windows/Automation/Peers/DataGridRowAutomationPeer.cs66 // Step 2: Add all cellsCOMMENT
LOW…/Windows/Automation/Peers/DataGridRowAutomationPeer.cs73 // Step 3: Add DetailsPresenter last if existsCOMMENT
LOW…ionFramework/System/Windows/Documents/TextRangeBase.cs2034 // Before setting final range state we need to check if we are still in TextSegment conditionCOMMENT
LOW…em/Windows/Input/Manipulations/ManipulationSequence.cs380 // Step 1: Parse out adds, removes, and updates.COMMENT
3 more matches not shown…
AI Slop Vocabulary33 hits · 96 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/install-debs.py126 # keyboxd, which makes it robust on hosts running GnuPG 2.4+ (e.g. AzureCOMMENT
LOW…ommon/core-templates/steps/enable-internal-sources.yml34 # If running on dnceng (internal project), just use the default behavior for NuGetAuthenticate.COMMENT
MEDIUM…egrationTests/DRT/DrtXaml/DrtXaml/Tests/SchemaTests.cs1064 // Check that Readable/Writeable flags leverage the lazily provided CLR infoCOMMENT
MEDIUM…Wpf/src/PresentationCore/MS/internal/Classification.cs17 /// This class is used as a level on indirection for classes in managed c++ to be able to utilize methodsCOMMENT
MEDIUM…entationCore/System/Windows/Media/CompositionTarget.cs451 // We need to make this function robust by leaving theCOMMENT
MEDIUM…m/Windows/Media/textformatting/TextFormatterContext.cs456 // (This is robust, even if Init() changes the char field assignments.)COMMENT
MEDIUM…indowsBase/MS/Internal/IO/Packaging/CustomSignedXml.cs115 // strip off any preceding # mark to facilitate matchingCOMMENT
MEDIUM…/WindowsBase/MS/Internal/IO/Packaging/PackUriHelper.cs480 // Essentially, we will just look for the existence of a "folder" called _rels and the trailing extensioCOMMENT
MEDIUM…MS/Internal/ComponentModel/DependencyObjectProvider.cs14 /// Note: This class can stay internal. To utilize it, the followingCOMMENT
MEDIUM…src/WindowsBase/System/Windows/Threading/Dispatcher.cs2442 // When this bool is true, you can delve intoCOMMENT
MEDIUM…src/WindowsBase/System/Windows/Threading/Dispatcher.cs2870 // delve into _reservedPtsCache to find more about the failure(s).COMMENT
MEDIUM…rectWriteForwarder/CPP/DWriteWrapper/IClassification.h11 /// This interface is used as a level on indirection for classes in managed c++ to be able to utilize methodsCOMMENT
MEDIUM…n/Microsoft/Windows/Controls/Ribbon/InRibbonGallery.cs401 // TODO: make sure we are robust against retemplatingCOMMENT
MEDIUM…n/Microsoft/Windows/Controls/Ribbon/InRibbonGallery.cs409 // TODO: make sure we are robust against retemplatingCOMMENT
MEDIUM…otNet.Wpf/src/Shared/MS/Internal/SafeSecurityHelper.cs148 // Essentially we use AssemblyName just to help parsing the name, version, cultureCOMMENT
MEDIUM…icrosoft.DotNet.Wpf/src/WpfGfx/core/av/samplequeue.cpp322 // samples allows us to remain robust against such bugs.COMMENT
MEDIUM…otNet.Wpf/src/WpfGfx/core/hw/HwHLSLShaderFragments.cpp691 " // the float to an integer and then doing integer math. They are not robust\n"CODE
MEDIUM…t.DotNet.Wpf/src/WpfGfx/core/uce/connectioncontext.cpp254 // GSchneid: This code does not look robust because it can leave a channel entry in theCOMMENT
MEDIUM…soft.DotNet.Wpf/src/WpfGfx/core/control/util/control.h154 // they are currently not robust. See the comment to GetFileSizeEx in InitializeAttach.COMMENT
MEDIUM…Gfx/codegen/mcg/generators/FrameworkElementTemplate.cs279 // Future: ILTN removal: make this more robustCOMMENT
MEDIUM…rk/System/Windows/Generated/FrameworkContentElement.cs215 // Future: ILTN removal: make this more robustCOMMENT
MEDIUM…Framework/System/Windows/Generated/FrameworkElement.cs215 // Future: ILTN removal: make this more robustCOMMENT
MEDIUM…work/System/Windows/Controls/ItemContainerGenerator.cs649 /// more robust during insertions/deletions. If the index ends up beingCOMMENT
MEDIUM…work/System/Windows/Controls/VirtualizingStackPanel.cs1266 // don't delve into non-VSP panels - the result isCOMMENT
MEDIUM…tationFramework/System/Windows/Controls/ToolBarTray.cs513 // but VS has proved that it can. Hence making the code more robust.COMMENT
MEDIUM…mework/System/Windows/Controls/Primitives/RangeBase.cs186 // made this internal because Slider wants to leverage itCOMMENT
MEDIUM…ationFramework/System/Windows/Documents/TextPointer.cs179 /// a document emptiness is a bit tricky task. In the following example we will utilizeCOMMENT
MEDIUM…ntationFramework/System/Windows/Documents/FixedNode.cs53 /// require using a fixed array, that uses clever schema to fully utilizeCOMMENT
MEDIUM…tem/Windows/Documents/TextContainerChangedEventArgs.cs281 // insertion, but there's no way to leverage that fact.COMMENT
MEDIUM…nFramework/System/Windows/Documents/RtfToXamlReader.cs2931 // This probably indicates malformed content, but makes reading more robust.COMMENT
MEDIUM…eProviders/MS/Internal/AutomationProxies/Accessible.cs1088 // used to return E_INVALIDCAST; others returned E_FAIL). To be more robust,COMMENT
MEDIUM…viders/MS/Internal/AutomationProxies/WindowsEditBox.cs349 // (Essentially ScreenToClient but MapWindowPoints accounts for window mirroring using WS_EX_LAYOUTRTL.)COMMENT
MEDIUM…uildTasks/MS/Internal/MarkupCompiler/MarkupCompiler.cs2641 // or we can utilize the passed in string (valid parse).COMMENT
Synthetic Comment Markers8 hits · 60 pts
SeverityFileLineSnippetContext
HIGH…/PresentationCore/System/Windows/Media/MediaContext.cs2746 /// as requested.COMMENT
HIGH…onUI/MS/Internal/Documents/DigitalSignatureProvider.cs465 // that don't have matching XpsDigSigs. Add these as requestedCOMMENT
HIGH…DotNet.Wpf/src/WpfGfx/core/resources/BrushRealizer.cpp597 // the same cache index as requested.COMMENT
HIGH…WpfGfx/codegen/mcg/ResourceModel/Generated/Elements.cs3// This code was generated by a tool.COMMENT
HIGH…tationFramework/System/Windows/Controls/TextAdaptor.cs226 // The range is already in the view. It's probably not aligned as requested,COMMENT
HIGH…ionFramework/System/Windows/Documents/FixedDocument.cs36 /// elements provides and formats pages as requested. It also providesCOMMENT
HIGH…ionFramework/System/Windows/Documents/TextRangeEdit.cs227 // Check for corner case when we have siple text run with all properties set as requested.COMMENT
HIGH…oft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlType.cs1171 // as requested.COMMENT
Decorative Section Separators16 hits · 57 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/core-templates/stages/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/stages/renovate.yml3# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/stages/renovate.yml9# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml3# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml17# --------------------------------------------------------------------------------------COMMENT
MEDIUM…icrosoft.DotNet.Wpf/src/PresentationCore/cstemplate.pl1#------------------------------------------------------------------------------COMMENT
MEDIUM…icrosoft.DotNet.Wpf/src/PresentationCore/cstemplate.pl6#------------------------------------------------------------------------------COMMENT
MEDIUM…ows.Controls.Ribbon/Themes/Generator/ThemeGenerator.pl1#------------------------------------------------------------------------------COMMENT
MEDIUM…ows.Controls.Ribbon/Themes/Generator/ThemeGenerator.pl10#------------------------------------------------------------------------------COMMENT
MEDIUM…ows.Controls.Ribbon/Themes/Generator/PreprocessXAML.pl1#------------------------------------------------------------------------------COMMENT
MEDIUM…ows.Controls.Ribbon/Themes/Generator/PreprocessXAML.pl8#------------------------------------------------------------------------------COMMENT
MEDIUM…rosoft.DotNet.Wpf/src/PresentationUI/ThemeGenerator.pl1#------------------------------------------------------------------------------COMMENT
MEDIUM…rosoft.DotNet.Wpf/src/PresentationUI/ThemeGenerator.pl7#------------------------------------------------------------------------------COMMENT
MEDIUM…soft.DotNet.Wpf/src/Themes/Generator/ThemeGenerator.pl1#------------------------------------------------------------------------------COMMENT
MEDIUM…soft.DotNet.Wpf/src/Themes/Generator/ThemeGenerator.pl10#------------------------------------------------------------------------------COMMENT
AI Response Leakage3 hits · 22 pts
SeverityFileLineSnippetContext
HIGH…/PresentationCore/MS/internal/Shaping/ShaperBuffers.cs61 // an accessor with a different name than the variable, I've added aCOMMENT
HIGH…onCore/System/Windows/Ink/StrokeCollectionConverter.cs62 /// Converts the given object to the converter's native type. In this implementation, a stringCOMMENT
HIGH…onCore/System/Windows/Ink/StrokeCollectionConverter.cs96 /// Converts the given object to another type. In this implementation, the only supportedCOMMENT
Redundant / Tautological Comments10 hits · 15 pts
SeverityFileLineSnippetContext
LOWeng/common/tools.sh304 # Check if the script is older than 30 days using timestamp fileCOMMENT
LOWeng/common/tools.sh413 # Check if the toolset has already been extractedCOMMENT
LOWeng/common/SetupNugetSources.sh64 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh70 # Check if this source name is disabledCOMMENT
LOWeng/common/SetupNugetSources.sh90 # Check if source already existsCOMMENT
LOWeng/common/SetupNugetSources.sh120 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh190 # Check if there is no existing credential for this FeedNameCOMMENT
LOWeng/common/core-templates/steps/source-build.yml31 # Check if AzDO substitutes in a build config from a variable, and use it if so.COMMENT
LOWeng/common/core-templates/steps/install-microbuild.yml64 # Check if ESRP is disabled while SignType is realCOMMENT
LOWsrc/Microsoft.DotNet.Wpf/src/WpfGfx/include/gencode.pl555# Open filesCOMMENT
Slop Phrases7 hits · 14 pts
SeverityFileLineSnippetContext
LOW…Core/System/Windows/Media/ByteStreamGeometryContext.cs64 // Don't forget to close out the previous segment/figureCOMMENT
MEDIUMsrc/Microsoft.DotNet.Wpf/src/PenImc/dll/PimcManager.cpp444 // opposite to what happens in all successful usage cases as discussed above).COMMENT
MEDIUMsrc/Microsoft.DotNet.Wpf/src/PenImc/dll/PimcManager.cpp458 // to drop by one (because, as discussed above, the crucial operation which preventsCOMMENT
LOW…sentationFramework/System/Windows/Markup/KnownTypes.cs20// (Don't forget to check in this compiler updates with your WCP changes)COMMENT
LOW…sentationFramework/System/Windows/Markup/KnownTypes.cs22// 5) Don't forget to check in compiler updates in the root Tools directoryCOMMENT
LOW…sentationFramework/System/Windows/Markup/KnownTypes.cs36// (Don't forget to check in this compiler updates with your WCP changes)COMMENT
LOW…sentationFramework/System/Windows/Markup/KnownTypes.cs38// 6) Don't forget to check in compiler updates in the root Tools directoryCOMMENT
Deep Nesting6 hits · 6 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py20CODE
LOWeng/common/cross/install-debs.py196CODE
LOWeng/common/cross/install-debs.py221CODE
LOWeng/common/cross/install-debs.py259CODE
LOWeng/common/cross/install-debs.py293CODE
LOWeng/common/cross/install-debs.py348CODE
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/build-rootfs.sh674 # Create the symlink in the same directoryCOMMENT
MEDIUMeng/common/core-templates/job/helix-job-monitor.yml148 # Create a minimal NuGet.config that only references the local nupkg directory.COMMENT
Fake / Example Data4 hits · 6 pts
SeverityFileLineSnippetContext
LOW…rc/ReachFramework/Serialization/manager/XpsLiterals.cs994 String _imageUriPlaceHolder = "placeholder";CODE
LOW…rc/ReachFramework/Serialization/manager/XpsLiterals.cs998 String _colorContextUriPlaceHolder = "placeholder";CODE
LOW…rc/ReachFramework/Serialization/manager/XpsLiterals.cs1002 String _resourceDictionaryUriPlaceHolder = "placeholder";CODE
LOW…rc/ReachFramework/Serialization/manager/XpsLiterals.cs1006 String _fontUriPlaceHolder = "placeholder";CODE
Excessive Try-Catch Wrapping2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/install-debs.py42 print(f"Error downloading {url}: {type(e).__name__} - {e}. Retrying...")CODE
MEDIUMeng/common/cross/install-debs.py206 print(f"Error: Package '{current}' was not found in the available packages.")CODE
Hyper-Verbose Identifiers3 hits · 3 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py49async def download_deb_files_parallel(mirror, packages, tmp_dir):CODE
LOWeng/common/cross/install-debs.py65async def download_package_index_parallel(mirror, arch, suites, check_sig, keyring):CODE
LOWeng/common/cross/install-debs.py337def _rootfs_extraction_filter(member, dest_path):CODE
Unused Imports1 hit · 1 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py18CODE