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
- DataDocumentXPathNavigator.cs
- FileLoadException.cs
- RuntimeConfig.cs
- StickyNoteHelper.cs
- SectionInput.cs
- BrowserDefinitionCollection.cs
- XmlUtf8RawTextWriter.cs
- GrammarBuilderRuleRef.cs
- XamlParser.cs
- BinHexDecoder.cs
- RoleGroupCollection.cs
- ISCIIEncoding.cs
- COM2PropertyPageUITypeConverter.cs
- ExpressionConverter.cs
- KnownTypes.cs
- coordinatorfactory.cs
- HMACMD5.cs
- CheckBoxList.cs
- ListControlStringCollectionEditor.cs
- Visual3D.cs
- StrokeCollectionConverter.cs
- GuidConverter.cs
- EastAsianLunisolarCalendar.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- Drawing.cs
- ContentControl.cs
- PropertyMetadata.cs
- FrameworkContentElement.cs
- Baml2006ReaderSettings.cs
- FirstMatchCodeGroup.cs
- glyphs.cs
- UIElement.cs
- SegmentInfo.cs
- PropertyChange.cs
- MultipleViewPattern.cs
- OperationPerformanceCounters.cs
- WebEvents.cs
- HtmlTable.cs
- X509CertificateRecipientClientCredential.cs
- SoapFault.cs
- JoinElimination.cs
- RenderDataDrawingContext.cs
- Interfaces.cs
- XmlSchemaType.cs
- KnownBoxes.cs
- BStrWrapper.cs
- Utility.cs
- BaseParaClient.cs
- SQLInt64Storage.cs
- QuadraticEase.cs
- BinaryObjectReader.cs
- Expander.cs
- TextRangeEdit.cs
- HostProtectionException.cs
- RMPermissions.cs
- ConfigurationLocationCollection.cs
- SystemEvents.cs
- InstancePersistenceContext.cs
- RemotingHelper.cs
- WorkflowServiceBehavior.cs
- CharacterBuffer.cs
- BulletedListEventArgs.cs
- DataGridViewAccessibleObject.cs
- XmlSchemaValidator.cs
- EntityDataSourceWizardForm.cs
- GlobalizationSection.cs
- AttachedAnnotationChangedEventArgs.cs
- CultureSpecificStringDictionary.cs
- ProfileElement.cs
- BooleanKeyFrameCollection.cs
- XmlUtil.cs
- ParseHttpDate.cs
- SystemIcmpV4Statistics.cs
- UICuesEvent.cs
- ClientSideProviderDescription.cs
- EndPoint.cs
- FaultBookmark.cs
- RequestTimeoutManager.cs
- BaseTemplateCodeDomTreeGenerator.cs
- ProgramPublisher.cs
- WebPartConnectionsCancelVerb.cs
- MenuEventArgs.cs
- GeneralTransform3DTo2D.cs
- WebServiceHost.cs
- LayoutInformation.cs
- Relationship.cs
- DataSourceHelper.cs
- SystemIPv6InterfaceProperties.cs
- DNS.cs
- XmlSchemaRedefine.cs
- ConfigurationValidatorAttribute.cs
- TypeConverterAttribute.cs
- LinkTarget.cs
- PageAsyncTask.cs
- XmlAttribute.cs
- ObjectStateEntryDbDataRecord.cs
- Timeline.cs
- EnumUnknown.cs
- DataGridParentRows.cs
- PersistenceTypeAttribute.cs