Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- ArithmeticLiteral.cs
- ActivationServices.cs
- ProjectionPlanCompiler.cs
- CancelEventArgs.cs
- OrthographicCamera.cs
- QilInvokeEarlyBound.cs
- Synchronization.cs
- GCHandleCookieTable.cs
- SoapSchemaImporter.cs
- CallbackValidatorAttribute.cs
- SiteMapPath.cs
- DataGridViewImageColumn.cs
- SchemaImporterExtensionElementCollection.cs
- ObjectCloneHelper.cs
- DataGridViewCellStateChangedEventArgs.cs
- DiagnosticTrace.cs
- XmlSchemaSubstitutionGroup.cs
- NonParentingControl.cs
- RadialGradientBrush.cs
- uribuilder.cs
- SimpleLine.cs
- PackagePart.cs
- CustomErrorsSectionWrapper.cs
- SymbolMethod.cs
- DbParameterHelper.cs
- WindowsRegion.cs
- HttpRequestCacheValidator.cs
- InheritanceContextChangedEventManager.cs
- EasingFunctionBase.cs
- RawStylusInputReport.cs
- IIS7WorkerRequest.cs
- MeasureData.cs
- ToolZone.cs
- MouseCaptureWithinProperty.cs
- ContainerControlDesigner.cs
- NamespaceInfo.cs
- Propagator.cs
- CompilerWrapper.cs
- Merger.cs
- SqlDataSourceEnumerator.cs
- DemultiplexingDispatchMessageFormatter.cs
- panel.cs
- COM2Enum.cs
- MatchNoneMessageFilter.cs
- ChtmlTextWriter.cs
- CommandField.cs
- DataService.cs
- NamedPermissionSet.cs
- ReferentialConstraint.cs
- TemplateBindingExpressionConverter.cs
- MatchingStyle.cs
- ListenerElementsCollection.cs
- ZoneLinkButton.cs
- ByteStack.cs
- KeyConstraint.cs
- SmiEventSink_DeferedProcessing.cs
- SymbolEqualComparer.cs
- OleDbException.cs
- SchemaMapping.cs
- SpellerStatusTable.cs
- XmlParserContext.cs
- WebPartVerbCollection.cs
- NavigationProgressEventArgs.cs
- Table.cs
- SqlParameterizer.cs
- ScriptBehaviorDescriptor.cs
- GlyphRunDrawing.cs
- DoWorkEventArgs.cs
- PersistenceTypeAttribute.cs
- TargetConverter.cs
- SecurityRuntime.cs
- Rect3D.cs
- AndCondition.cs
- TransformCollection.cs
- UnsafeNativeMethods.cs
- AsyncResult.cs
- XmlAttributeProperties.cs
- ResourceReferenceExpression.cs
- LoadedOrUnloadedOperation.cs
- ResourceType.cs
- IndentTextWriter.cs
- CharacterBufferReference.cs
- ResponseBodyWriter.cs
- PropertyGridView.cs
- DataGridViewCellConverter.cs
- SubtreeProcessor.cs
- PackageStore.cs
- BamlLocalizableResourceKey.cs
- infer.cs
- datacache.cs
- EntityContainer.cs
- ModuleBuilderData.cs
- SqlConnectionPoolProviderInfo.cs
- EditorAttribute.cs
- ConstNode.cs
- ScrollProperties.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- TreePrinter.cs
- metadatamappinghashervisitor.cs
- DefaultEvaluationContext.cs