14 references to InheritanceBehavior
PresentationFramework (14)
MS\Internal\FrameworkObject.cs (2)
827InheritanceBehavior inheritanceBehavior = force ? InheritanceBehavior.Default : this.InheritanceBehavior; 836switch (parent.InheritanceBehavior)
System\Windows\FrameworkElement.cs (6)
1331if (fo.IsValid && TreeWalkHelper.SkipNext(fo.InheritanceBehavior)) 1333inheritanceBehavior = fo.InheritanceBehavior; 1387if (fo.IsValid && TreeWalkHelper.SkipNow(fo.InheritanceBehavior)) 1389inheritanceBehavior = fo.InheritanceBehavior; 1558if (fo.IsValid && TreeWalkHelper.SkipNext(fo.InheritanceBehavior)) 1572if (fo.IsValid && TreeWalkHelper.SkipNext(fo.InheritanceBehavior))
System\Windows\TreeChangeInfo.cs (1)
118if (!TreeWalkHelper.SkipNow(foParent.InheritanceBehavior) || fMetadata.OverridesInheritanceBehavior)
System\Windows\TreeWalkHelper.cs (5)
286if (!SkipNow(fo.InheritanceBehavior) || fMetadata.OverridesInheritanceBehavior) 327if (!SkipNext(fo.InheritanceBehavior) || fMetadata.OverridesInheritanceBehavior) 969parentInheritanceBehavior = parentFO.InheritanceBehavior; 1141if (fo.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1144inheritanceBehavior = fo.InheritanceBehavior;