4 writes to InheritanceBehavior
PresentationFramework (4)
System\Windows\Controls\Frame.cs (1)
159
InheritanceBehavior
= InheritanceBehavior.SkipToAppNow;
System\Windows\Documents\DocumentReference.cs (1)
259
this.
InheritanceBehavior
= InheritanceBehavior.SkipToAppNow;
System\Windows\Documents\FixedPage.cs (1)
999
this.
InheritanceBehavior
= InheritanceBehavior.SkipAllNext;
System\Windows\Documents\PageContent.cs (1)
485
InheritanceBehavior
= InheritanceBehavior.SkipToAppNow;
11 references to InheritanceBehavior
PresentationFramework (11)
MS\Internal\Data\ObjectRef.cs (1)
239
if (cc != null && cc.Content == fo.DO && cc.
InheritanceBehavior
== InheritanceBehavior.Default)
MS\Internal\FrameworkObject.cs (1)
544
return _fe.
InheritanceBehavior
;
System\Windows\Controls\Page.cs (1)
782
if ((feParent != null) && (feParent.
InheritanceBehavior
== InheritanceBehavior.Default))
System\Windows\FrameworkElement.cs (3)
1972
if (!TreeWalkHelper.SkipNext(
InheritanceBehavior
) || fmetadata.OverridesInheritanceBehavior == true)
2158
if ((
InheritanceBehavior
== InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) &&
2201
TreeWalkHelper.OnInheritedPropertyChanged(this, ref info,
InheritanceBehavior
);
System\Windows\Generated\FrameworkContentElement.cs (1)
496
parentInheritanceBehavior = parentFE.
InheritanceBehavior
;
System\Windows\Generated\FrameworkElement.cs (2)
512
parentInheritanceBehavior = parentFE.
InheritanceBehavior
;
521
if (!TreeWalkHelper.SkipNext(
InheritanceBehavior
) && !TreeWalkHelper.SkipNow(parentInheritanceBehavior))
System\Windows\TreeWalkHelper.cs (2)
1191
if (fe.
InheritanceBehavior
!= InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior)
1194
inheritanceBehavior = fe.
InheritanceBehavior
;