12 references to SkipNext
PresentationFramework (12)
src\Framework\System\Windows\FrameworkContentElement.cs (2)
574if (!TreeWalkHelper.SkipNext(InheritanceBehavior) || fmetadata.OverridesInheritanceBehavior == true) 636if (TreeWalkHelper.SkipNext(inheritanceBehavior))
src\Framework\System\Windows\FrameworkElement.cs (5)
1352if (fo.IsValid && TreeWalkHelper.SkipNext(fo.InheritanceBehavior)) 1579if (fo.IsValid && TreeWalkHelper.SkipNext(fo.InheritanceBehavior)) 1593if (fo.IsValid && TreeWalkHelper.SkipNext(fo.InheritanceBehavior)) 1971if (!TreeWalkHelper.SkipNext(InheritanceBehavior) || fmetadata.OverridesInheritanceBehavior == true) 2028if (TreeWalkHelper.SkipNext(inheritanceBehavior))
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (1)
517if (!TreeWalkHelper.SkipNext(InheritanceBehavior) && !TreeWalkHelper.SkipNow(parentInheritanceBehavior))
src\Framework\System\Windows\Generated\FrameworkElement.cs (1)
532if (!TreeWalkHelper.SkipNext(InheritanceBehavior) && !TreeWalkHelper.SkipNow(parentInheritanceBehavior))
src\Framework\System\Windows\TreeWalkHelper.cs (3)
338if (!SkipNext(fo.InheritanceBehavior) || fMetadata.OverridesInheritanceBehavior) 958if (inheritanceNode && (!SkipNext(inheritanceBehavior) || isForceInheritedProperty)) 975if (!SkipNext(inheritanceBehavior) && !SkipNow(parentInheritanceBehavior))