Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / MS / Internal / TraceHwndHost.cs / 1305600 / TraceHwndHost.cs
#define TRACE
//----------------------------------------------------------------------------
//
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//
// Description: Defines TraceHwndHost class, for providing debugging information
// for HwndHosts
//
//---------------------------------------------------------------------------
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 HwndHost.
/// Helpers are defined here.
/// The rest of the class is generated; see also: AvTraceMessage.txt and genTraceStrings.pl
///
internal static partial class TraceHwndHost
{
// -----------------------------------------------------------------
// Constructors
// -----------------------------------------------------------------
static TraceHwndHost()
{
// 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
- Debugger.cs
- ActivityInterfaces.cs
- ScrollItemPatternIdentifiers.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- NativeMethods.cs
- TableDesigner.cs
- AutomationPeer.cs
- ExpressionPrefixAttribute.cs
- PropertyDescriptorCollection.cs
- ManipulationDeltaEventArgs.cs
- ParameterRetriever.cs
- FunctionUpdateCommand.cs
- NamedPermissionSet.cs
- ImageMetadata.cs
- ArgumentOutOfRangeException.cs
- DelegateArgumentValue.cs
- CodeExpressionRuleDeclaration.cs
- ComponentChangingEvent.cs
- COM2ColorConverter.cs
- HostingEnvironmentSection.cs
- SettingsBase.cs
- TextDecorationCollection.cs
- WindowsIdentity.cs
- DllNotFoundException.cs
- TypeLibConverter.cs
- exports.cs
- TextMarkerSource.cs
- SourceElementsCollection.cs
- Latin1Encoding.cs
- WebPartPersonalization.cs
- HttpCookiesSection.cs
- DateTimeUtil.cs
- SoapAttributeOverrides.cs
- OdbcConnectionHandle.cs
- PersistChildrenAttribute.cs
- ObsoleteAttribute.cs
- OdbcParameter.cs
- ToolboxComponentsCreatingEventArgs.cs
- NavigationPropertyEmitter.cs
- SiteMapNode.cs
- SQLDecimal.cs
- ThreadExceptionEvent.cs
- TextSelection.cs
- UntrustedRecipientException.cs
- GlobalDataBindingHandler.cs
- SelfIssuedSamlTokenFactory.cs
- EntityDataSourceContextCreatingEventArgs.cs
- SQLMoneyStorage.cs
- XpsInterleavingPolicy.cs
- DependentTransaction.cs
- Point3DKeyFrameCollection.cs
- TransactedReceiveScope.cs
- PermissionRequestEvidence.cs
- CodePrimitiveExpression.cs
- ToolStripDropDownClosingEventArgs.cs
- ManualResetEvent.cs
- ToolStripButton.cs
- TypeDescriptionProvider.cs
- TTSEngineProxy.cs
- CodeIndexerExpression.cs
- SimpleWebHandlerParser.cs
- basenumberconverter.cs
- Frame.cs
- StoreAnnotationsMap.cs
- InputChannelBinder.cs
- ECDiffieHellmanPublicKey.cs
- TimeSpanStorage.cs
- Transform3DGroup.cs
- QueryResultOp.cs
- FontFamilyConverter.cs
- PrtCap_Public.cs
- InputScopeConverter.cs
- FormView.cs
- HtmlTextArea.cs
- EntityKeyElement.cs
- ClientFormsIdentity.cs
- OledbConnectionStringbuilder.cs
- PersianCalendar.cs
- EntityException.cs
- EmptyStringExpandableObjectConverter.cs
- ValidationRuleCollection.cs
- MouseEventArgs.cs
- TemplateField.cs
- CryptoApi.cs
- ProfileSection.cs
- MessageQueueInstaller.cs
- CreateParams.cs
- TreeNodeBindingDepthConverter.cs
- XslNumber.cs
- ParameterBuilder.cs
- XmlSchemaAll.cs
- DataGridViewRowsAddedEventArgs.cs
- CodeTypeDeclarationCollection.cs
- KnownColorTable.cs
- Subtree.cs
- EnvironmentPermission.cs
- Part.cs
- TreeViewCancelEvent.cs
- CodeDirectoryCompiler.cs
- TargetControlTypeCache.cs