6 references to SkipToAppNow
PresentationFramework (6)
src\Framework\MS\Internal\FrameworkObject.cs (1)
870case InheritanceBehavior.SkipToAppNow:
src\Framework\System\Windows\Controls\Frame.cs (1)
166InheritanceBehavior = InheritanceBehavior.SkipToAppNow;
src\Framework\System\Windows\Documents\DocumentReference.cs (1)
262this.InheritanceBehavior = InheritanceBehavior.SkipToAppNow;
src\Framework\System\Windows\Documents\PageContent.cs (1)
501InheritanceBehavior = InheritanceBehavior.SkipToAppNow;
src\Framework\System\Windows\FrameworkElement.cs (1)
1079inheritanceBehavior == InheritanceBehavior.SkipToAppNow ||
src\Framework\System\Windows\TreeWalkHelper.cs (1)
1236if (inheritanceBehavior == InheritanceBehavior.SkipToAppNow ||