14 references to InheritanceBehavior
PresentationFramework (14)
MS\Internal\FrameworkObject.cs (2)
827
InheritanceBehavior inheritanceBehavior = force ? InheritanceBehavior.Default : this.
InheritanceBehavior
;
836
switch (parent.
InheritanceBehavior
)
System\Windows\FrameworkElement.cs (6)
1331
if (fo.IsValid && TreeWalkHelper.SkipNext(fo.
InheritanceBehavior
))
1333
inheritanceBehavior = fo.
InheritanceBehavior
;
1387
if (fo.IsValid && TreeWalkHelper.SkipNow(fo.
InheritanceBehavior
))
1389
inheritanceBehavior = fo.
InheritanceBehavior
;
1558
if (fo.IsValid && TreeWalkHelper.SkipNext(fo.
InheritanceBehavior
))
1572
if (fo.IsValid && TreeWalkHelper.SkipNext(fo.
InheritanceBehavior
))
System\Windows\TreeChangeInfo.cs (1)
118
if (!TreeWalkHelper.SkipNow(foParent.
InheritanceBehavior
) || fMetadata.OverridesInheritanceBehavior)
System\Windows\TreeWalkHelper.cs (5)
286
if (!SkipNow(fo.
InheritanceBehavior
) || fMetadata.OverridesInheritanceBehavior)
327
if (!SkipNext(fo.
InheritanceBehavior
) || fMetadata.OverridesInheritanceBehavior)
969
parentInheritanceBehavior = parentFO.
InheritanceBehavior
;
1141
if (fo.
InheritanceBehavior
!= InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior)
1144
inheritanceBehavior = fo.
InheritanceBehavior
;