Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / MS / Internal / TraceHwndHost.cs / 1305600 / 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
- XmlSchemaValidationException.cs
- Attributes.cs
- NotConverter.cs
- DataObject.cs
- ColorBuilder.cs
- SystemMulticastIPAddressInformation.cs
- DataServiceResponse.cs
- SettingsPropertyIsReadOnlyException.cs
- KeyFrames.cs
- MailBnfHelper.cs
- FontCollection.cs
- MaskedTextBoxTextEditorDropDown.cs
- CryptoKeySecurity.cs
- ControlBuilderAttribute.cs
- TreeIterator.cs
- OleDbErrorCollection.cs
- SqlUtils.cs
- MsmqAppDomainProtocolHandler.cs
- HasCopySemanticsAttribute.cs
- XmlDictionaryReader.cs
- SecurityToken.cs
- HttpProfileBase.cs
- CodeStatementCollection.cs
- DbConnectionHelper.cs
- SelectionWordBreaker.cs
- Size.cs
- SharedPersonalizationStateInfo.cs
- XmlSchemaNotation.cs
- SqlDataSourceQueryEditor.cs
- MetadataUtilsSmi.cs
- AnchoredBlock.cs
- EntityDesignerUtils.cs
- ParseNumbers.cs
- UserCancellationException.cs
- ImageMapEventArgs.cs
- TextSelectionProcessor.cs
- StringArrayConverter.cs
- DiscoveryInnerClientAdhocCD1.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- SchemaImporterExtension.cs
- ZeroOpNode.cs
- ListBox.cs
- CompiledRegexRunner.cs
- DiscoveryClientOutputChannel.cs
- Ops.cs
- DataObject.cs
- Stylesheet.cs
- GregorianCalendarHelper.cs
- MsmqSecureHashAlgorithm.cs
- UrlMappingsModule.cs
- DataGridPreparingCellForEditEventArgs.cs
- IOException.cs
- BamlBinaryReader.cs
- StrongName.cs
- KeyedCollection.cs
- OutputCacheSettings.cs
- WorkItem.cs
- SchemaDeclBase.cs
- AddInContractAttribute.cs
- WebBrowserSiteBase.cs
- IDispatchConstantAttribute.cs
- HttpRawResponse.cs
- ApplicationProxyInternal.cs
- MonthCalendar.cs
- ContextMarshalException.cs
- OwnerDrawPropertyBag.cs
- ConfigurationStrings.cs
- KeyboardEventArgs.cs
- SmtpLoginAuthenticationModule.cs
- DefaultMemberAttribute.cs
- SafeFileMapViewHandle.cs
- JsonReader.cs
- SafeNativeMethods.cs
- FormViewRow.cs
- CheckBoxList.cs
- ProcessHostFactoryHelper.cs
- ValueType.cs
- DataGrid.cs
- EventSource.cs
- XmlAnyAttributeAttribute.cs
- OutputScopeManager.cs
- PackageFilter.cs
- CalendarDesigner.cs
- SignedInfo.cs
- OLEDB_Enum.cs
- StyleTypedPropertyAttribute.cs
- DataGridViewCellLinkedList.cs
- versioninfo.cs
- MediaCommands.cs
- DeviceFilterEditorDialog.cs
- ImageAnimator.cs
- CursorConverter.cs
- UriScheme.cs
- DataQuery.cs
- UIElementIsland.cs
- EmptyReadOnlyDictionaryInternal.cs
- StoreConnection.cs
- ButtonColumn.cs
- TypeInfo.cs
- Invariant.cs