43 references to WriteLine
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
241System.Diagnostics.Trace.WriteLine("Ignoring unhandled stroke tag in ISF stroke descriptor");
System.Activities (4)
System\Activities\Debugger\DebugManager.cs (1)
188Trace.WriteLine(
System\Activities\Debugger\SourceLocationProvider.cs (3)
318Trace.WriteLine("WorkflowDebugger: Does not have corresponding Xaml node for: " + activity2.DisplayName + "\n"); 336Trace.WriteLine( 350Trace.WriteLine("Unmatched number of children\n");
System.Activities.Presentation (13)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
384Trace.WriteLine(e.Message);
System.Activities.Presentation\System\Activities\Presentation\Converters\ArgumentToExpressionConverter.cs (1)
82Trace.WriteLine(err.ToString());
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
658Trace.WriteLine(e.Message);
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
669Trace.WriteLine(exception.ToString()); 706Trace.WriteLine(exception.ToString());
System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelPropertyImpl.cs (1)
98Trace.WriteLine(e.ToString());
System.Activities.Presentation\System\Activities\Presentation\RetriableClipboard.cs (3)
31Trace.WriteLine(err.ToString()); 53Trace.WriteLine(err.ToString()); 74Trace.WriteLine(err.ToString());
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (4)
546Trace.WriteLine(ex.Message); 930Trace.WriteLine(string.Format(CultureInfo.CurrentUICulture, "{0}\r\n{1}", err.Message, err.StackTrace)); 988Trace.WriteLine(string.Format(CultureInfo.CurrentUICulture, "{0}\r\n{1}", err.Message, err.StackTrace)); 996Trace.WriteLine("ExpressionTextBox OwnerActivity is null.");
System.AddIn (2)
System\Addin\Hosting\AddInStore.cs (1)
558Trace.WriteLine(String.Format(System.Globalization.CultureInfo.CurrentCulture, Res.HostViewUnusableBecauseItIsGeneric, hostViewOfAddIn.Name));
System\Addin\Pipeline\ContractBase.cs (1)
236Trace.WriteLine(String.Format(System.Globalization.CultureInfo.CurrentCulture, Res.FailedToUnloadAppDomain, AppDomain.CurrentDomain.FriendlyName, ex.Message));
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\ArgumentToExpressionConverter.cs (1)
82Trace.WriteLine(err.ToString());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
658Trace.WriteLine(e.Message);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
669Trace.WriteLine(exception.ToString()); 706Trace.WriteLine(exception.ToString());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\RetriableClipboard.cs (3)
31Trace.WriteLine(err.ToString()); 53Trace.WriteLine(err.ToString()); 74Trace.WriteLine(err.ToString());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (4)
546Trace.WriteLine(ex.Message); 930Trace.WriteLine(string.Format(CultureInfo.CurrentUICulture, "{0}\r\n{1}", err.Message, err.StackTrace)); 988Trace.WriteLine(string.Format(CultureInfo.CurrentUICulture, "{0}\r\n{1}", err.Message, err.StackTrace)); 996Trace.WriteLine("ExpressionTextBox OwnerActivity is null.");
System.Data.Entity (11)
System\Data\Common\Utils\Helpers.cs (2)
26Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, format, args)); 36Trace.WriteLine(arg);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (3)
143Trace.WriteLine(String.Empty); 144Trace.WriteLine(String.Empty); 485Trace.WriteLine("Foreign key mapped to relationship " + cell.CQuery.Extent.Name);
System\Data\Mapping\ViewGeneration\Validator.cs (6)
84Trace.WriteLine(String.Empty); 85Trace.WriteLine("C-Level Basic Constraints"); 87Trace.WriteLine("S-Level Basic Constraints"); 101Trace.WriteLine(String.Empty); 102Trace.WriteLine("C-Level View Constraints"); 104Trace.WriteLine("S-Level View Constraints");
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
153System.Diagnostics.Trace.WriteLine(string.Format(CultureInfo.CurrentCulture, "KeyCode:{0}, KeyData:{1}, KeyValue:{2}", e.KeyCode, e.KeyData, e.KeyValue));