Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / MS / Internal / TraceShell.cs / 1305600 / TraceShell.cs
#define TRACE //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: Defines TraceShell class, for providing debugging information // for Shell integration // //--------------------------------------------------------------------------- using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Reflection; using System.Text; using System.Windows; using System.Windows.Data; using MS.Internal.Data; using MS.Win32; namespace MS.Internal { ////// Provides a central mechanism for providing debugging information /// to aid programmers in using Shell integration features. /// Helpers are defined here. /// The rest of the class is generated; see also: AvTraceMessage.txt and genTraceStrings.pl /// internal static partial class TraceShell { static TraceShell() { // This tells tracing that IsEnabled should be true if we're in the debugger, // even if the registry flag isn't turned on. By default, IsEnabled is only // true if the registry is set. _avTrace.EnabledByDebugger = true; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. #define TRACE //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: Defines TraceShell class, for providing debugging information // for Shell integration // //--------------------------------------------------------------------------- using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Reflection; using System.Text; using System.Windows; using System.Windows.Data; using MS.Internal.Data; using MS.Win32; namespace MS.Internal { ////// Provides a central mechanism for providing debugging information /// to aid programmers in using Shell integration features. /// Helpers are defined here. /// The rest of the class is generated; see also: AvTraceMessage.txt and genTraceStrings.pl /// internal static partial class TraceShell { static TraceShell() { // This tells tracing that IsEnabled should be true if we're in the debugger, // even if the registry flag isn't turned on. By default, IsEnabled is only // true if the registry is set. _avTrace.EnabledByDebugger = true; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NumberAction.cs
- EntityContainerEmitter.cs
- ContextMenu.cs
- TimelineClockCollection.cs
- ItemList.cs
- DataSysAttribute.cs
- SHA384.cs
- SerializationUtility.cs
- SqlCommandSet.cs
- SystemPens.cs
- IPAddressCollection.cs
- Select.cs
- AsyncOperationManager.cs
- TriggerCollection.cs
- DataViewSettingCollection.cs
- InputMethodStateTypeInfo.cs
- ClientSideQueueItem.cs
- WinInetCache.cs
- BaseServiceProvider.cs
- EntryPointNotFoundException.cs
- TrustManagerMoreInformation.cs
- DetailsViewModeEventArgs.cs
- RijndaelManagedTransform.cs
- DataControlFieldHeaderCell.cs
- Array.cs
- TraceSection.cs
- LocalizableResourceBuilder.cs
- ContextInformation.cs
- PageCodeDomTreeGenerator.cs
- EdmMember.cs
- IdnElement.cs
- PointCollection.cs
- MultiBindingExpression.cs
- PropertyChangedEventArgs.cs
- CodePageUtils.cs
- COSERVERINFO.cs
- TypeGeneratedEventArgs.cs
- BufferedReadStream.cs
- NotificationContext.cs
- RichTextBoxDesigner.cs
- XhtmlBasicPageAdapter.cs
- CommandID.cs
- ScrollViewerAutomationPeer.cs
- TiffBitmapDecoder.cs
- SerializableTypeCodeDomSerializer.cs
- DataFormats.cs
- DatagridviewDisplayedBandsData.cs
- TypeConverterAttribute.cs
- ScaleTransform.cs
- ResourceAssociationSetEnd.cs
- BamlLocalizer.cs
- MonthChangedEventArgs.cs
- TabItem.cs
- OdbcConnection.cs
- Int64Animation.cs
- ProfileModule.cs
- MimeXmlReflector.cs
- TreeNode.cs
- PlanCompilerUtil.cs
- TreeNodeSelectionProcessor.cs
- DelegateTypeInfo.cs
- PerformanceCounter.cs
- Activator.cs
- StringPropertyBuilder.cs
- RepeatBehaviorConverter.cs
- SqlBuilder.cs
- HelpInfo.cs
- Section.cs
- NavigationProgressEventArgs.cs
- ColumnReorderedEventArgs.cs
- LazyInitializer.cs
- Event.cs
- CodeSubDirectory.cs
- HttpCachePolicy.cs
- InterleavedZipPartStream.cs
- PerformanceCounterPermission.cs
- SourceFilter.cs
- DescendantOverDescendantQuery.cs
- SecurityRuntime.cs
- PathSegment.cs
- NameObjectCollectionBase.cs
- StringCollection.cs
- DataGridViewIntLinkedList.cs
- ContainerParagraph.cs
- TraceSection.cs
- RegexGroup.cs
- TextTrailingWordEllipsis.cs
- DesignerEventService.cs
- WebPartConnectionsConfigureVerb.cs
- DataGridCommandEventArgs.cs
- SecurityElement.cs
- ListViewGroupConverter.cs
- SafeCryptoHandles.cs
- ValidationPropertyAttribute.cs
- CalendarDateRange.cs
- TokenBasedSet.cs
- XmlMemberMapping.cs
- ClrProviderManifest.cs
- XmlAttributeHolder.cs
- GestureRecognizer.cs