Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / MS / Internal / TraceHwndHost.cs / 1 / 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
- ScriptHandlerFactory.cs
- WmlCalendarAdapter.cs
- DateTimeValueSerializerContext.cs
- Geometry.cs
- FilterException.cs
- ResumeStoryboard.cs
- DragEvent.cs
- ModulesEntry.cs
- TextServicesProperty.cs
- VectorAnimation.cs
- EnumConverter.cs
- RelationshipSet.cs
- nulltextcontainer.cs
- PermissionAttributes.cs
- UpdateCommandGenerator.cs
- XmlEnumAttribute.cs
- ObjectAnimationBase.cs
- EndpointAddressAugust2004.cs
- EventWaitHandleSecurity.cs
- EndEvent.cs
- WindowsEditBoxRange.cs
- ListBoxItem.cs
- ComponentChangedEvent.cs
- CodeNamespaceImportCollection.cs
- XmlNodeReader.cs
- StylusShape.cs
- SignatureToken.cs
- ControlValuePropertyAttribute.cs
- ActivityXamlServices.cs
- CodeGeneratorOptions.cs
- XmlSchemaProviderAttribute.cs
- PaperSource.cs
- TransportListener.cs
- TraceSource.cs
- SqlDataRecord.cs
- ToolStrip.cs
- FontCollection.cs
- WizardSideBarListControlItemEventArgs.cs
- ExclusiveTcpListener.cs
- X509Certificate.cs
- XamlStyleSerializer.cs
- CollectionViewProxy.cs
- HttpRequest.cs
- SqlBooleanMismatchVisitor.cs
- ProfileSettings.cs
- SwitchAttribute.cs
- HiddenFieldPageStatePersister.cs
- WorkflowServiceBuildProvider.cs
- ResXDataNode.cs
- TTSEvent.cs
- CompilerHelpers.cs
- LookupNode.cs
- ClientData.cs
- DataBindingExpressionBuilder.cs
- PKCS1MaskGenerationMethod.cs
- SiteOfOriginContainer.cs
- StructuredTypeEmitter.cs
- BackgroundWorker.cs
- DbParameterHelper.cs
- safex509handles.cs
- PartitionedStream.cs
- CompositeScriptReferenceEventArgs.cs
- SoapFault.cs
- AnnotationDocumentPaginator.cs
- RtfToXamlReader.cs
- Screen.cs
- SecurityDocument.cs
- ILGenerator.cs
- WorkflowQueuingService.cs
- OutputCacheProfile.cs
- ControlTemplate.cs
- PrivacyNoticeBindingElement.cs
- RecordsAffectedEventArgs.cs
- WebPartHelpVerb.cs
- PublisherMembershipCondition.cs
- FrameworkTemplate.cs
- IgnoreFlushAndCloseStream.cs
- ProtocolElementCollection.cs
- AdPostCacheSubstitution.cs
- ListViewGroupConverter.cs
- Attributes.cs
- ClientRoleProvider.cs
- AmbiguousMatchException.cs
- OdbcConnectionString.cs
- Mouse.cs
- PersistenceProviderFactory.cs
- UnmanagedMemoryStreamWrapper.cs
- PointAnimationBase.cs
- PolicyStatement.cs
- ObjectDisposedException.cs
- MailWriter.cs
- HtmlInputImage.cs
- DataListCommandEventArgs.cs
- Help.cs
- DependencyPropertyChangedEventArgs.cs
- DomainUpDown.cs
- RijndaelManagedTransform.cs
- DesignTable.cs
- SchemaNotation.cs
- AttributeCollection.cs