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
- CroppedBitmap.cs
- GCHandleCookieTable.cs
- StringResourceManager.cs
- RelationshipNavigation.cs
- WindowsImpersonationContext.cs
- SqlConnectionHelper.cs
- Int32Storage.cs
- HyperlinkAutomationPeer.cs
- ResXResourceSet.cs
- ConditionalAttribute.cs
- TextOnlyOutput.cs
- UnknownWrapper.cs
- WebControlAdapter.cs
- SQLDateTime.cs
- XslException.cs
- XamlUtilities.cs
- AdRotator.cs
- DataPointer.cs
- MailAddressCollection.cs
- SemanticAnalyzer.cs
- XPathSelfQuery.cs
- Constraint.cs
- LayoutUtils.cs
- LayoutSettings.cs
- RemotingConfiguration.cs
- PlacementWorkspace.cs
- BezierSegment.cs
- InternalControlCollection.cs
- CLRBindingWorker.cs
- XmlValidatingReaderImpl.cs
- ResourcePart.cs
- RestHandler.cs
- OrthographicCamera.cs
- WhitespaceSignificantCollectionAttribute.cs
- DataBoundControl.cs
- WebPartExportVerb.cs
- RefExpr.cs
- Aes.cs
- TextTreeExtractElementUndoUnit.cs
- IInstanceTable.cs
- XmlNamedNodeMap.cs
- PropVariant.cs
- WebBaseEventKeyComparer.cs
- HighContrastHelper.cs
- XmlSchemaType.cs
- MappingModelBuildProvider.cs
- HTMLTextWriter.cs
- CustomValidator.cs
- xsdvalidator.cs
- BatchParser.cs
- WorkflowViewManager.cs
- SequenceQuery.cs
- DefaultAsyncDataDispatcher.cs
- DelegatedStream.cs
- BindingsCollection.cs
- ImmutableObjectAttribute.cs
- SchemaImporterExtension.cs
- VisualBrush.cs
- GridViewDeleteEventArgs.cs
- JavaScriptObjectDeserializer.cs
- DropDownButton.cs
- ConstraintEnumerator.cs
- LinkArea.cs
- ControlCollection.cs
- DataPagerFieldCommandEventArgs.cs
- EditorPartChrome.cs
- SkinBuilder.cs
- TextEditorDragDrop.cs
- ToolZone.cs
- SmiRecordBuffer.cs
- BypassElementCollection.cs
- XmlLoader.cs
- invalidudtexception.cs
- TypeLibConverter.cs
- VirtualizingStackPanel.cs
- EventHandlerList.cs
- DictionaryEntry.cs
- WebServiceClientProxyGenerator.cs
- IndependentAnimationStorage.cs
- PngBitmapEncoder.cs
- SoapIncludeAttribute.cs
- EntityDataSourceContextDisposingEventArgs.cs
- DotExpr.cs
- DiscoveryClient.cs
- ITreeGenerator.cs
- ResourceBinder.cs
- OleDbRowUpdatedEvent.cs
- FileSystemWatcher.cs
- StorageModelBuildProvider.cs
- InputScopeNameConverter.cs
- TaskSchedulerException.cs
- StateManagedCollection.cs
- TypeDependencyAttribute.cs
- NodeFunctions.cs
- LabelInfo.cs
- Html32TextWriter.cs
- Triangle.cs
- InternalTypeHelper.cs
- GenerateTemporaryAssemblyTask.cs
- XPathSelfQuery.cs