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
- SqlDataSourceFilteringEventArgs.cs
- _LazyAsyncResult.cs
- MouseWheelEventArgs.cs
- DbConnectionOptions.cs
- XPathAncestorIterator.cs
- _ConnectStream.cs
- QuadraticBezierSegment.cs
- StateItem.cs
- Size3D.cs
- _UriTypeConverter.cs
- MatrixTransform3D.cs
- DetailsViewUpdateEventArgs.cs
- OdbcDataAdapter.cs
- ColorConverter.cs
- MemberRelationshipService.cs
- TdsParser.cs
- AttributeAction.cs
- DataSetMappper.cs
- MimePart.cs
- HttpWebResponse.cs
- ValidationSummary.cs
- OverlappedAsyncResult.cs
- Mouse.cs
- MetadataItemSerializer.cs
- IIS7UserPrincipal.cs
- AppliedDeviceFiltersEditor.cs
- SynchronizationLockException.cs
- ListSortDescriptionCollection.cs
- ErrorCodes.cs
- TargetControlTypeCache.cs
- Border.cs
- Inline.cs
- storagemappingitemcollection.viewdictionary.cs
- ObjectConverter.cs
- Model3D.cs
- OleDbParameter.cs
- SubMenuStyleCollection.cs
- PresentationTraceSources.cs
- Stream.cs
- FormViewDeleteEventArgs.cs
- FormViewDeleteEventArgs.cs
- ScheduleChanges.cs
- TriggerBase.cs
- PenThreadWorker.cs
- SmtpMail.cs
- Queue.cs
- IntSumAggregationOperator.cs
- StrongTypingException.cs
- RC2CryptoServiceProvider.cs
- OleDbMetaDataFactory.cs
- ExpressionStringBuilder.cs
- WindowsGrip.cs
- MenuEventArgs.cs
- SerializerDescriptor.cs
- LexicalChunk.cs
- SettingsPropertyIsReadOnlyException.cs
- UdpChannelFactory.cs
- SqlMethods.cs
- WebPartMovingEventArgs.cs
- DesignTimeVisibleAttribute.cs
- VisualCollection.cs
- ThreadNeutralSemaphore.cs
- SelectionListDesigner.cs
- OleDbStruct.cs
- ObjectDisposedException.cs
- HostingEnvironment.cs
- DefaultBinder.cs
- TypeInitializationException.cs
- Profiler.cs
- FixedSchema.cs
- LoginUtil.cs
- HttpHeaderCollection.cs
- ProfileManager.cs
- EasingQuaternionKeyFrame.cs
- DbParameterCollectionHelper.cs
- BooleanSwitch.cs
- GlobalizationAssembly.cs
- SynchronizationLockException.cs
- FileLogRecord.cs
- GridItemProviderWrapper.cs
- NullReferenceException.cs
- Viewport2DVisual3D.cs
- HandlerBase.cs
- StringValueSerializer.cs
- ResourceAttributes.cs
- CqlLexerHelpers.cs
- WorkflowDefinitionDispenser.cs
- FormViewAutoFormat.cs
- MouseDevice.cs
- CookielessHelper.cs
- Misc.cs
- RepeaterCommandEventArgs.cs
- CodeDomSerializationProvider.cs
- Environment.cs
- XPathAncestorIterator.cs
- KoreanLunisolarCalendar.cs
- RedirectionProxy.cs
- ValuePattern.cs
- ObjectDesignerDataSourceView.cs
- Base64Decoder.cs