5 references to ContinueSkipSelfAndChildren
PresentationCore (5)
Core\CSharp\System\Windows\Media\HitTestFilterBehavior.cs (1)
83return behavior == HitTestFilterBehavior.ContinueSkipSelfAndChildren;
Core\CSharp\System\Windows\Media\Visual.cs (2)
2052if (filter == HitTestFilterBehavior.ContinueSkipSelfAndChildren) 2302if (filter == HitTestFilterBehavior.ContinueSkipSelfAndChildren)
Core\CSharp\System\Windows\UIElement.cs (2)
2162behavior = HitTestFilterBehavior.ContinueSkipSelfAndChildren; 2169behavior = HitTestFilterBehavior.ContinueSkipSelfAndChildren;