9 references to InheritanceBehavior
PresentationFramework (9)
MS\Internal\FrameworkObject.cs (1)
544return _fce.InheritanceBehavior;
System\Windows\FrameworkContentElement.cs (3)
543if (!TreeWalkHelper.SkipNext(InheritanceBehavior) || fmetadata.OverridesInheritanceBehavior) 758if ((InheritanceBehavior == InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) && 801TreeWalkHelper.OnInheritedPropertyChanged(this, ref info, InheritanceBehavior);
System\Windows\Generated\FrameworkContentElement.cs (2)
493parentInheritanceBehavior = parentFCE.InheritanceBehavior; 497if (!TreeWalkHelper.SkipNext(InheritanceBehavior) && !TreeWalkHelper.SkipNow(parentInheritanceBehavior))
System\Windows\Generated\FrameworkElement.cs (1)
508parentInheritanceBehavior = parentFCE.InheritanceBehavior;
System\Windows\TreeWalkHelper.cs (2)
1214if (fce.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1217inheritanceBehavior = fce.InheritanceBehavior;