4 writes to InheritanceBehavior
PresentationFramework (4)
System\Windows\Controls\Frame.cs (1)
146InheritanceBehavior = InheritanceBehavior.SkipToAppNow;
System\Windows\Documents\DocumentReference.cs (1)
244this.InheritanceBehavior = InheritanceBehavior.SkipToAppNow;
System\Windows\Documents\FixedPage.cs (1)
992this.InheritanceBehavior = InheritanceBehavior.SkipAllNext;
System\Windows\Documents\PageContent.cs (1)
467InheritanceBehavior = InheritanceBehavior.SkipToAppNow;
11 references to InheritanceBehavior
PresentationFramework (11)
MS\Internal\Data\ObjectRef.cs (1)
232if (cc != null && cc.Content == fo.DO && cc.InheritanceBehavior == InheritanceBehavior.Default)
MS\Internal\FrameworkObject.cs (1)
540return _fe.InheritanceBehavior;
System\Windows\Controls\Page.cs (1)
758if ((feParent != null) && (feParent.InheritanceBehavior == InheritanceBehavior.Default))
System\Windows\FrameworkElement.cs (3)
1950if (!TreeWalkHelper.SkipNext(InheritanceBehavior) || fmetadata.OverridesInheritanceBehavior) 2138if ((InheritanceBehavior == InheritanceBehavior.Default || fmetadata.OverridesInheritanceBehavior) && 2181TreeWalkHelper.OnInheritedPropertyChanged(this, ref info, InheritanceBehavior);
System\Windows\Generated\FrameworkContentElement.cs (1)
488parentInheritanceBehavior = parentFE.InheritanceBehavior;
System\Windows\Generated\FrameworkElement.cs (2)
503parentInheritanceBehavior = parentFE.InheritanceBehavior; 512if (!TreeWalkHelper.SkipNext(InheritanceBehavior) && !TreeWalkHelper.SkipNow(parentInheritanceBehavior))
System\Windows\TreeWalkHelper.cs (2)
1183if (fe.InheritanceBehavior != InheritanceBehavior.Default && !metadata.OverridesInheritanceBehavior) 1186inheritanceBehavior = fe.InheritanceBehavior;