Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / InheritablePropertyChangeInfo.cs / 1 / InheritablePropertyChangeInfo.cs
//---------------------------------------------------------------------------- // // File: InheritablePropertyChangeInfo.cs // // Description: // This data-structure is used // 1. As the data that is passed around by the DescendentsWalker // during an inheritable property change tree-walk. // // Copyright (C) by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; namespace System.Windows { ////// This is the data that is passed through the DescendentsWalker /// during an inheritable property change tree-walk. /// internal struct InheritablePropertyChangeInfo { #region Constructors internal InheritablePropertyChangeInfo( DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry newEntry) { _property = property; _oldEntry = oldEntry; _newEntry = newEntry; } #endregion Constructors #region Properties internal DependencyProperty Property { get { return _property; } } internal EffectiveValueEntry OldEntry { get { return _oldEntry; } } internal EffectiveValueEntry NewEntry { get { return _newEntry; } } #endregion Properties #region Data private DependencyProperty _property; private EffectiveValueEntry _oldEntry; private EffectiveValueEntry _newEntry; #endregion Data } } // 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
- WinEventWrap.cs
- _AuthenticationState.cs
- DataKeyCollection.cs
- Collection.cs
- ImageSource.cs
- SizeF.cs
- MethodBuilderInstantiation.cs
- RsaSecurityKey.cs
- SiteMapProvider.cs
- PageContent.cs
- SQlBooleanStorage.cs
- TextParaLineResult.cs
- DBSchemaTable.cs
- MsmqOutputSessionChannel.cs
- WindowsTitleBar.cs
- Base64Encoder.cs
- Camera.cs
- AssociationSetEnd.cs
- HttpResponseInternalBase.cs
- CollectionChangeEventArgs.cs
- WindowShowOrOpenTracker.cs
- ISAPIRuntime.cs
- ConsumerConnectionPointCollection.cs
- QuaternionAnimationBase.cs
- CodeDOMProvider.cs
- RelatedView.cs
- Helper.cs
- Application.cs
- TreeChangeInfo.cs
- FileDialog_Vista_Interop.cs
- DesignerLoader.cs
- InputReportEventArgs.cs
- ResXBuildProvider.cs
- ManagedWndProcTracker.cs
- MouseCaptureWithinProperty.cs
- ListBox.cs
- sqlpipe.cs
- ToolStripItemCollection.cs
- ProgressBarAutomationPeer.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- Separator.cs
- TextBoxRenderer.cs
- SizeValueSerializer.cs
- SpellerHighlightLayer.cs
- ListViewItem.cs
- ServiceDescription.cs
- StreamUpdate.cs
- ScriptingSectionGroup.cs
- BaseProcessor.cs
- QilChoice.cs
- InputScopeAttribute.cs
- NoClickablePointException.cs
- ItemAutomationPeer.cs
- AutoResetEvent.cs
- DataSourceSelectArguments.cs
- ApplicationDirectory.cs
- ContextMenuAutomationPeer.cs
- IMembershipProvider.cs
- SimpleWebHandlerParser.cs
- IdnMapping.cs
- _UncName.cs
- DataGridTextBox.cs
- returneventsaver.cs
- PolicyImporterElement.cs
- Certificate.cs
- HttpCookie.cs
- SelectionChangedEventArgs.cs
- BatchStream.cs
- DataSourceView.cs
- CodeParameterDeclarationExpression.cs
- XmlSchemaRedefine.cs
- StateInitializationDesigner.cs
- ClosableStream.cs
- StorageBasedPackageProperties.cs
- TextServicesContext.cs
- IIS7WorkerRequest.cs
- ColorDialog.cs
- BuildManagerHost.cs
- CodeTypeReferenceCollection.cs
- DecoderFallbackWithFailureFlag.cs
- CodeLinePragma.cs
- ArgumentException.cs
- DataControlCommands.cs
- ResolveNameEventArgs.cs
- DoubleKeyFrameCollection.cs
- PointAnimationBase.cs
- DataGridViewCellEventArgs.cs
- IdentityHolder.cs
- StateMachineSubscriptionManager.cs
- StatusBarAutomationPeer.cs
- SqlRetyper.cs
- XmlSchemaValidationException.cs
- TextEffectCollection.cs
- DynamicValueConverter.cs
- RMPublishingDialog.cs
- SafeNativeMemoryHandle.cs
- TypeLibConverter.cs
- recordstatefactory.cs
- EventDescriptorCollection.cs
- DataGridViewComboBoxColumn.cs