Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / AncestorChangedEventArgs.cs / 1 / AncestorChangedEventArgs.cs
using System; namespace System.Windows.Media { internal class AncestorChangedEventArgs { public AncestorChangedEventArgs(DependencyObject subRoot, DependencyObject oldParent) { _subRoot = subRoot; _oldParent = oldParent; } public DependencyObject Ancestor { get { return _subRoot; } } public DependencyObject OldParent { get { return _oldParent; } } private DependencyObject _subRoot; // direct child of the changed link. private DependencyObject _oldParent; // If link is cut; otherwise null. } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; namespace System.Windows.Media { internal class AncestorChangedEventArgs { public AncestorChangedEventArgs(DependencyObject subRoot, DependencyObject oldParent) { _subRoot = subRoot; _oldParent = oldParent; } public DependencyObject Ancestor { get { return _subRoot; } } public DependencyObject OldParent { get { return _oldParent; } } private DependencyObject _subRoot; // direct child of the changed link. private DependencyObject _oldParent; // If link is cut; otherwise null. } } // 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
- StringResourceManager.cs
- SslSecurityTokenParameters.cs
- RegistrySecurity.cs
- MappingException.cs
- UrlAuthorizationModule.cs
- Config.cs
- TransportContext.cs
- XmlSubtreeReader.cs
- WMIGenerator.cs
- SharedConnectionListener.cs
- WCFServiceClientProxyGenerator.cs
- DataTableReader.cs
- ScriptingScriptResourceHandlerSection.cs
- RC2.cs
- AdCreatedEventArgs.cs
- CodeMethodInvokeExpression.cs
- JapaneseLunisolarCalendar.cs
- LicenseManager.cs
- InteropDesigner.xaml.cs
- StorageEntityContainerMapping.cs
- XmlSchemaObjectCollection.cs
- SynchronizationContext.cs
- ColumnClickEvent.cs
- RouteItem.cs
- FreeFormDragDropManager.cs
- MatrixValueSerializer.cs
- BooleanAnimationBase.cs
- DefaultAsyncDataDispatcher.cs
- CoreSwitches.cs
- Stack.cs
- ProcessInfo.cs
- SystemIPv6InterfaceProperties.cs
- XmlAttributeOverrides.cs
- ObjectHandle.cs
- PageAsyncTaskManager.cs
- ObjectListFieldCollection.cs
- RequestQueryParser.cs
- ConstrainedDataObject.cs
- UnsupportedPolicyOptionsException.cs
- SwitchElementsCollection.cs
- AutoGeneratedFieldProperties.cs
- Action.cs
- SwitchLevelAttribute.cs
- ParameterCollection.cs
- ScrollChangedEventArgs.cs
- MenuItemStyle.cs
- PathFigureCollection.cs
- BinaryMethodMessage.cs
- DbParameterCollectionHelper.cs
- DefaultValueAttribute.cs
- WebPartsPersonalization.cs
- TraceUtils.cs
- Slider.cs
- DataServiceClientException.cs
- RoutedEventConverter.cs
- PeerToPeerException.cs
- GuidelineSet.cs
- MethodBuilder.cs
- OdbcConnectionHandle.cs
- ImageAutomationPeer.cs
- HelpKeywordAttribute.cs
- DoubleAnimationBase.cs
- ListViewGroup.cs
- TextModifierScope.cs
- DataSourceCacheDurationConverter.cs
- EntityViewGenerationAttribute.cs
- CodeTypeReference.cs
- VisualStateGroup.cs
- WmlFormAdapter.cs
- WebSysDescriptionAttribute.cs
- ContainerControl.cs
- InputScopeManager.cs
- TransformedBitmap.cs
- SvcMapFile.cs
- LeaseManager.cs
- AppDomainFactory.cs
- ServicePointManagerElement.cs
- WaitForChangedResult.cs
- TypeName.cs
- StorageRoot.cs
- DesignerValidatorAdapter.cs
- ProgressBarBrushConverter.cs
- Relationship.cs
- ParamArrayAttribute.cs
- DataRelation.cs
- ReadOnlyPropertyMetadata.cs
- TrackingLocation.cs
- DiagnosticTraceRecords.cs
- TemplatePartAttribute.cs
- NativeMethods.cs
- WCFBuildProvider.cs
- AttachmentService.cs
- AllMembershipCondition.cs
- TabItem.cs
- ControlEvent.cs
- PseudoWebRequest.cs
- CommittableTransaction.cs
- ThicknessAnimation.cs
- Canonicalizers.cs
- SHA512.cs