Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignerTextBoxAdapter.cs
- XmlTextReader.cs
- XmlSchemaSimpleTypeUnion.cs
- TcpSocketManager.cs
- StyleXamlParser.cs
- ProjectionCamera.cs
- CompressedStack.cs
- AddingNewEventArgs.cs
- ModelPropertyImpl.cs
- ReflectionPermission.cs
- _NestedSingleAsyncResult.cs
- WmiEventSink.cs
- NetworkInterface.cs
- InputBinder.cs
- ImmutableCollection.cs
- HyperLink.cs
- PeerApplication.cs
- AutomationAttributeInfo.cs
- shaperfactoryquerycacheentry.cs
- CopyEncoder.cs
- IconBitmapDecoder.cs
- SqlCachedBuffer.cs
- RelationshipDetailsCollection.cs
- CompilationRelaxations.cs
- Label.cs
- XmlSchemaObjectCollection.cs
- CodeArrayIndexerExpression.cs
- ObjectContext.cs
- Style.cs
- KeyEvent.cs
- DbCommandDefinition.cs
- ScriptReferenceBase.cs
- TextFormatter.cs
- DataRelationPropertyDescriptor.cs
- SymmetricCryptoHandle.cs
- SspiNegotiationTokenAuthenticatorState.cs
- SqlServices.cs
- AdvancedBindingPropertyDescriptor.cs
- MediaPlayerState.cs
- EdmScalarPropertyAttribute.cs
- TabletDevice.cs
- MetadataItem_Static.cs
- SecurityChannel.cs
- CustomCredentialPolicy.cs
- ValidationEventArgs.cs
- HtmlInputText.cs
- VirtualDirectoryMapping.cs
- UnsafeNativeMethodsTablet.cs
- ItemsControlAutomationPeer.cs
- HttpResponseHeader.cs
- SafeSecurityHelper.cs
- XmlDataProvider.cs
- Duration.cs
- HttpStreamXmlDictionaryWriter.cs
- UnitySerializationHolder.cs
- RunInstallerAttribute.cs
- ObjectConverter.cs
- messageonlyhwndwrapper.cs
- ResourceSet.cs
- AdCreatedEventArgs.cs
- FilterFactory.cs
- RefreshEventArgs.cs
- BitmapData.cs
- InheritablePropertyChangeInfo.cs
- MultiSelectRootGridEntry.cs
- SqlDeflator.cs
- XNameTypeConverter.cs
- SqlNotificationRequest.cs
- NativeMethods.cs
- InlineCollection.cs
- IndexObject.cs
- DesigntimeLicenseContextSerializer.cs
- OleDbErrorCollection.cs
- PolyQuadraticBezierSegment.cs
- DesignerSerializerAttribute.cs
- IndexingContentUnit.cs
- UiaCoreTypesApi.cs
- Decimal.cs
- DoubleSumAggregationOperator.cs
- XmlIncludeAttribute.cs
- CommandEventArgs.cs
- VoiceSynthesis.cs
- QueryOpcode.cs
- TreeView.cs
- CommandDevice.cs
- SearchForVirtualItemEventArgs.cs
- SchemaCollectionCompiler.cs
- RenderData.cs
- WebBrowserNavigatingEventHandler.cs
- ListView.cs
- LongValidator.cs
- Matrix3D.cs
- DrawingDrawingContext.cs
- TextFormatterHost.cs
- DBBindings.cs
- BoolExpression.cs
- RuleCache.cs
- PolyLineSegment.cs
- TextEditorParagraphs.cs
- HierarchicalDataBoundControl.cs