Repository Analysis

microsoft/microsoft-ui-xaml

WinUI: a modern UI framework with a rich set of controls and styles to build dynamic and high-performing Windows applications.

2.9 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of microsoft/microsoft-ui-xaml, a C++ project with 7,746 GitHub stars. SynthScan v2.0 examined 3,853,503 lines of code across 13356 source files, recording 7677 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 2.9 places this repository in the Likely human-written 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).

2.9
Adjusted Score
2.9
Raw Score
100%
Time Factor
2026-07-14
Last Push
7.7K
Stars
C++
Language
3.9M
Lines of Code
13.4K
Files
7.7K
Pattern Hits
2026-07-14
Scan Date
0.03
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 146HIGH 318MEDIUM 38LOW 7175

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 7677 distinct pattern matches across 13 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 Block7033 hits · 6926 pts
SeverityFileLineSnippetContext
LOWdxaml/xcp/precomp.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/precomp.h21#include <utility>COMMENT
LOWdxaml/xcp/precomp.h41#include "real.h"COMMENT
LOWdxaml/xcp/precomp.h61#include "windwnreq.h"COMMENT
LOWdxaml/xcp/precomp.h81#include "DownloadRequest.h"COMMENT
LOWdxaml/xcp/precomp.h101#ifdef ENABLE_UIAUTOMATIONCOMMENT
LOWdxaml/xcp/inc/minxcptypes.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/inc/core.h41#include "xstring_ptr.h"COMMENT
LOWdxaml/xcp/inc/core.h81//COMMENT
LOWdxaml/xcp/inc/core.h121{COMMENT
LOWdxaml/xcp/inc/core.h201// Interface to an instance of a core services object.COMMENT
LOWdxaml/xcp/inc/core.h221//COMMENT
LOWdxaml/xcp/inc/core.h241// * Assign an identifier token of -1.COMMENT
LOWdxaml/xcp/inc/core.h261 // Method: XcpCheckLeaksCOMMENT
LOWdxaml/xcp/inc/core.h281 // Memory allocator for new / malloc, that adds check blocks beforeCOMMENT
LOWdxaml/xcp/inc/core.h301 // and after the allocated memory, and sends a message to the monitoringCOMMENT
LOWdxaml/xcp/inc/core.h341 );COMMENT
LOWdxaml/xcp/inc/UIAEnums.g.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/inc/joltperf.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/inc/joltperf.h21// event marker: end rasterization (first time)COMMENT
LOWdxaml/xcp/inc/joltperf.h41// event marker: end parsingCOMMENT
LOWdxaml/xcp/inc/joltperf.h61// event marker: end frame processingCOMMENT
LOWdxaml/xcp/inc/joltperf.h81// event marker: storyboard endCOMMENT
LOWdxaml/xcp/inc/joltperf.h101// event marker: CLR callback endCOMMENT
LOWdxaml/xcp/inc/joltperf.h121// event marker: Present beginCOMMENT
LOWdxaml/xcp/inc/core_media.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/inc/CValueTypeConvert.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/inc/CValueTypeInfo.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/inc/mindebug.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/inc/mindebug.h81// Save some typing for the common case of marking members of "this" as weak or strong:COMMENT
LOWdxaml/xcp/inc/MuxActivationFactory.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/inc/WindowsAppSDK-ProductInfo.h1// Copyright (c) Microsoft Corporation and Contributors.COMMENT
LOWdxaml/xcp/inc/WindowsAppSDK-ProductInfo.h21// If the specific version information has not been defined, then define it now.COMMENT
LOWdxaml/xcp/inc/XcpAutoLock.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/inc/XcpAutoLock.h61{COMMENT
LOWdxaml/xcp/inc/xcpwindows.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/inc/xcpwindows.h21#include <inspectable.h>COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h1// Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h21#define AG_E_PARSER_INVALID_CONTENT 2010COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h41#define AG_E_RUNTIME_SB_BEGIN_INVALID_KEYTIME 2217COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h61#define AG_E_PARSER_MISSING_DEFAULT_NAMESPACE 2263COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h81#define AG_E_PARSER2_UNKNOWN_NAMESPACE 2505COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h101#define AG_E_PARSER2_MES_UNEXPECTED_TEXT_AFTER_ME 2527COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h121#define AG_E_PARSER2_XBF_METADATA_DESERIALIZE 2547COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h141//COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h161//***********************************************************COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h181#define AG_E_NO_VECTOR_PRINT 4032COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h201#define TEXT_FRAME_NAVIGATION_FAILED_UNHANDLED 4054COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h221#define ERROR_SCROLLVIEWER_MINZOOMFACTOR 4069COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h241COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h261#define ERROR_SOFTWAREBITMAPSOURCE_INVALID_FORMAT 4104COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h281#define ERROR_STANDARDUICOMMAND_KINDNOTSET 4127COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h301#define ERROR_API_NOT_SUPPORTED_WIN32 4152COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h321#define UIA_INVALID_ITEMSCONTROL_PARENT 6902COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h341#define XMLLITE_WC_E_WHITESPACE 7004COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h361#define XMLLITE_WC_E_DECLNOTATION 7024COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h381#define XMLLITE_WC_E_NOEXTERNALENTITYREF 7044COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h401#define XMLLITE_XML_E_INVALIDENCODING 7064COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h421#define CLR_E_PARSER_INVALID_XMLNS 0x800F08D8COMMENT
LOWdxaml/xcp/inc/xcperrorresource.h441// The inheritance context needs to be updated before the storyboard can begin.COMMENT
6973 more matches not shown…
Synthetic Comment Markers314 hits · 2345 pts
SeverityFileLineSnippetContext
HIGH…ls/XCPTypesAutoGen/XamlGen/Templates/Code/Factories.cs5// This code was generated by a tool.COMMENT
HIGH…ls/XCPTypesAutoGen/XamlGen/Templates/Code/Copyright.cs3// This code was generated by a tool.COMMENT
HIGH…XamlGen/Templates/Code/Core/Bodies/EventArgsClasses.cs5// This code was generated by a tool.COMMENT
HIGH…n/Templates/Code/Core/Bodies/SimplePropertiesCommon.cs5// This code was generated by a tool.COMMENT
HIGH…en/XamlGen/Templates/Code/Core/Bodies/LiftedSources.cs3// This code was generated by a tool.COMMENT
HIGH…utoGen/XamlGen/Templates/Code/Core/Bodies/UIElement.cs5// This code was generated by a tool.COMMENT
HIGH…pesAutoGen/XamlGen/Templates/Code/Core/Bodies/Enums.cs5// This code was generated by a tool.COMMENT
HIGH…Code/Core/Bodies/UIElementSimplePropertiesCallbacks.cs3// This code was generated by a tool.COMMENT
HIGH…plates/Code/Core/Bodies/SimplePropertiesHelpersBody.cs3// This code was generated by a tool.COMMENT
HIGH…toGen/XamlGen/Templates/Code/Core/Bodies/Activators.cs5// This code was generated by a tool.COMMENT
HIGH…sAutoGen/XamlGen/Templates/Code/Core/Bodies/Classes.cs3// This code was generated by a tool.COMMENT
HIGH…n/XamlGen/Templates/Code/Core/Bodies/EventArgsClass.cs5// This code was generated by a tool.COMMENT
HIGH…pesAutoGen/XamlGen/Templates/Code/Core/Bodies/Class.cs3// This code was generated by a tool.COMMENT
HIGH…amlGen/Templates/Code/Core/Headers/EventArgsClasses.cs5// This code was generated by a tool.COMMENT
HIGH…/Templates/Code/Core/Headers/SimplePropertiesCommon.cs5// This code was generated by a tool.COMMENT
HIGH…utoGen/XamlGen/Templates/Code/Core/Headers/UIAEnums.cs3// This code was generated by a tool.COMMENT
HIGH…amlGen/Templates/Code/Core/Headers/GeneratedClasses.cs3// This code was generated by a tool.COMMENT
HIGH…esAutoGen/XamlGen/Templates/Code/Core/Headers/Enums.cs3// This code was generated by a tool.COMMENT
HIGH…utoGen/XamlGen/Templates/Code/Core/Headers/EnumDefs.cs5// This code was generated by a tool.COMMENT
HIGH…de/Core/Headers/DiagnosticsInterop_SimpleProperties.cs5// This code was generated by a tool.COMMENT
HIGH…oGen/XamlGen/Templates/Code/Core/Headers/Activators.cs3// This code was generated by a tool.COMMENT
HIGH…XamlGen/Templates/Code/Core/Headers/EnumValueTables.cs5// This code was generated by a tool.COMMENT
HIGH…mlGen/Templates/Code/Core/Headers/EventArgsProperty.cs5// This code was generated by a tool.COMMENT
HIGH…AutoGen/XamlGen/Templates/Code/Core/Headers/Classes.cs5// This code was generated by a tool.COMMENT
HIGH…Templates/Code/Core/Headers/SimplePropertiesAdapter.cs3// This code was generated by a tool.COMMENT
HIGH…/XamlGen/Templates/Code/Core/Headers/EventArgsClass.cs3// This code was generated by a tool.COMMENT
HIGH…emplates/Code/Core/Headers/SimplePropertiesMetadata.cs3// This code was generated by a tool.COMMENT
HIGH…esAutoGen/XamlGen/Templates/Code/Core/Headers/Class.cs3// This code was generated by a tool.COMMENT
HIGH…ode/Core/Headers/XamlNativeRuntime_SimpleProperties.cs3// This code was generated by a tool.COMMENT
HIGH…es/Code/Framework/Bodies/AttachedPropertySetterBody.cs5// This code was generated by a tool.COMMENT
HIGH…amlGen/Templates/Code/Framework/Bodies/CheckAPICall.cs5// This code was generated by a tool.COMMENT
HIGH…en/Templates/Code/Framework/Bodies/EventArgsClasses.cs5// This code was generated by a tool.COMMENT
HIGH…amlGen/Templates/Code/Framework/Bodies/ClassFactory.cs3// This code was generated by a tool.COMMENT
HIGH…/Templates/Code/Framework/Bodies/PropertySetterBody.cs5// This code was generated by a tool.COMMENT
HIGH…toGen/XamlGen/Templates/Code/Framework/Bodies/Boxes.cs3// This code was generated by a tool.COMMENT
HIGH…lGen/Templates/Code/Framework/Bodies/MethodEtwStart.cs3// This code was generated by a tool.COMMENT
HIGH…Gen/Templates/Code/Framework/Bodies/AggregateSource.cs3// This code was generated by a tool.COMMENT
HIGH…mlGen/Templates/Code/Framework/Bodies/MethodEtwStop.cs3// This code was generated by a tool.COMMENT
HIGH…lGen/Templates/Code/Framework/Bodies/PropertyGetter.cs5// This code was generated by a tool.COMMENT
HIGH…toGen/XamlGen/Templates/Code/Framework/Bodies/Event.cs5// This code was generated by a tool.COMMENT
HIGH…en/Templates/Code/Framework/Bodies/AttachedProperty.cs3// This code was generated by a tool.COMMENT
HIGH…XamlGen/Templates/Code/Framework/Bodies/Constructor.cs5// This code was generated by a tool.COMMENT
HIGH…n/Templates/Code/Framework/Bodies/PInvokeMethodBody.cs5// This code was generated by a tool.COMMENT
HIGH…en/XamlGen/Templates/Code/Framework/Bodies/Property.cs5// This code was generated by a tool.COMMENT
HIGH…/XamlGen/Templates/Code/Framework/Bodies/MethodBody.cs5// This code was generated by a tool.COMMENT
HIGH…XamlGen/Templates/Code/Framework/Bodies/StrictCheck.cs5// This code was generated by a tool.COMMENT
HIGH…lGen/Templates/Code/Framework/Bodies/PropertySetter.cs5// This code was generated by a tool.COMMENT
HIGH…Gen/XamlGen/Templates/Code/Framework/Bodies/Classes.cs5// This code was generated by a tool.COMMENT
HIGH…lGen/Templates/Code/Framework/Bodies/EventArgsClass.cs5// This code was generated by a tool.COMMENT
HIGH…oGen/XamlGen/Templates/Code/Framework/Bodies/Struct.cs3// This code was generated by a tool.COMMENT
HIGH…/Templates/Code/Framework/Bodies/DependencyProperty.cs3// This code was generated by a tool.COMMENT
HIGH…Templates/Code/Framework/Bodies/ParameterValidation.cs3// This code was generated by a tool.COMMENT
HIGH…/Templates/Code/Framework/Bodies/PropertyGetterBody.cs5// This code was generated by a tool.COMMENT
HIGH…es/Code/Framework/Bodies/AttachedPropertyGetterBody.cs5// This code was generated by a tool.COMMENT
HIGH…XamlGen/Templates/Code/Framework/Bodies/FieldGetter.cs5// This code was generated by a tool.COMMENT
HIGH…Templates/Code/Framework/Bodies/ApplyTemplateMethod.cs5// This code was generated by a tool.COMMENT
HIGH…XamlGen/Templates/Code/Framework/Bodies/FieldSetter.cs5// This code was generated by a tool.COMMENT
HIGH…toGen/XamlGen/Templates/Code/Framework/Bodies/Class.cs3// This code was generated by a tool.COMMENT
HIGH…oGen/XamlGen/Templates/Code/Framework/Bodies/Method.cs5// This code was generated by a tool.COMMENT
HIGH…tes/Code/Framework/Bodies/VirtualDispatchMethodBody.cs3// This code was generated by a tool.COMMENT
254 more matches not shown…
Hallucination Indicators146 hits · 1470 pts
SeverityFileLineSnippetContext
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs367 lv = (ListView)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs1141 lv.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs1152 lv.ItemTemplate = (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs1227 lv.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs1238 lv.ItemTemplate = (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs1303 lv.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs1314 lv.ItemTemplate = (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs1371 lv.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs1382 lv.ItemTemplate = (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs1983 list.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs1994 list.ItemTemplate = (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs2224 list.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs2235 list.ItemTemplate = (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs2305 list.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs2314 list.ItemsPanel = (ItemsPanelTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(panelTemplate);CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs2906 listView.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs3166 listView.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs3220 listView.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs3563 lv.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs3610 listView = (ListView)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs3763 lv = (ListView)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs3825 (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs3831 (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs3886 list = (ListView)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs3988 lv.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/enterprise/Moco/ListViewBaseTests.cs3999 lv.ItemTemplate = (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICAL…ml/test/managed/enterprise/Moco/ScrollIntoViewTests.cs261 lv.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICAL…ml/test/managed/enterprise/Moco/ScrollIntoViewTests.cs272 lv.ItemTemplate = (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs174 Verify.AreEqual(focusedContainer, Microsoft.UI.Xaml.Input.FocusManager.GetFocusedElement(TestServices.WiCODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs195 Verify.AreEqual(focusedContainer, Microsoft.UI.Xaml.Input.FocusManager.GetFocusedElement(TestServices.WiCODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs228 Verify.AreEqual(focusedContainer, Microsoft.UI.Xaml.Input.FocusManager.GetFocusedElement(TestServices.WiCODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs269 Verify.AreEqual(focusedContainer, Microsoft.UI.Xaml.Input.FocusManager.GetFocusedElement(TestServices.WiCODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs327 lv.GroupStyle.Add((GroupStyle) Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs338 lv.ItemTemplate = (DataTemplate) Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs385 Verify.AreEqual(focusedContainer, Microsoft.UI.Xaml.Input.FocusManager.GetFocusedElement(TestServices.WiCODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs406 Verify.AreEqual(focusedContainer, Microsoft.UI.Xaml.Input.FocusManager.GetFocusedElement(TestServices.WiCODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs448 lv = (ListView)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs467 lv.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs602 Verify.AreEqual(focusedContainer, Microsoft.UI.Xaml.Input.FocusManager.GetFocusedElement(TestServices.WiCODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs629 Verify.AreEqual(focusedContainer, Microsoft.UI.Xaml.Input.FocusManager.GetFocusedElement(TestServices.WiCODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs669 Verify.AreEqual(focusedContainer, Microsoft.UI.Xaml.Input.FocusManager.GetFocusedElement(TestServices.WiCODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs712 Verify.AreEqual(focusedContainer, Microsoft.UI.Xaml.Input.FocusManager.GetFocusedElement(TestServices.WiCODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs761 lv.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs1916 list.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs1926 list.ItemTemplate = (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICAL…l/test/managed/enterprise/Moco/Reset/ListResetTests.cs1995 list.GroupStyle.Add((GroupStyle)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICAL…mponentConnector/ComponentConnectorIntegrationTests.cs100 Microsoft.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent(buttonTarget, bindings);CODE
CRITICAL…mponentConnector/ComponentConnectorIntegrationTests.cs107 Microsoft.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent((DependencyObject)targetCODE
CRITICAL…ework/dataValidation/DataValidationIntegrationTests.cs344 Root = (Page)Microsoft.UI.Xaml.Markup.XamlReader.Load(pageString);CODE
CRITICAL…ework/dataValidation/DataValidationIntegrationTests.cs359 var defaultCompactTemplate = (DataTemplate)Microsoft.UI.Xaml.Markup.XamlReader.Load(CODE
CRITICALdxaml/test/managed/foundation/input/Pen/PenTests.cs328 var popups = Microsoft.UI.Xaml.Media.VisualTreeHelper.GetOpenPopupsForXamlRoot(btn.XamlRoot);CODE
CRITICALdxaml/test/managed/Lifetime/LifetimeTests.cs36 TestServices.WindowHelper.InitializeXaml(new Microsoft.UI.Xaml.Tests.Lifetime.XamlMetaDataProvider());CODE
CRITICALdxaml/test/managed/Lifetime/XamlTypeInfo.g.cs31 _provider = new global::Microsoft.UI.Xaml.Tests.Lifetime.XamlTypeInfoProvider();CODE
CRITICALdxaml/test/managed/Lifetime/XamlTypeInfo.g.cs206 userType = new global::Microsoft.UI.Xaml.Tests.Lifetime.XamlUserType(this, typeName, type, GetXamlTypeByCODE
CRITICALdxaml/test/managed/Lifetime/XamlTypeInfo.g.cs214 xamlType = new global::Microsoft.UI.Xaml.Tests.Lifetime.XamlSystemBaseType(typeName, type);CODE
CRITICALdxaml/test/managed/Lifetime/XamlTypeInfo.g.cs218 xamlType = new global::Microsoft.UI.Xaml.Tests.Lifetime.XamlSystemBaseType(typeName, type);CODE
CRITICALdxaml/test/managed/Lifetime/XamlTypeInfo.g.cs222 userType = new global::Microsoft.UI.Xaml.Tests.Lifetime.XamlUserType(this, typeName, type, GetXamlTypeByCODE
CRITICALdxaml/test/managed/Lifetime/XamlTypeInfo.g.cs229 xamlType = new global::Microsoft.UI.Xaml.Tests.Lifetime.XamlSystemBaseType(typeName, type);CODE
CRITICALdxaml/test/managed/Lifetime/XamlTypeInfo.g.cs233 xamlType = new global::Microsoft.UI.Xaml.Tests.Lifetime.XamlSystemBaseType(typeName, type);CODE
CRITICALdxaml/test/managed/Lifetime/XamlTypeInfo.g.cs260 xamlMember = new global::Microsoft.UI.Xaml.Tests.Lifetime.XamlMember(this, "MemberString", "String");CODE
86 more matches not shown…
AI Slop Vocabulary31 hits · 93 pts
SeverityFileLineSnippetContext
MEDIUMdxaml/xcp/inc/HeaderTrimming.h6// guards we can leverage to skip specific headers and types, so we do that here. It's pretty hacky, and could lead toCOMMENT
MEDIUMdxaml/xcp/core/inc/Resources.h413 // In the case of undeferring the entire key collection we need to be robust againstCOMMENT
MEDIUMdxaml/xcp/core/inc/ActivationAPI.h20 // ActivateInstance2 is more robust and does better error handling and checking for certain cases.COMMENT
MEDIUMdxaml/xcp/core/core/elements/LayoutTransition.cpp1422 // Absolutely positioned transitions are used for drag and drop, and thus will have noCOMMENT
MEDIUMdxaml/xcp/core/hw/VisualContentRenderer.cpp157 // bitmaps, which should allow for seamless sampling across the gap with aliased rendering.COMMENT
MEDIUMdxaml/xcp/core/Parser/NodeStreamCache.cpp416 // In order to prevent monotonically increasing memory usage, we utilize aCOMMENT
MEDIUMdxaml/xcp/core/dll/VisualTree.cpp1615 // Absolutely positioned LTEs may have been removed from the tree already if their target leaves the tree.COMMENT
MEDIUMdxaml/xcp/core/text/BlockLayout/PageHostedObjectRun.cpp81 // Essentially we will not perform Measure unless the calling host can (or already does) parent the element.COMMENT
MEDIUMdxaml/xcp/core/text/common/textrangeadapter.cpp1325 // that means we reached beginning/end of the document and we should utilize DocumentRange's start/end pointers COMMENT
MEDIUMdxaml/xcp/core/text/common/textadapter.cpp512 // Essentially Selection extends between RichTextBlock and RichTextBlockOverflow.COMMENT
MEDIUMdxaml/xcp/dxaml/lib/ItemContainerGenerator_Partial.h227 // more robust during insertions/deletions. If the index ends up beingCOMMENT
MEDIUMdxaml/xcp/dxaml/lib/ItemContainerGenerator_Partial.cpp805// more robust during insertions/deletions. If the index ends up beingCOMMENT
MEDIUM…aml/lib/CalendarScrollViewerAutomationPeer_Partial.cpp56 // to visible Items. To go to next unit view, user scenario is to utilize next and previous button.COMMENT
MEDIUM…l/xcp/dxaml/lib/ComboBoxItemAutomationPeer_Partial.cpp121 // Selected Content we utilize ContentPresenter to retrieve the Content as Container has already transferred the ConCOMMENT
MEDIUMdxaml/xcp/dxaml/lib/JoltCollections.h24// place because they are defined using CodeGen and we likely wanted to leverage all the implementationCOMMENT
MEDIUMdxaml/xcp/dxaml/lib/AutoSuggestBox_Partial.cpp2355 // To get around this fact, we'll leverage the fact that, by the timeCOMMENT
MEDIUMdxaml/xcp/dxaml/lib/comInstantiation.h168 // Essentially, if this invocation won (as indicated by a null value for 'oldObject',COMMENT
MEDIUMdxaml/xcp/dxaml/lib/IncrementalLoadingAdapter.h6// or instance of ISupportIncrementalLoading seamless.COMMENT
MEDIUMdxaml/xcp/components/input/lib/RemapVirtualKey.cpp10// be mapped to standard keyboard key values to enable Controls to leverageCOMMENT
MEDIUMdxaml/xcp/components/xstring/StringConversions.cpp1948 // The current arrangement might not be robust enough.COMMENT
MEDIUMdxaml/xcp/components/animation/TimeManager.cpp143 // we should be robust to this condition;COMMENT
MEDIUMdxaml/xcp/components/comptree/DCompTreeHost.cpp2097 // To detect #2 we leverage information in the panel used for ThemeTransitions. This informationCOMMENT
MEDIUMdxaml/xcp/components/comptree/DCompTreeHost.cpp2097 // To detect #2 we leverage information in the panel used for ThemeTransitions. This informationCOMMENT
MEDIUMdxaml/xcp/components/com/inc/InterfaceForwarder.h165 // impl_cast and interface_cast utilize the forwarder's type machinery to generalize these conversionsCOMMENT
MEDIUMdxaml/xcp/components/base/inc/windowscollections.h5162 // simultaneously, and this component needs to be robust (not crash) in theCOMMENT
MEDIUMdxaml/xcp/control/common/shared/CommonBrowserHost.hpp476 // current implementation is not robust enough for that. Null AVCOMMENT
MEDIUM…e/external/foundation/input/HitTest/TouchTargeting.cpp394 // We use a different element to inject this tap to make it more robust than calculating a raw point. TheCOMMENT
MEDIUM…ive/external/foundation/input/HitTest/HitTestBasic.cpp1463 // Absolutely positioned LTEs don't copy transforms from the tree via SetTransformParent2. They only write theirCOMMENT
MEDIUMexternal/inc/SafeInt/SafeInt.hpp206// Calling fail fast is somewhat more robust than calling abort,COMMENT
MEDIUM…dTasks/Microsoft/Xaml/XamlCompiler/XamlDomValidator.cs579 // but we attempt to be robust against the unexpected.COMMENT
MEDIUM…ildTasks/System.Xaml/ms/Internal/SafeSecurityHelper.cs223 // Essentially we use AssemblyName just to help parsing the name, version, cultureCOMMENT
Fake / Example Data71 hits · 77 pts
SeverityFileLineSnippetContext
LOW…WidgetSpinner/Writer/ObjectWriter.CustomRuntimeData.cs116 // <x:String> lorem ipsum </x:String>COMMENT
LOW…input/KeyboardAccelerators/KeyboardAcceleratorTests.cs3482 <TextBox x:Name='txb1' Text='Lorem Ipsum'>CODE
LOW…foundation/input/previewevents/PreviewKeyEventTests.cs1741 <TextBox Width='50' x:Name='txb1' Text='lorem ipsum' Margin='100,100,100,100' />CODE
LOWdxaml/test/managed/foundation/input/Pen/PenTests.cs45 const string text = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. " +CODE
LOWdxaml/test/managed/foundation/input/Pen/PenTests.cs46 "Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, " +CODE
LOW…/test/managed/controls/RichEditBox/RichEditBoxTests.cs460 reb.Document.SetText(Microsoft.UI.Text.TextSetOptions.None, "Lorem Ipsum");CODE
LOWdxaml/test/managed/controls/TextBox/TextBoxTests.cs827 <TextBox x:Name='tb' Text='Lorem Ipsum'/>CODE
LOW…framework/layout/LayoutInformationIntegrationTests.cpp223 tb->Text = "lorem ipsum dolor sit amet, consectetur adipiscing elit";CODE
LOW…framework/layout/LayoutInformationIntegrationTests.cpp223 tb->Text = "lorem ipsum dolor sit amet, consectetur adipiscing elit";CODE
LOW…ternal/framework/parser/tests/ConditionalXamlTests.cpp344 L" <TextBlock winui17:Text='placeholder' x:Uid='TextBlock1'/>"CODE
LOW…ternal/framework/parser/tests/ConditionalXamlTests.cpp345 L" <TextBlock bogus_contract:Text='placeholder' x:Uid='TextBlock2'/>"CODE
LOW…ternal/framework/parser/tests/ConditionalXamlTests.cpp920 L" <TextBlock Text='Lorem Ipsum'/>"CODE
LOW…xternal/framework/styles/tests/StyleWithXBindTests.cpp529 setter0->Value = Platform::StringReference(L"lorem ipsum");CODE
LOW…nal/foundation/input/DManip/ScrollContentPresenter.cpp36 L" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse feugiat tristique erat, commodo ferCODE
LOW…nal/foundation/input/DManip/ScrollContentPresenter.cpp36 L" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse feugiat tristique erat, commodo ferCODE
LOW…nal/foundation/input/DManip/ScrollContentPresenter.cpp38 L" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse feugiat tristique erat, commodo ferCODE
LOW…nal/foundation/input/DManip/ScrollContentPresenter.cpp38 L" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse feugiat tristique erat, commodo ferCODE
LOW…l/foundation/input/AccessKeys/BasicAccessKeysTests.cpp313 L" Lorem ipsum dolor sit amet, consectetur adipiscing elit."CODE
LOW…l/foundation/input/AccessKeys/BasicAccessKeysTests.cpp313 L" Lorem ipsum dolor sit amet, consectetur adipiscing elit."CODE
LOW…t/native/external/foundation/text/PasswordBoxTests.cpp1723 <PasswordBox x:Name="passwordBox" PlaceholderText="placeholder" FontSize="20" Width="200" MarginCODE
LOW…ntrols/contentdialog/ContentDialogIntegrationTests.cpp3742 contentDialog->Content = L"Lorem ipsum dolor sit amet, consectetur adipisicing elit, "CODE
LOW…ntrols/contentdialog/ContentDialogIntegrationTests.cpp3742 contentDialog->Content = L"Lorem ipsum dolor sit amet, consectetur adipisicing elit, "CODE
LOW…xternal/controls/combobox/ComboBoxIntegrationTests.cpp3070 // In doing so, it should correctly restore the "placeholder"COMMENT
LOW…controls/textbox/TextBoxAutomationIntegrationTests.cpp416 TextBoxWithPlaceholderText->Text = "Lorem Ipsum";CODE
LOW…nDoubleTapBringsUpGrippersInNonEditableText.master.xml13 <Property Name="Text" Value="Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoreCODE
LOW…nDoubleTapBringsUpGrippersInNonEditableText.master.xml20 <Property Name="Text" Value="Lorem Ipsum is simply dummy text of the printing and typesetting industry. CODE
LOW…rifyPenTapBringsUpGrippersInNonEditableText.master.xml15 <Property Name="Text" Value="Lorem Ipsum is simply dummy text of the printing and typesetting industry. LoreCODE
LOW…rifyPenTapBringsUpGrippersInNonEditableText.master.xml22 <Property Name="Text" Value="Lorem Ipsum is simply dummy text of the printing and typesetting industry. CODE
LOWspecs/TitleBar/titlebar-functional-spec.md121 <PersonPicture DisplayName="Jane Doe" />CODE
LOWdocs/design-notes/abforward-xamlparser-xamlcompiler.md84 <winui18:Setter Property="SomeNewTextBlockProperty" Value="lorem ipsum" />CODE
LOWdocs/design-notes/TitleBar/titlebar-functional-spec.md124 <PersonPicture DisplayName="Jane Doe" />CODE
LOWcontrols/test/TabViewTearOutApp/MainPage.xaml.cpp19 m_documentList.Append(winrt::make<DocumentInfo>(L"Document 1", L"Lorem ipsum dolor sit amet, consectetur adipiscCODE
LOWcontrols/test/TabViewTearOutApp/MainPage.xaml.cpp19 m_documentList.Append(winrt::make<DocumentInfo>(L"Document 1", L"Lorem ipsum dolor sit amet, consectetur adipiscCODE
LOWcontrols/test/TabViewTearOutApp/MainPage.xaml.cpp20 m_documentList.Append(winrt::make<DocumentInfo>(L"Document 2", L"Ut enim ad minim veniam, quis nostrud exercitatCODE
LOWcontrols/test/TabViewTearOutApp/MainPage.xaml.cpp20 m_documentList.Append(winrt::make<DocumentInfo>(L"Document 2", L"Ut enim ad minim veniam, quis nostrud exercitatCODE
LOWcontrols/test/TabViewTearOutApp/MainPage.xaml.cpp21 m_documentList.Append(winrt::make<DocumentInfo>(L"Document 3", L"Duis aute irure dolor in reprehenderit in volupCODE
LOWcontrols/test/TabViewTearOutApp/MainPage.xaml.cpp21 m_documentList.Append(winrt::make<DocumentInfo>(L"Document 3", L"Duis aute irure dolor in reprehenderit in volupCODE
LOW…Test/ScenarioAppTests/WinUICppDesktopSampleAppTests.cs1474 WinUISampleAppTestsUtils.VerifyText("elementNameBindingTextBlock", "lorem ipsum");CODE
LOW….Test/ScenarioAppTests/WinUICsDesktopSampleAppTests.cs465 WinUISampleAppTestsUtils.VerifyText("elementNameBindingTextBlock", "lorem ipsum");CODE
LOW….Test/ScenarioAppTests/WinUICsDesktopSampleAppTests.cs592 const string initialText = "lorem ipsum";CODE
LOW…trols/dev/PersonPicture/APITests/PersonPictureTests.cs89 Verify.AreEqual(automationName, "John Doe");CODE
LOWcontrols/dev/InfoBar/InteractionTests/InfoBarTests.cs165 editTitle.SetValueAndWait("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus vel orci eroCODE
LOWcontrols/dev/InfoBar/InteractionTests/InfoBarTests.cs165 editTitle.SetValueAndWait("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus vel orci eroCODE
LOW…arFlyout/InteractionTests/TextCommandBarFlyoutTests.cs232 VerifyRichEditBoxHasContent(string.Format("Lorem ipsum {0}ergo{1} sum", styleStart, styleEnd));CODE
LOW…arFlyout/InteractionTests/TextCommandBarFlyoutTests.cs244 VerifyRichEditBoxHasContent(string.Format("Lorem ipsum {0}ergo{1} sum", styleStart, styleEnd));CODE
LOW…arFlyout/InteractionTests/TextCommandBarFlyoutTests.cs412 string expectedString = "Lorem ipsum ergo sum";CODE
LOW…mmandBarFlyout/TestUI/TextCommandBarFlyoutPage.xaml.cs26 RichEditBox1.Document.SetText(TextSetOptions.None, "Lorem ipsum ergo sum");CODE
LOW…ples/NestedLayoutSamples/ItemsViewWithDataPage.xaml.cs20 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…ples/NestedLayoutSamples/ItemsViewWithDataPage.xaml.cs20 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…ples/NestedLayoutSamples/ItemsViewWithDataPage.xaml.cs24 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…ples/NestedLayoutSamples/ItemsViewWithDataPage.xaml.cs24 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…s/VirtualLayoutPages/PinterestLayoutSamplePage.xaml.cs17 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…s/VirtualLayoutPages/PinterestLayoutSamplePage.xaml.cs17 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…lLayoutPages/VirtualizingStackLayoutSamplePage.xaml.cs15 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…lLayoutPages/VirtualizingStackLayoutSamplePage.xaml.cs15 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…tSamplePages/Virtual/PinterestLayoutSamplePage.xaml.cs18 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…tSamplePages/Virtual/PinterestLayoutSamplePage.xaml.cs18 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…ages/Virtual/VirtualizingStackLayoutSamplePage.xaml.cs18 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…ages/Virtual/VirtualizingStackLayoutSamplePage.xaml.cs18 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
LOW…UI/Samples/AnimationSamples/AnimationsDemoPage.xaml.cs18 private string _lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam laoreet erat vel massa rCODE
11 more matches not shown…
Structural Annotation Overuse35 hits · 62 pts
SeverityFileLineSnippetContext
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs87 // Step 1: Create model.COMMENT
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs90 // Step 2: Validate the model.COMMENT
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs93 // Step 3: Run any last-minute computations, such as index and offset calculations.COMMENT
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs96 // Step 4: Get a hash of the context so we can verify that the model was not modified during code-gen.COMMENT
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs99 // Step 5: Run code-gen.COMMENT
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs102 // Step 6: Verify the model was not modified. Modifications during code-gen lead to undesired complexityCOMMENT
LOWdxaml/xcp/core/inc/MetadataAPI.h448 // NOTE: This method does not need to use the lock because it is not actually looking for the property on the taCOMMENT
LOWdxaml/xcp/core/core/elements/framework.cpp3688 // Step 1: Copy LayoutStorage into the first (cFloats - 1) elements of the temp bufferCOMMENT
LOWdxaml/xcp/core/core/elements/framework.cpp3691 // Step 2: Copy LayoutFlags into the last element of the bufferCOMMENT
LOWdxaml/xcp/core/dll/CoreImports.cpp1219 // NOTE: This function should always return S_OK. We've made the returnCOMMENT
LOWdxaml/xcp/core/dll/CoreImports.cpp1257 // NOTE: This function should always return S_OK. We've made the returnCOMMENT
LOWdxaml/xcp/core/dll/CoreImports.cpp1886 // NOTE: This function should always return S_OK. We've made the returnCOMMENT
LOWdxaml/xcp/dxaml/lib/MetadataAPI.cpp301// NOTE: This method does not need to use the lock because it is not actually looking for the property on the tables dirCOMMENT
LOWdxaml/xcp/dxaml/lib/ModernCollectionBasePanel_Partial.h869 // NOTE: This method is much slower than getting elements from the valid ranges, because this is going to acCOMMENT
LOW…/ModernCollectionBasePanel_ContainerMapper_Partial.cpp579// NOTE: This method is much slower than getting elements from the valid ranges, because this is going to access the colCOMMENT
LOWdxaml/xcp/dxaml/lib/DragDropVisual.cpp221// NOTE: This method is not safe to be called from the destructor, or fromCOMMENT
LOWdxaml/xcp/win/shared/xcpwindow.cpp205// NOTE: This function expects to only be called from target thread's WM_PAINT in order to properlyCOMMENT
LOWdxaml/xcp/win/shared/UIAWindow.cpp885 // Step 0: Check to see if the point is within the XamlIsland. In Fragment-based navigation scenarios,COMMENT
LOWdxaml/xcp/win/shared/UIAWindow.cpp897 // Step 1: Perform actual hit testing and get the UIElement directly underCOMMENT
LOWdxaml/xcp/win/shared/UIAWindow.cpp930 // Step 2: Walk up the visual tree and look for the first UIElementCOMMENT
LOWdxaml/xcp/win/shared/UIAWindow.cpp1028 // Step 4: Walk down the stack of AutomationPeers, checking each childCOMMENT
LOWdxaml/xcp/win/shared/UIAWindow.cpp1074 // Step 5: Finally handle the case of hosted automation providers. There is a possibilityCOMMENT
LOWdxaml/xcp/components/imaging/AsyncCopyToSurfaceTask.cpp230 // NOTE: This method has a similar implementation to WICImageDecoder::DecodeToMultipleSurfacesCOMMENT
LOWdxaml/xcp/components/threading/ThreadedJobQueue.cpp259 // Step 1: If single apartment threaded, process the message pump.COMMENT
LOWdxaml/xcp/components/threading/ThreadedJobQueue.cpp267 // Step 2: Check the queue and terminate on inactivityCOMMENT
LOWdxaml/xcp/components/threading/ThreadedJobQueue.cpp294 // Step 3: Run the queued job if there is one and update the timestamp on completion.COMMENT
LOWdxaml/xcp/components/threading/ThreadedJobQueue.cpp319 // Step 4: When the queue is done processing, sleep the thread until interrupted.COMMENT
LOWdxaml/phone/lib/PivotPanel_Partial.cpp319 // NOTE: This method should never be called, bothCOMMENT
LOWdxaml/phone/lib/PivotHeaderManager.cpp144// NOTE: This function will indirectly cause PivotCurveGenerator::ItemsSizeOrOrderChanged.COMMENT
LOWdxaml/phone/lib/LoopingSelectorPanel_Partial.cpp63 // NOTE: This method should never be called, bothCOMMENT
LOWsrc/.github/skills/test-suite-setup/SKILL.md231## Step 3: Create the Test PayloadCOMMENT
LOWsrc/.github/skills/test-suite-setup/SKILL.md247## Step 4: One-Time Machine Setup (Admin Required)COMMENT
LOWsrc/.github/skills/test-suite-setup/SKILL.md268## Step 5: Install .NET Desktop Runtime (if needed)COMMENT
LOWsrc/.github/skills/test-suite-setup/SKILL.md277## Step 6: Install VC++ Redistributable (if needed)COMMENT
LOWsrc/.github/skills/test-suite-setup/SKILL.md284## Step 7: Run All TestsCOMMENT
Verbosity Indicators27 hits · 48 pts
SeverityFileLineSnippetContext
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs87 // Step 1: Create model.COMMENT
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs90 // Step 2: Validate the model.COMMENT
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs93 // Step 3: Run any last-minute computations, such as index and offset calculations.COMMENT
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs96 // Step 4: Get a hash of the context so we can verify that the model was not modified during code-gen.COMMENT
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs99 // Step 5: Run code-gen.COMMENT
LOWdxaml/xcp/tools/XCPTypesAutoGen/XamlGen/Program.cs102 // Step 6: Verify the model was not modified. Modifications during code-gen lead to undesired complexityCOMMENT
LOWdxaml/xcp/core/core/elements/uielement.cpp544 // but we need to check if it is active for the LayoutManager for this element.COMMENT
LOWdxaml/xcp/core/core/elements/framework.cpp3688 // Step 1: Copy LayoutStorage into the first (cFloats - 1) elements of the temp bufferCOMMENT
LOWdxaml/xcp/core/core/elements/framework.cpp3691 // Step 2: Copy LayoutFlags into the last element of the bufferCOMMENT
LOWdxaml/xcp/core/text/common/textrangeadapter.cpp1582 // If this matches the end, and we have more lines available, then we need to check if offsetCOMMENT
LOWdxaml/xcp/dxaml/lib/DiagnosticsInterop.cpp1974 //We need to check if this element used any of our changed Styles (the one we modified directly andCOMMENT
LOWdxaml/xcp/dxaml/lib/CalendarPanel_Partial.cpp91 // We need to check if the viewport can perfectly fit Rows x Cols items,COMMENT
LOWdxaml/xcp/win/shared/UIAWindow.cpp885 // Step 0: Check to see if the point is within the XamlIsland. In Fragment-based navigation scenarios,COMMENT
LOWdxaml/xcp/win/shared/UIAWindow.cpp897 // Step 1: Perform actual hit testing and get the UIElement directly underCOMMENT
LOWdxaml/xcp/win/shared/UIAWindow.cpp930 // Step 2: Walk up the visual tree and look for the first UIElementCOMMENT
LOWdxaml/xcp/win/shared/UIAWindow.cpp1028 // Step 4: Walk down the stack of AutomationPeers, checking each childCOMMENT
LOWdxaml/xcp/win/shared/UIAWindow.cpp1074 // Step 5: Finally handle the case of hosted automation providers. There is a possibilityCOMMENT
LOW…ents/lifetime/lib/ComposingTrackerExtensionWrapper.cpp53 // Note: The purpose of this function is to get the object's current refcount withoutCOMMENT
LOWdxaml/xcp/components/xamlDiagnostics/HandleMap.cpp126 //so we need to check if there either are no owners or the only owner is the orphaned handle itself.COMMENT
LOWdxaml/xcp/components/threading/ThreadedJobQueue.cpp259 // Step 1: If single apartment threaded, process the message pump.COMMENT
LOWdxaml/xcp/components/threading/ThreadedJobQueue.cpp267 // Step 2: Check the queue and terminate on inactivityCOMMENT
LOWdxaml/xcp/components/threading/ThreadedJobQueue.cpp294 // Step 3: Run the queued job if there is one and update the timestamp on completion.COMMENT
LOWdxaml/xcp/components/threading/ThreadedJobQueue.cpp319 // Step 4: When the queue is done processing, sleep the thread until interrupted.COMMENT
LOW…t/managed/enterprise/Moco/DataTemplateSelectorTests.cs397 // Step 1:COMMENT
LOW…t/managed/enterprise/Moco/DataTemplateSelectorTests.cs400 // Step 2:COMMENT
LOWcontrols/tools/CustomTasks/MergedDictionary.cs173 // First, we need to check if this is a node with a key. If it is, then we'll replaceCOMMENT
LOWcontrols/dev/TeachingTip/TeachingTip.cpp1525 // We need to check if the target is loaded before registering for itsCOMMENT
AI Response Leakage4 hits · 30 pts
SeverityFileLineSnippetContext
HIGHdxaml/xcp/dxaml/lib/SplitMenuFlyoutItem_Partial.cpp633 // In order to support that scenario, I have added the visual states here, which the developersCOMMENT
HIGH…t/infra/Win32Hosting/src/XamlApplication.Disposable.cs17 /// has the responsibility of loading all other metadata for custom UWP XAML types. In this implementation,COMMENT
HIGH…st/infra/Win32Hosting/src/MetadataProviderDiscovery.cs15 /// types. In this implementation, reflection is used at runtime to probe for metadata providers inCOMMENT
HIGHdxaml/test/infra/Win32Hosting/src/XamlApplication.cs17 /// has the responsibility of loading all other metadata for custom UWP XAML types. In this implementation,COMMENT
Decorative Section Separators6 hits · 27 pts
SeverityFileLineSnippetContext
MEDIUM…l/xcp/components/focus/FocusObserver/FocusObserver.cpp348 // ┌────────────────────────────────┐COMMENT
MEDIUM…l/xcp/components/focus/FocusObserver/FocusObserver.cpp352 // ┌──────────┐ Direction ├────────────────────────────────┤COMMENT
MEDIUM…l/xcp/components/focus/FocusObserver/FocusObserver.cpp353 // │ origin │ ─────────> │ New Origin: │ Depart Focus from new originCOMMENT
MEDIUM…l/xcp/components/focus/FocusObserver/FocusObserver.cpp354 // │ │ │ Calculated as the intersertion │ ─────────>COMMENT
MEDIUM…l/xcp/components/focus/FocusObserver/FocusObserver.cpp356 // └──────────┘ ├────────────────────────────────┤COMMENT
MEDIUM…l/xcp/components/focus/FocusObserver/FocusObserver.cpp360 // └────────────────────────────────┘COMMENT
TODO Padding5 hits · 8 pts
SeverityFileLineSnippetContext
LOW…p/tools/XbfParser/WidgetSpinner/Writer/ObjectWriter.cs615 // TODO: implement true support for conditional XAMLCOMMENT
LOW…p/tools/XbfParser/WidgetSpinner/Writer/ObjectWriter.cs1001 // TODO: implement true support for conditional XAML. For now just indicate it was encountered.COMMENT
LOW…p/tools/XbfParser/WidgetSpinner/Writer/ObjectWriter.cs1007 // TODO: implement true support for conditional XAMLCOMMENT
LOW…xcp/components/imaging/unittests/DecodingUnitTests.cpp35// TODO: Add tests for different file types, different input decoding sizes, different output decoding sizesCOMMENT
LOWdocs/design-notes/ItemsView_spec.md3385 // TODO: implement SelectionContainerCOMMENT
Slop Phrases2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMdxaml/xcp/dxaml/lib/RichEditBox_Partial.cpp514 // I'm unable to use IsEmpty() on the native peer to check if the RichEditBox is empty, so instead I useCOMMENT
LOWdxaml/xcp/components/imaging/SoftwareBitmapUtility.cpp68// TODO: Make sure to replace the validity check in SoftwareBitmapSource::SetBitmapAsyncImplCOMMENT
Hyper-Verbose Identifiers2 hits · 2 pts
SeverityFileLineSnippetContext
LOWdbgext/xamlthread/winui-dbgext.js293function CreateTypedPointerInferredForAddress(addr)CODE
LOWcontrols/dev/MapControl/map.html713 function interactiveControlsVisible(enable) {CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWcontrols/dev/inc/SharedHelpers.h280// Example usage:COMMENT