9 references to HTFBInterpreter
PresentationCore (9)
Core\CSharp\System\Windows\Media\HitTestFilterBehavior.cs (5)
30ContinueSkipChildren = HTFBInterpreter.c_DoHitTest, 40ContinueSkipSelf = HTFBInterpreter.c_IncludeChidren, 45Continue = HTFBInterpreter.c_DoHitTest | HTFBInterpreter.c_IncludeChidren, 50Stop = HTFBInterpreter.c_Stop
Core\CSharp\System\Windows\Media3D\Visual3D.cs (4)
702if (HTFBInterpreter.SkipSubgraph(behavior)) return HitTestResultBehavior.Continue; 703if (HTFBInterpreter.Stop(behavior)) return HitTestResultBehavior.Stop; 710if (HTFBInterpreter.IncludeChildren(behavior)) 721if (HTFBInterpreter.DoHitTest(behavior))