5 references to SkipAllNext
PresentationFramework (5)
System\Windows\Documents\FixedPage.cs (1)
993this.InheritanceBehavior = InheritanceBehavior.SkipAllNext;
System\Windows\FrameworkContentElement.cs (1)
1492(uint)value > (uint)InheritanceBehavior.SkipAllNext)
System\Windows\FrameworkElement.cs (2)
1086inheritanceBehavior != InheritanceBehavior.SkipAllNext) 2630(uint)value > (uint)InheritanceBehavior.SkipAllNext)
System\Windows\TreeWalkHelper.cs (1)
1254inheritanceBehavior == InheritanceBehavior.SkipAllNext)