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)
1104inheritanceBehavior != InheritanceBehavior.SkipAllNext) 2646(uint)value > (uint)InheritanceBehavior.SkipAllNext)
System\Windows\TreeWalkHelper.cs (1)
1258inheritanceBehavior == InheritanceBehavior.SkipAllNext)