14 references to InheritanceBehavior
PresentationFramework (14)
src\Framework\MS\Internal\FrameworkObject.cs (2)
859
InheritanceBehavior inheritanceBehavior = force ? InheritanceBehavior.Default : this.
InheritanceBehavior
;
868
switch (parent.
InheritanceBehavior
)
src\Framework\System\Windows\FrameworkElement.cs (6)
1352
if (fo.IsValid && TreeWalkHelper.SkipNext(fo.
InheritanceBehavior
))
1354
inheritanceBehavior = fo.
InheritanceBehavior
;
1408
if (fo.IsValid && TreeWalkHelper.SkipNow(fo.
InheritanceBehavior
))
1410
inheritanceBehavior = fo.
InheritanceBehavior
;
1579
if (fo.IsValid && TreeWalkHelper.SkipNext(fo.
InheritanceBehavior
))
1593
if (fo.IsValid && TreeWalkHelper.SkipNext(fo.
InheritanceBehavior
))
src\Framework\System\Windows\TreeChangeInfo.cs (1)
125
if (!TreeWalkHelper.SkipNow(foParent.
InheritanceBehavior
) || fMetadata.OverridesInheritanceBehavior)
src\Framework\System\Windows\TreeWalkHelper.cs (5)
297
if (!SkipNow(fo.
InheritanceBehavior
) || fMetadata.OverridesInheritanceBehavior)
338
if (!SkipNext(fo.
InheritanceBehavior
) || fMetadata.OverridesInheritanceBehavior)
972
parentInheritanceBehavior = parentFO.
InheritanceBehavior
;
1144
if (fo.
InheritanceBehavior
!= InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior)
1147
inheritanceBehavior = fo.
InheritanceBehavior
;