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)
1342if (fo.IsValid && TreeWalkHelper.SkipNext(fo.InheritanceBehavior)) 1344inheritanceBehavior = fo.InheritanceBehavior; 1398if (fo.IsValid && TreeWalkHelper.SkipNow(fo.InheritanceBehavior)) 1400inheritanceBehavior = fo.InheritanceBehavior; 1569if (fo.IsValid && TreeWalkHelper.SkipNext(fo.InheritanceBehavior)) 1583if (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;