14 references to InheritanceBehavior
PresentationFramework (14)
MS\Internal\FrameworkObject.cs (2)
828
InheritanceBehavior inheritanceBehavior = force ? InheritanceBehavior.Default : this.
InheritanceBehavior
;
837
switch (parent.
InheritanceBehavior
)
System\Windows\FrameworkElement.cs (6)
1342
if (fo.IsValid && TreeWalkHelper.SkipNext(fo.
InheritanceBehavior
))
1344
inheritanceBehavior = fo.
InheritanceBehavior
;
1398
if (fo.IsValid && TreeWalkHelper.SkipNow(fo.
InheritanceBehavior
))
1400
inheritanceBehavior = fo.
InheritanceBehavior
;
1569
if (fo.IsValid && TreeWalkHelper.SkipNext(fo.
InheritanceBehavior
))
1583
if (fo.IsValid && TreeWalkHelper.SkipNext(fo.
InheritanceBehavior
))
System\Windows\TreeChangeInfo.cs (1)
119
if (!TreeWalkHelper.SkipNow(foParent.
InheritanceBehavior
) || fMetadata.OverridesInheritanceBehavior)
System\Windows\TreeWalkHelper.cs (5)
287
if (!SkipNow(fo.
InheritanceBehavior
) || fMetadata.OverridesInheritanceBehavior)
328
if (!SkipNext(fo.
InheritanceBehavior
) || fMetadata.OverridesInheritanceBehavior)
973
parentInheritanceBehavior = parentFO.
InheritanceBehavior
;
1145
if (fo.
InheritanceBehavior
!= InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior)
1148
inheritanceBehavior = fo.
InheritanceBehavior
;