9 references to InheritanceBehavior
PresentationFramework (9)
MS\Internal\FrameworkObject.cs (1)
544
return _fce.
InheritanceBehavior
;
System\Windows\FrameworkContentElement.cs (3)
543
if (!TreeWalkHelper.SkipNext(
InheritanceBehavior
) || fmetadata.OverridesInheritanceBehavior)
758
if ((
InheritanceBehavior
== InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) &&
801
TreeWalkHelper.OnInheritedPropertyChanged(this, ref info,
InheritanceBehavior
);
System\Windows\Generated\FrameworkContentElement.cs (2)
493
parentInheritanceBehavior = parentFCE.
InheritanceBehavior
;
497
if (!TreeWalkHelper.SkipNext(
InheritanceBehavior
) && !TreeWalkHelper.SkipNow(parentInheritanceBehavior))
System\Windows\Generated\FrameworkElement.cs (1)
508
parentInheritanceBehavior = parentFCE.
InheritanceBehavior
;
System\Windows\TreeWalkHelper.cs (2)
1214
if (fce.
InheritanceBehavior
!= InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior)
1217
inheritanceBehavior = fce.
InheritanceBehavior
;