Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- compensatingcollection.cs
- CompilationSection.cs
- TraceUtility.cs
- VectorValueSerializer.cs
- sqlpipe.cs
- ParseNumbers.cs
- DynamicField.cs
- PostBackOptions.cs
- DocumentPaginator.cs
- DataServices.cs
- TextProperties.cs
- DetailsViewDesigner.cs
- CaseInsensitiveOrdinalStringComparer.cs
- FileSystemInfo.cs
- SiteMapDesignerDataSourceView.cs
- InvariantComparer.cs
- EntryPointNotFoundException.cs
- PinnedBufferMemoryStream.cs
- ToolboxComponentsCreatingEventArgs.cs
- ValidationSummaryDesigner.cs
- QilFactory.cs
- HMACSHA256.cs
- ImageIndexConverter.cs
- MsmqHostedTransportConfiguration.cs
- PropertyStore.cs
- NavigatorOutput.cs
- ConfigurationStrings.cs
- EasingKeyFrames.cs
- WinFormsComponentEditor.cs
- CodeGeneratorOptions.cs
- KeySplineConverter.cs
- ResourcesGenerator.cs
- WindowsFormsSectionHandler.cs
- CachedFontFamily.cs
- AsyncResult.cs
- Int32.cs
- ContentElement.cs
- safex509handles.cs
- EmptyEnumerator.cs
- XmlChildEnumerator.cs
- NativeRecognizer.cs
- PkcsUtils.cs
- ColumnCollection.cs
- RewritingProcessor.cs
- SamlAuthorizationDecisionClaimResource.cs
- ImageBrush.cs
- PasswordTextNavigator.cs
- SystemPens.cs
- SchemaElementLookUpTable.cs
- InvalidPrinterException.cs
- DispatcherExceptionFilterEventArgs.cs
- MetadataPropertyCollection.cs
- ServerProtocol.cs
- TextDecoration.cs
- ConfigXmlAttribute.cs
- GenericXmlSecurityTokenAuthenticator.cs
- Environment.cs
- ClientSettingsSection.cs
- RankException.cs
- OdbcEnvironmentHandle.cs
- XpsDocument.cs
- WebPartZoneAutoFormat.cs
- InheritanceAttribute.cs
- MemberRestriction.cs
- SequenceNumber.cs
- EFAssociationProvider.cs
- StrokeNodeOperations2.cs
- LoginName.cs
- ValidatedControlConverter.cs
- XmlReader.cs
- IPPacketInformation.cs
- EndPoint.cs
- WindowsStatic.cs
- QueryTask.cs
- AsyncResult.cs
- FormViewDeletedEventArgs.cs
- PersonalizationAdministration.cs
- ByteFacetDescriptionElement.cs
- ServiceBusyException.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- WorkflowItemPresenter.cs
- BooleanToVisibilityConverter.cs
- DataGridViewCell.cs
- SizeChangedInfo.cs
- DomNameTable.cs
- _KerberosClient.cs
- Walker.cs
- CompilerState.cs
- RoutedCommand.cs
- SortFieldComparer.cs
- SoapClientProtocol.cs
- TreeView.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- SecurityUtils.cs
- ToolStrip.cs
- MailBnfHelper.cs
- TCPClient.cs
- SizeConverter.cs
- SequenceDesigner.cs
- Schema.cs