14 references to InheritanceBehavior
PresentationFramework (14)
MS\Internal\FrameworkObject.cs (2)
828InheritanceBehavior inheritanceBehavior = force ? InheritanceBehavior.Default : this.InheritanceBehavior; 837switch (parent.InheritanceBehavior)
System\Windows\FrameworkElement.cs (6)
1335if (fo.IsValid && TreeWalkHelper.SkipNext(fo.InheritanceBehavior)) 1337inheritanceBehavior = fo.InheritanceBehavior; 1391if (fo.IsValid && TreeWalkHelper.SkipNow(fo.InheritanceBehavior)) 1393inheritanceBehavior = fo.InheritanceBehavior; 1562if (fo.IsValid && TreeWalkHelper.SkipNext(fo.InheritanceBehavior)) 1576if (fo.IsValid && TreeWalkHelper.SkipNext(fo.InheritanceBehavior))
System\Windows\TreeChangeInfo.cs (1)
119if (!TreeWalkHelper.SkipNow(foParent.InheritanceBehavior) || fMetadata.OverridesInheritanceBehavior)
System\Windows\TreeWalkHelper.cs (5)
287if (!SkipNow(fo.InheritanceBehavior) || fMetadata.OverridesInheritanceBehavior) 328if (!SkipNext(fo.InheritanceBehavior) || fMetadata.OverridesInheritanceBehavior) 973parentInheritanceBehavior = parentFO.InheritanceBehavior; 1145if (fo.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1148inheritanceBehavior = fo.InheritanceBehavior;