227 references to WriteLine
Aspire.Hosting (1)
ApplicationModel\UserSecretsParameterDefault.cs (1)
31Debug.WriteLine($"Failed to set value for parameter '{parameterName}' in application '{applicationName}' to user secrets.");
ClientSample (3)
UploadSample.cs (3)
55Debug.WriteLine($"You message was: {result}"); 66Debug.WriteLine(result); 101Debug.WriteLine($"received '{item}'.");
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
4481System.Diagnostics.Debug.WriteLine("Unhandled token: " + token.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (8)
2268Debug.WriteLine("Selector Match!"); 2269Debug.WriteLine("Name: " + localName + "\t|\tURI: " + namespaceUri + "\n"); 2283Debug.WriteLine("Element Field Match!"); 2327Debug.WriteLine("Attribute Field Match!"); 2330Debug.WriteLine("Attribute Field Filling Value!"); 2331Debug.WriteLine("Name: " + name + "\t|\tURI: " + ns + "\t|\tValue: " + obj + "\n"); 2375Debug.WriteLine("Element Field Filling Value!"); 2376Debug.WriteLine("Name: " + localName + "\t|\tURI: " + namespaceUri + "\t|\tValue: " + typedValue + "\n");
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (8)
944Debug.WriteLine("Selector Match!"); 945Debug.WriteLine("Name: " + reader.LocalName + "\t|\tURI: " + reader.NamespaceURI + "\n"); 958Debug.WriteLine("Element Field Match!"); 1003Debug.WriteLine("Attribute Field Match!"); 1006Debug.WriteLine("Attribute Field Filling Value!"); 1007Debug.WriteLine("Name: " + name + "\t|\tURI: " + ns + "\t|\tValue: " + obj + "\n"); 1057Debug.WriteLine("Element Field Filling Value!"); 1058Debug.WriteLine("Name: " + reader.LocalName + "\t|\tURI: " + reader.NamespaceURI + "\t|\tValue: " + reader.TypedValueObject + "\n");
ILLink.RoslynAnalyzer (1)
TrimAnalysis\TrimDataFlowAnalysis.cs (1)
141 Debug.WriteLine (tracingInfo);
Microsoft.Arcade.Common (4)
src\Common\Internal\AssemblyResolver.cs (4)
47Debug.WriteLine($"Considering {probingPath} based on RequestingAssembly"); 60Debug.WriteLine($"Considering {probingPath} based on ExecutingAssembly"); 69Debug.WriteLine($"Considering {probingPath} based on BaseDirectory"); 76Debug.WriteLine($"Considering {fileName}");
Microsoft.AspNetCore.Authentication.Test (3)
OpenIdConnect\TestSettings.cs (3)
80Debug.WriteLine(buf.ToString()); 118Debug.WriteLine(buf.ToString()); 157Debug.WriteLine(buf.ToString());
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\WebAssemblyHotReload.cs (1)
50Interlocked.CompareExchange(ref _hotReloadAgent, new HotReloadAgent(m => Debug.WriteLine(m)), null);
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (1)
1043Debug.WriteLine(String.Format(CultureInfo.CurrentCulture, "Validation results already added for Product Code '{0}'", productCodeAttribute));
BootstrapperUtil\Product.cs (1)
171Debug.WriteLine(String.Format(CultureInfo.CurrentCulture, "A package with culture '{0}' has already been added to product '{1}'", package.Culture.ToLowerInvariant(), ProductCode));
Microsoft.Build.Tasks.UnitTests (3)
XslTransformation_Tests.cs (3)
980System.Diagnostics.Debug.WriteLine(engine.Log); 1021System.Diagnostics.Debug.WriteLine(engine.Log); 1034System.Diagnostics.Debug.WriteLine(engine.Log);
Microsoft.Cci.Extensions (1)
Traversers\ResolveAllReferencesTraverser.cs (1)
121System.Diagnostics.Debug.WriteLine("No dependent for " + reference.ToString());
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (8)
MetadataUtilities_Exceptions.cs (3)
22Debug.WriteLine($"Module '{moduleName}' has been disposed."); 29Debug.WriteLine($"Module '{moduleName}' contains corrupt metadata."); 32Debug.WriteLine($"Module '{moduleName}' is missing metadata.");
PDB\MethodDebugInfo.Native.cs (5)
316Debug.WriteLine($"Failed to parse import string {importString}"); 329Debug.WriteLine($"Unable to parse extern alias '{externAliasString}'"); 340Debug.WriteLine($"Unable to parse target of extern alias '{externAliasString}'"); 551Debug.WriteLine($"Unable to parse import string '{importString}'"); 588Debug.WriteLine($"Failed to parse import string {importString}");
Microsoft.Data.Analysis.Tests (2)
test\Microsoft.ML.TestFramework\GlobalBase.cs (2)
24System.Diagnostics.Debug.WriteLine("*** Setting test assertion handler"); 63System.Diagnostics.Debug.WriteLine("*** Restoring test assertion handler");
Microsoft.DotNet.Build.Tasks.Feed.Tests (2)
PublishArtifactsInManifestTests.cs (2)
109Debug.WriteLine($"Called mocked CompareLocalPackageToFeedPackage() : localPackageFullPath = {localPackageFullPath}, packageContentUrl = {packageContentUrl}"); 122Debug.WriteLine($"Called mocked RunProcessAndGetOutputs() : ExePath = {fakeExePath}, ExeArgs = {fakeExeArgs}");
Microsoft.DotNet.Build.Tasks.Packaging (4)
src\Common\Internal\AssemblyResolver.cs (4)
47Debug.WriteLine($"Considering {probingPath} based on RequestingAssembly"); 60Debug.WriteLine($"Considering {probingPath} based on ExecutingAssembly"); 69Debug.WriteLine($"Considering {probingPath} based on BaseDirectory"); 76Debug.WriteLine($"Considering {fileName}");
Microsoft.DotNet.Build.Tasks.TargetFramework (4)
src\Common\Internal\AssemblyResolver.cs (4)
47Debug.WriteLine($"Considering {probingPath} based on RequestingAssembly"); 60Debug.WriteLine($"Considering {probingPath} based on ExecutingAssembly"); 69Debug.WriteLine($"Considering {probingPath} based on BaseDirectory"); 76Debug.WriteLine($"Considering {fileName}");
Microsoft.DotNet.SharedFramework.Sdk (4)
src\Common\Internal\AssemblyResolver.cs (4)
47Debug.WriteLine($"Considering {probingPath} based on RequestingAssembly"); 60Debug.WriteLine($"Considering {probingPath} based on ExecutingAssembly"); 69Debug.WriteLine($"Considering {probingPath} based on BaseDirectory"); 76Debug.WriteLine($"Considering {fileName}");
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (2)
HelperFactory.cs (2)
168Debug.WriteLine("Compiling Expression: " + result); 202Debug.WriteLine("Compiling Expression: " + result.ToString());
Microsoft.Extensions.Caching.Hybrid (2)
Internal\HybridCacheEventSource.cs (2)
51Debug.WriteLine($"{nameof(HybridCacheEventSource)} counters reset!"); 219Debug.WriteLine($"{nameof(HybridCacheEventSource)}: {caller}"); // also log all event calls, for visibility
Microsoft.Extensions.Caching.Hybrid.Tests (1)
TestEventListener.cs (1)
105Debug.WriteLine($"{name}={value}");
Microsoft.Interop.SourceGeneration (2)
ArrayMarshallingInfoProvider.cs (1)
83Debug.WriteLine("Default marshallers for arrays should be a valid shape.");
ManualTypeMarshallingHelper.cs (1)
177Debug.WriteLine($"{attr} has {attr.ConstructorArguments.Length} constructor arguments - expected 3");
Microsoft.Maui (3)
HotReload\HotReloadHelper.cs (3)
97 Debug.WriteLine("You are using trying to HotReload a view that requires Parameters. Please call `HotReloadHelper.Register(this, params);` in the constructor;"); 103 Debug.WriteLine($"Error Hotreloading type: {newViewType}"); 142 Debug.WriteLine($"Error calling {method.Name} on type: {newViewType}");
Microsoft.Maui.Controls.Xaml (1)
XamlParser.cs (1)
355 Debug.WriteLine($"Failed to parse Assembly Attribute: {ex.ToString()}");
Microsoft.Maui.Essentials (9)
TextToSpeech\TextToSpeech.shared.cs (9)
118 Debug.WriteLine($"p = {p}"); 119 Debug.WriteLine($"p.Length = {p.Length}"); 120 Debug.WriteLine($"positionbegin = {positionbegin}"); 121 Debug.WriteLine($"positionend = {positionend}"); 122 Debug.WriteLine($"position = {position}"); 128 Debug.WriteLine($"------------------------------"); 129 Debug.WriteLine($"positionbegin = {positionbegin}"); 130 Debug.WriteLine($"positionend = {positionend}"); 131 Debug.WriteLine($"position = {position}");
Microsoft.Maui.Graphics (4)
PathBuilder.cs (3)
210 System.Diagnostics.Debug.WriteLine(pathAsString); 355 System.Diagnostics.Debug.WriteLine("Don't know how to handle the path command: " + command); 448 System.Diagnostics.Debug.WriteLine("Don't know how to handle the path command: " + command);
Text\AttributedTextExtensions.cs (1)
185 System.Diagnostics.Debug.WriteLine("Length should not be less then 0");
Microsoft.Maui.Graphics.Skia (2)
SkiaBitmapExportContext.cs (1)
37 System.Diagnostics.Debug.WriteLine("Unable to create a Skia surface");
SkiaCanvas.cs (1)
688 System.Diagnostics.Debug.WriteLine("SkiaCanvas.DrawText not yet implemented.");
Microsoft.Maui.Graphics.Text.Markdig (1)
Renderer\SimpleCssParser.cs (1)
31 System.Diagnostics.Debug.WriteLine(exc.Message);
Microsoft.Maui.Maps (3)
Primitives\Distance.cs (3)
29 Debug.WriteLine("Negative values for distance not supported"); 39 Debug.WriteLine("Negative values for distance not supported"); 49 Debug.WriteLine("Negative values for distance not supported");
Microsoft.ML.TestFramework (2)
GlobalBase.cs (2)
24System.Diagnostics.Debug.WriteLine("*** Setting test assertion handler"); 63System.Diagnostics.Debug.WriteLine("*** Restoring test assertion handler");
Microsoft.ML.Tokenizers.Data.Tests (1)
src\Common\tests\RetryHelper.cs (1)
62Debug.WriteLine(diagnostic);
Microsoft.ML.Tokenizers.Tests (1)
src\Common\tests\RetryHelper.cs (1)
62Debug.WriteLine(diagnostic);
MSBuild (1)
XMake.cs (1)
3460Debug.WriteLine("An error has happened, throwing an exception");
PresentationCore (35)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
2660System.Diagnostics.Debug.WriteLine(message);
System\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
610Debug.WriteLine($"Failed to binary format: {ex.Message}");
System\Windows\Diagnostics\VisualDiagnostics.cs (1)
289System.Diagnostics.Debug.WriteLine(SR.Format(SR.ReentrantVisualTreeChangeWarning, nameof(VisualTreeChanged)));
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
252Debug.WriteLine(String.Format("Dispatcher.CriticalInvokeShutdown() Failed. Error={0}", e.NativeErrorCode));
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
162System.Diagnostics.Debug.WriteLine("TabletDeviceCollection: GetRawInputDeviceInfo failed!"); 169System.Diagnostics.Debug.WriteLine("TabletDeviceCollection: GetRawInputDeviceList failed!");
System\Windows\InterOp\HwndKeyboardInputProvider.cs (8)
145System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: AcquireFocus failed!"); 172System.Diagnostics.Debug.WriteLine("HwndKeyboardInputProvider: GetMessageTime failed!"); 203System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetTickCount failed!"); 561System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetKeyState failed!"); 595System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: MapVirtualKey failed!"); 648System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: MapVirtualKey failed!"); 823System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetKeyboardState failed!"); 838System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetMessageExtraInfo failed!");
System\Windows\InterOp\HwndMouseInputProvider.cs (21)
50System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: Dispose: GetCapture failed!"); 61System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: Dispose: GetCapture failed!"); 104System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: SetCursor failed!"); 133System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: SetCapture or GetCapture failed!"); 158System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: ScreenToClient failed!"); 195System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: ReleaseCapture failed!"); 306System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetIntermediatePoints failed!"); 347System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetMessageTime failed!"); 481System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: ScreenToClient failed!"); 678System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetCapture failed!"); 783System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetCapture failed!"); 919System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetMessagePos failed!"); 932System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: WindowFromPoint failed!"); 962System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetClientRect or ScreenToClient failed!"); 1143System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: TrackMouseEvent failed!"); 1161System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: TrackMouseEvent failed!"); 1304System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetCursorPos failed!"); 1313System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: WindowFromPoint failed!"); 1322System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: Spurious mouse event received!"); 1397System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetWindowStyle or GetClientRect failed!"); 1412System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetMessageExtraInfo failed!");
PresentationFramework (15)
System\Windows\Controls\PasswordTextContainer.cs (2)
902Debug.WriteLine($"{_positionList.Count} entries."); 918Debug.WriteLine("");
System\Windows\Documents\SpellerStatusTable.cs (1)
737Debug.WriteLine($"{i}: {run.Position.TextContainer.Start.GetOffsetToPosition(run.Position)} {runType}");
System\Windows\Documents\TextTreeDumper.cs (10)
50Debug.WriteLine($"<{tree}/>"); 63Debug.WriteLine($"<{tree}/>"); 86Debug.WriteLine($"</{GetFlatPrefix(node)}{node.DebugId}>"); 90Debug.WriteLine("/>"); 97Debug.WriteLine($"Offset: {position.GetSymbolOffset()} {position}"); 123Debug.WriteLine("/>"); 127Debug.WriteLine(">"); 153Debug.WriteLine($"{indent}</RootNode>"); 157Debug.WriteLine($"{indent}</TextElementNode>"); 161Debug.WriteLine($"{indent}</UnknownNode>");
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
1002Debug.WriteLine("ElementMarkupObject.Items is not implemented");
System\Windows\Markup\XamlTypeMapper.cs (1)
544Debug.WriteLine($"Reflected for type converter on {propType.Name}.{propName}");
ReachFramework (1)
AlphaFlattener\DrawingContext.cs (1)
549Debug.WriteLine("FillGeometry not implemented " + one + " " + two);
SignalRSamples (3)
Hubs\UploadHub.cs (3)
28Debug.WriteLine($"received: {item}"); 54Debug.WriteLine($"got score {item}"); 73Debug.WriteLine($"Echoing '{item}'.");
System.ComponentModel.TypeConverter (8)
System\ComponentModel\LicFileLicenseProvider.cs (1)
84Debug.WriteLine($"Looking for license in: {licenseFile}");
System\ComponentModel\ReflectPropertyDescriptor.cs (7)
88Debug.WriteLine($"Creating ReflectPropertyDescriptor for {componentClass?.FullName}.{name}"); 94Debug.WriteLine($"type == null, name == {name}"); 99Debug.WriteLine($"componentClass == null, name == {name}"); 903Debug.WriteLine($"[{Name}]: GetValue({component?.GetType().Name ?? "(null)"})"); 907Debug.WriteLine($"[{Name}]: ---> returning: null"); 943Debug.WriteLine("[" + Name + "]: ---> returning: null"); 1080Debug.WriteLine($"[{Name}]: SetValue({component?.GetType().Name ?? "(null)"}, {value?.GetType().Name ?? "(null)"})");
System.Composition.Hosting (1)
System\Composition\Hosting\Core\CycleBreakingExportDescriptor.cs (1)
49Debug.WriteLine("[System.Composition] Activating via cycle-breaking proxy.");
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\TraceHelpers.cs (1)
22Debug.WriteLine(string.Format(msg, args));
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (7)
74WriteLine(message); 78WriteLine(string.Format(null, format, args)); 146WriteLine(value?.ToString()); 154WriteLine(string.Format(null, format, args)); 161WriteLine(message); 165WriteLine(category + ": " + message); 257WriteLine(message);
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.Debug.cs (1)
39Debug.WriteLine('|' + string.Join('|', chunks) + '|');
System.Private.Windows.Core (7)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
802Debug.WriteLine($"Failed to binary format: {ex.Message}");
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
332Debug.WriteLine(ex.ToString());
System\Private\Windows\Ole\FormatEnumerator.cs (1)
33Debug.WriteLine("IDataObject.GetFormats returned null.");
Windows\Win32\System\Com\ComHelpers.cs (3)
109Debug.WriteLine($"Did not find IUnknown for {@object.GetType().Name}. {ex.Message}"); 148Debug.WriteLine($"{nameof(TryGetObjectForIUnknown)}: Found a manual CCW, but couldn't unwrap to {typeof(TWrapper).Name}"); 223Debug.WriteLine($"{nameof(TryGetObjectForIUnknown)}: Failed to get object for {typeof(TObject).Name}. {ex.Message}");
Windows\Win32\System\Com\IDispatch.cs (1)
60Debug.WriteLine($"""
System.Private.Xml (17)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
4396System.Diagnostics.Debug.WriteLine($"Unhandled token: {token}");
System\Xml\Schema\XmlSchemaValidator.cs (8)
2240Debug.WriteLine("Selector Match!"); 2241Debug.WriteLine($"Name: {localName}\t|\tURI: {namespaceUri}\n"); 2255Debug.WriteLine("Element Field Match!"); 2299Debug.WriteLine("Attribute Field Match!"); 2302Debug.WriteLine("Attribute Field Filling Value!"); 2303Debug.WriteLine($"Name: {name}\t|\tURI: {ns}\t|\tValue: {obj}\n"); 2347Debug.WriteLine("Element Field Filling Value!"); 2348Debug.WriteLine($"Name: {localName}\t|\tURI: {namespaceUri}\t|\tValue: {typedValue}\n");
System\Xml\Schema\XsdValidator.cs (8)
926Debug.WriteLine("Selector Match!"); 927Debug.WriteLine($"Name: {reader.LocalName}\t|\tURI: {reader.NamespaceURI}\n"); 940Debug.WriteLine("Element Field Match!"); 985Debug.WriteLine("Attribute Field Match!"); 988Debug.WriteLine("Attribute Field Filling Value!"); 989Debug.WriteLine($"Name: {name}\t|\tURI: {ns}\t|\tValue: {obj}\n"); 1040Debug.WriteLine("Element Field Filling Value!"); 1041Debug.WriteLine($"Name: {reader.LocalName}\t|\tURI: {reader.NamespaceURI}\t|\tValue: {reader.TypedValueObject}\n");
System.Runtime.Caching (1)
System\Runtime\Caching\Dbg.cs (1)
44Debug.WriteLine(output);
System.Windows.Forms (10)
System\Resources\ResXDataNode.cs (1)
366Debug.WriteLine($"Converter for {type.FullName} doesn't support string conversion");
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
67Debug.WriteLine($"No proxy for {name}, returning null");
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (2)
39Debug.WriteLine($"PropertyBagStream: {nameof(NrbfDecoder)} failed with {ex.Message}"); 114Debug.WriteLine($"PropertyBagStream.Save: {nameof(NrbfDecoder)} failed with {ex.Message}");
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
603Debug.WriteLine($"Failed to get property for dispid {dispid}: {hr}");
System\Windows\Forms\Application.ThreadContext.cs (2)
116Debug.WriteLine("Creating parking form!"); 191Debug.WriteLine("Creating marshalling control!");
System\Windows\Forms\ComponentModel\COM2Interop\COM2Properties.cs (1)
170Debug.WriteLine($"Adding browsing handler type {handler.GetType().Name} to object.");
System\Windows\Forms\Control.cs (1)
11796Debug.WriteLine("Could not create buffered graphics, will paint in the surface directly");
System\Windows\Forms\Form.cs (1)
4553Debug.WriteLine($"AutoScaleFactor computed for new DPI = {autoScaleFactor.Width} - {autoScaleFactor.Height}");
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
149Debug.WriteLine(line);
System.Windows.Forms.IntegrationTests.Common (1)
TestHelpers.cs (1)
450Debug.WriteLine($"ForegroundWindow doesn't belong the test process! The current window is {windowTitle}.");
System.Windows.Forms.Primitives (4)
System\Diagnostics\TraceSwitchExtensions.cs (2)
17Debug.WriteLine(message); 26Debug.WriteLine(message.ToStringAndClear());
Windows\Win32\PInvoke.UiaDisconnectProvider.cs (1)
21Debug.WriteLine($"UiaDisconnectProvider failed with {result}");
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (1)
51Debug.WriteLine($"Already found name {name}");
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (1)
759Debug.WriteLine("Too long extrapolation, stop it.");
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1901Debug.WriteLine(SR.Format(SR.DictionaryFirstChanceException, ctx.ParentType, key, ctx.ParentType.KeyType));
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\Accessible.cs (2)
1162Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "Unexpected exception thrown for AccessibleChildren: {0}", e)); 1170Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "Unexpected hresult from AccessibleChildren: {0} count is {1} and actualCount is {2}", hr, count, actualCount));
MS\Internal\AutomationProxies\EventManager.cs (1)
120System.Diagnostics.Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "Unexpected idProp {0} for idOject 0x{1:x8} on element {2} for event {3}", idProp, idObject, el, eventId));
MS\Win32\UnsafeNativeMethods.cs (1)
396Debug.WriteLine("GetWindowLong failed. Error = " + error);
UIAutomationTypes (9)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (9)
130Debug.WriteLine("DeleteObject failed. Error = " + error); 339Debug.WriteLine("CloseHandle failed. Error = " + error); 389Debug.WriteLine("UnmapViewOfFile failed. Error = " + error); 450System.Diagnostics.Debug.WriteLine("GetCursorPos failed!"); 1073Debug.WriteLine("DestroyIcon failed. Error = " + error); 1094Debug.WriteLine("DeleteObject failed. Error = " + error); 1133Debug.WriteLine("CreateBitmap failed. Error = " + error); 1150Debug.WriteLine("DestroyIcon failed. Error = " + error); 1165Debug.WriteLine("CreateIconIndirect failed. Error = " + error);
WinFormsControlsTest (4)
MainForm.cs (1)
255Debug.WriteLine($"Why did we get a {control.GetType().Name} instead a {nameof(Button)} on {nameof(MainForm)}?");
RichTextBoxes.cs (1)
100Debug.WriteLine(location.ToString());
ScalingBeforeChanges.cs (2)
124Debug.WriteLine($"WM_DPICHANGED_BEFOREPARENT {dpi}"); 130Debug.WriteLine($"WM_DPICHANGED_AFTERPARENT {dpi}");