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
- ArrayTypeMismatchException.cs
- PriorityBindingExpression.cs
- Currency.cs
- BlurBitmapEffect.cs
- AncestorChangedEventArgs.cs
- KnownAssembliesSet.cs
- BookmarkResumptionRecord.cs
- StreamSecurityUpgradeInitiator.cs
- StylusOverProperty.cs
- ActivityCodeGenerator.cs
- CompilerGlobalScopeAttribute.cs
- CompressedStack.cs
- SqlGatherProducedAliases.cs
- RegexWorker.cs
- XsltArgumentList.cs
- PasswordBox.cs
- PageParserFilter.cs
- StructuralType.cs
- CompiledXpathExpr.cs
- TypeConverterValueSerializer.cs
- SingleConverter.cs
- MethodBody.cs
- TextEditorCopyPaste.cs
- Int32CollectionConverter.cs
- Size.cs
- Compress.cs
- ConsumerConnectionPointCollection.cs
- SmiMetaDataProperty.cs
- DataViewManagerListItemTypeDescriptor.cs
- AppDomainUnloadedException.cs
- TableCellCollection.cs
- DCSafeHandle.cs
- ListViewEditEventArgs.cs
- HtmlTextArea.cs
- HostingEnvironmentWrapper.cs
- Pkcs9Attribute.cs
- ClientScriptItemCollection.cs
- StoragePropertyMapping.cs
- SchemaManager.cs
- BooleanConverter.cs
- Configuration.cs
- Point3DAnimationBase.cs
- ObjectPersistData.cs
- ETagAttribute.cs
- SingleConverter.cs
- HeaderCollection.cs
- SQLUtility.cs
- userdatakeys.cs
- IsolatedStorage.cs
- PropertyDescriptor.cs
- DependencyPropertyHelper.cs
- DataBindingList.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- ComponentDispatcherThread.cs
- ContentControl.cs
- CultureTable.cs
- UTF32Encoding.cs
- UIPropertyMetadata.cs
- DiscriminatorMap.cs
- CriticalExceptions.cs
- VarInfo.cs
- ToolStripSeparatorRenderEventArgs.cs
- InvalidComObjectException.cs
- HealthMonitoringSectionHelper.cs
- HostedAspNetEnvironment.cs
- RawAppCommandInputReport.cs
- BamlLocalizableResource.cs
- DtdParser.cs
- VirtualizingStackPanel.cs
- SQLSingle.cs
- BlockExpression.cs
- TargetInvocationException.cs
- QuaternionRotation3D.cs
- GlobalizationSection.cs
- TopClause.cs
- TableLayoutRowStyleCollection.cs
- DoneReceivingAsyncResult.cs
- PointValueSerializer.cs
- Bezier.cs
- QilTernary.cs
- ComEventsMethod.cs
- XMLUtil.cs
- KeyboardEventArgs.cs
- ObjectViewListener.cs
- TemplateBindingExtension.cs
- __ConsoleStream.cs
- LazyInitializer.cs
- BooleanToVisibilityConverter.cs
- MimePart.cs
- ObjectDataSourceMethodEventArgs.cs
- CommandExpr.cs
- RecognizerBase.cs
- CodeTypeDelegate.cs
- grammarelement.cs
- RegistryPermission.cs
- FontUnit.cs
- _NegoStream.cs
- RsaKeyIdentifierClause.cs
- UpWmlMobileTextWriter.cs
- CommandLineParser.cs