5 references to SkipAllNext
PresentationFramework (5)
System\Windows\Documents\FixedPage.cs (1)
999this.InheritanceBehavior = InheritanceBehavior.SkipAllNext;
System\Windows\FrameworkContentElement.cs (1)
1509(uint)value > (uint)InheritanceBehavior.SkipAllNext)
System\Windows\FrameworkElement.cs (2)
1097inheritanceBehavior != InheritanceBehavior.SkipAllNext) 2639(uint)value > (uint)InheritanceBehavior.SkipAllNext)
System\Windows\TreeWalkHelper.cs (1)
1247inheritanceBehavior == InheritanceBehavior.SkipAllNext)