Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / 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. //---------------------------------------------------------------------------- // // 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
- AccessViolationException.cs
- JournalNavigationScope.cs
- TreeViewImageIndexConverter.cs
- CodeMethodReturnStatement.cs
- namescope.cs
- DataGridColumn.cs
- NTAccount.cs
- PresentationSource.cs
- CompleteWizardStep.cs
- PopupRoot.cs
- VersionedStream.cs
- Publisher.cs
- FixedStringLookup.cs
- SqlDataRecord.cs
- XPathScanner.cs
- XsltQilFactory.cs
- TitleStyle.cs
- StringTraceRecord.cs
- HandlerMappingMemo.cs
- CacheForPrimitiveTypes.cs
- ACL.cs
- DataRow.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- SecureConversationDriver.cs
- PopupEventArgs.cs
- DataGridViewColumnConverter.cs
- InkCanvasSelectionAdorner.cs
- PriorityBinding.cs
- rsa.cs
- DetailsViewCommandEventArgs.cs
- XPathDocumentIterator.cs
- Accessible.cs
- ForAllOperator.cs
- ValueTable.cs
- LazyTextWriterCreator.cs
- Matrix3D.cs
- TransportListener.cs
- MsmqMessageSerializationFormat.cs
- XmlHierarchicalEnumerable.cs
- ReadOnlyDataSource.cs
- XhtmlBasicPageAdapter.cs
- CompiledXpathExpr.cs
- XmlSchemaSimpleContentExtension.cs
- XamlValidatingReader.cs
- InitializationEventAttribute.cs
- TrackBarRenderer.cs
- TypeDelegator.cs
- XmlSchemaDatatype.cs
- ServiceReference.cs
- HttpPostedFile.cs
- Literal.cs
- HashJoinQueryOperatorEnumerator.cs
- DbParameterCollection.cs
- TypeHelper.cs
- DBDataPermissionAttribute.cs
- DataObjectFieldAttribute.cs
- FileCodeGroup.cs
- HttpProcessUtility.cs
- RSAOAEPKeyExchangeFormatter.cs
- SafeNativeMethods.cs
- WebPartConnectVerb.cs
- InvalidCastException.cs
- XXXOnTypeBuilderInstantiation.cs
- ConfigurationSection.cs
- CanonicalXml.cs
- HttpListenerContext.cs
- Expander.cs
- ClientFormsIdentity.cs
- RegexWriter.cs
- MessageDecoder.cs
- MultiPartWriter.cs
- MonthCalendar.cs
- CompModSwitches.cs
- DBCSCodePageEncoding.cs
- Matrix.cs
- Vector3DAnimationBase.cs
- HitTestWithGeometryDrawingContextWalker.cs
- StateItem.cs
- ValidatorUtils.cs
- RefExpr.cs
- HTTPAPI_VERSION.cs
- Mapping.cs
- Listbox.cs
- Configuration.cs
- HtmlElementCollection.cs
- Ipv6Element.cs
- TabPage.cs
- ExceptionUtil.cs
- NamespaceEmitter.cs
- ConfigurationElement.cs
- DataGridComponentEditor.cs
- AutomationAttributeInfo.cs
- PartitionedStreamMerger.cs
- Part.cs
- TextElementCollection.cs
- FullTextState.cs
- ChannelFactoryRefCache.cs
- PeerTransportCredentialType.cs
- ZipPackagePart.cs
- MimeWriter.cs