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
- CompiledELinqQueryState.cs
- ProfilePropertySettingsCollection.cs
- ImageEditor.cs
- ProvideValueServiceProvider.cs
- ItemList.cs
- FixedElement.cs
- InProcStateClientManager.cs
- WebPartConnectionsCloseVerb.cs
- _NativeSSPI.cs
- ComplexPropertyEntry.cs
- PropertyGridCommands.cs
- PointCollectionValueSerializer.cs
- ArrayWithOffset.cs
- Label.cs
- SourceFileBuildProvider.cs
- PreloadedPackages.cs
- CharEnumerator.cs
- HwndStylusInputProvider.cs
- ProtocolElement.cs
- AttachedPropertyMethodSelector.cs
- EntityDesignerUtils.cs
- DrawingImage.cs
- invalidudtexception.cs
- StreamSecurityUpgradeProvider.cs
- DerivedKeySecurityToken.cs
- TreeSet.cs
- ImmutablePropertyDescriptorGridEntry.cs
- FormClosedEvent.cs
- BrushConverter.cs
- DbConnectionOptions.cs
- RemoteCryptoDecryptRequest.cs
- DbQueryCommandTree.cs
- GetMemberBinder.cs
- PageBorderless.cs
- SqlDeflator.cs
- EventSetterHandlerConverter.cs
- TextTreeFixupNode.cs
- OSFeature.cs
- XmlSchemaInclude.cs
- LongValidator.cs
- AuthenticationService.cs
- FileDialogCustomPlacesCollection.cs
- assemblycache.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- Size.cs
- TextTrailingCharacterEllipsis.cs
- DataControlFieldHeaderCell.cs
- EnglishPluralizationService.cs
- TCPListener.cs
- WriteFileContext.cs
- SecurityPolicySection.cs
- X509Certificate2Collection.cs
- ExceptionHelpers.cs
- TypeUtil.cs
- DataObject.cs
- XmlComment.cs
- TextServicesContext.cs
- StackOverflowException.cs
- ContentPosition.cs
- FloatUtil.cs
- UserPreferenceChangedEventArgs.cs
- RtfToken.cs
- CultureInfoConverter.cs
- ConfigXmlWhitespace.cs
- BuildManagerHost.cs
- TransformCryptoHandle.cs
- URLMembershipCondition.cs
- Html32TextWriter.cs
- DependencyPropertyConverter.cs
- MarshalByValueComponent.cs
- DbProviderFactory.cs
- RelationalExpressions.cs
- Trace.cs
- Constraint.cs
- Graph.cs
- GridViewDeleteEventArgs.cs
- NameValueCollection.cs
- SmtpReplyReaderFactory.cs
- TextRangeEditTables.cs
- PKCS1MaskGenerationMethod.cs
- EncoderParameter.cs
- BidOverLoads.cs
- DeflateEmulationStream.cs
- UxThemeWrapper.cs
- Char.cs
- CompareValidator.cs
- InvokeSchedule.cs
- SqlNotificationRequest.cs
- ThreadStateException.cs
- VoiceChangeEventArgs.cs
- DrawingBrush.cs
- TargetPerspective.cs
- SqlConnectionString.cs
- HtmlObjectListAdapter.cs
- Function.cs
- DataBoundLiteralControl.cs
- BlockUIContainer.cs
- IndentTextWriter.cs
- LinqToSqlWrapper.cs
- ProxyAttribute.cs