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