9 references to InheritanceBehavior
PresentationFramework (9)
src\Framework\MS\Internal\FrameworkObject.cs (1)
576return _fce.InheritanceBehavior;
src\Framework\System\Windows\FrameworkContentElement.cs (3)
574if (!TreeWalkHelper.SkipNext(InheritanceBehavior) || fmetadata.OverridesInheritanceBehavior == true) 787if ((InheritanceBehavior == InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) && 830TreeWalkHelper.OnInheritedPropertyChanged(this, ref info, InheritanceBehavior);
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (2)
513parentInheritanceBehavior = parentFCE.InheritanceBehavior; 517if (!TreeWalkHelper.SkipNext(InheritanceBehavior) && !TreeWalkHelper.SkipNow(parentInheritanceBehavior))
src\Framework\System\Windows\Generated\FrameworkElement.cs (1)
528parentInheritanceBehavior = parentFCE.InheritanceBehavior;
src\Framework\System\Windows\TreeWalkHelper.cs (2)
1217if (fce.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1220inheritanceBehavior = fce.InheritanceBehavior;