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
- ReferencedType.cs
- ToggleButtonAutomationPeer.cs
- WindowsHyperlink.cs
- PageTheme.cs
- NTAccount.cs
- HtmlMobileTextWriter.cs
- ThicknessAnimationBase.cs
- XmlComplianceUtil.cs
- WeakReadOnlyCollection.cs
- ToolStripButton.cs
- unsafenativemethodstextservices.cs
- Int32Animation.cs
- SetStateEventArgs.cs
- TraceEventCache.cs
- EntityTypeEmitter.cs
- GroupBox.cs
- ModelItemDictionary.cs
- XomlCompilerError.cs
- TargetInvocationException.cs
- AssociationTypeEmitter.cs
- ConfigurationConverterBase.cs
- OperatorExpressions.cs
- MobilePage.cs
- Executor.cs
- TextCharacters.cs
- InputProviderSite.cs
- CodeIdentifier.cs
- WorkerRequest.cs
- Msec.cs
- ISFTagAndGuidCache.cs
- XmlParserContext.cs
- AsmxEndpointPickerExtension.cs
- SqlExpander.cs
- DataBindingCollectionConverter.cs
- InternalPermissions.cs
- future.cs
- DataSourceCacheDurationConverter.cs
- SqlMethodAttribute.cs
- XmlEncoding.cs
- ContainerSelectorActiveEvent.cs
- EditorPart.cs
- ModuleBuilder.cs
- SamlAssertionKeyIdentifierClause.cs
- UInt16Converter.cs
- ClipboardData.cs
- ScopelessEnumAttribute.cs
- MemberRestriction.cs
- HttpListenerRequestTraceRecord.cs
- OleServicesContext.cs
- InvalidTimeZoneException.cs
- ObjectItemCachedAssemblyLoader.cs
- FilteredXmlReader.cs
- XmlnsDictionary.cs
- XPathChildIterator.cs
- Size3D.cs
- SettingsPropertyValueCollection.cs
- IndexExpression.cs
- BuildProviderUtils.cs
- TextSelectionProcessor.cs
- X509ThumbprintKeyIdentifierClause.cs
- QuestionEventArgs.cs
- Polygon.cs
- Function.cs
- UniqueIdentifierService.cs
- Constants.cs
- RewritingProcessor.cs
- SslStreamSecurityBindingElement.cs
- safelinkcollection.cs
- CodeCastExpression.cs
- LogEntrySerializer.cs
- RepeaterItem.cs
- WebPageTraceListener.cs
- AssemblyInfo.cs
- ConfigXmlComment.cs
- FieldToken.cs
- IPCCacheManager.cs
- DBPropSet.cs
- DataStorage.cs
- RtType.cs
- PropertyValueChangedEvent.cs
- arclist.cs
- OdbcParameterCollection.cs
- AsyncOperationLifetimeManager.cs
- NativeObjectSecurity.cs
- LinkTarget.cs
- DriveInfo.cs
- RegistryPermission.cs
- MsmqProcessProtocolHandler.cs
- TrackingRecord.cs
- PropertyTabAttribute.cs
- ProfileGroupSettingsCollection.cs
- XmlNullResolver.cs
- DrawingContext.cs
- SafePointer.cs
- PerformanceCountersElement.cs
- CommandDevice.cs
- InlineCollection.cs
- TextSegment.cs
- ChangePasswordAutoFormat.cs
- SoapSchemaImporter.cs