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
- TryCatch.cs
- SignatureDescription.cs
- AppModelKnownContentFactory.cs
- TwoPhaseCommit.cs
- DbMetaDataFactory.cs
- XPathPatternParser.cs
- InternalMappingException.cs
- HostingEnvironment.cs
- DragDeltaEventArgs.cs
- DrawingBrush.cs
- DataGridDesigner.cs
- InputScopeManager.cs
- LogicalTreeHelper.cs
- CheckedListBox.cs
- PageThemeParser.cs
- HttpValueCollection.cs
- SoapIgnoreAttribute.cs
- MessageQueueAccessControlEntry.cs
- TreeViewImageIndexConverter.cs
- Normalization.cs
- SafeNativeMethodsOther.cs
- IncrementalHitTester.cs
- DrawingDrawingContext.cs
- EventListenerClientSide.cs
- OrthographicCamera.cs
- SystemMulticastIPAddressInformation.cs
- DPTypeDescriptorContext.cs
- BinaryNode.cs
- MembershipUser.cs
- ExceptionUtil.cs
- EmptyEnumerator.cs
- AsymmetricAlgorithm.cs
- Vector3DAnimationUsingKeyFrames.cs
- NamespaceInfo.cs
- FreezableOperations.cs
- MergeFailedEvent.cs
- CursorEditor.cs
- DrawingAttributes.cs
- SqlWorkflowPersistenceService.cs
- CommandPlan.cs
- DataRelationCollection.cs
- Int16Animation.cs
- ProcessMessagesAsyncResult.cs
- ListViewItemMouseHoverEvent.cs
- WindowsListViewGroup.cs
- WebPartEditorCancelVerb.cs
- Style.cs
- IDataContractSurrogate.cs
- TextEffectResolver.cs
- DoWorkEventArgs.cs
- DependencyPropertyHelper.cs
- KeyTimeConverter.cs
- SecuritySessionSecurityTokenProvider.cs
- RuntimeConfigurationRecord.cs
- WindowsHyperlink.cs
- PreservationFileWriter.cs
- SequentialOutput.cs
- Function.cs
- TemplateKeyConverter.cs
- PrivilegeNotHeldException.cs
- Package.cs
- ETagAttribute.cs
- XsltConvert.cs
- SinglePageViewer.cs
- SchemaElementDecl.cs
- PointAnimationClockResource.cs
- EventLogHandle.cs
- InitializerFacet.cs
- ExpressionConverter.cs
- DesignerMetadata.cs
- CodeTypeReferenceSerializer.cs
- RoutedEvent.cs
- NTAccount.cs
- ResumeStoryboard.cs
- LineGeometry.cs
- ActivityStateQuery.cs
- Filter.cs
- Currency.cs
- ThrowOnMultipleAssignment.cs
- AnnotationAdorner.cs
- SaveFileDialogDesigner.cs
- CommonDialog.cs
- Int32Storage.cs
- Span.cs
- BinaryExpression.cs
- TextSegment.cs
- QilXmlWriter.cs
- TriggerCollection.cs
- BuildResult.cs
- XmlHierarchyData.cs
- EnvelopedSignatureTransform.cs
- FixedLineResult.cs
- SQLDoubleStorage.cs
- StreamGeometry.cs
- Byte.cs
- DataGridViewColumnStateChangedEventArgs.cs
- ItemCollection.cs
- ConsoleCancelEventArgs.cs
- ListBoxItemAutomationPeer.cs
- SplitterCancelEvent.cs