2 overrides of IsHit
PresentationCore (2)
Core\CSharp\System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (1)
57
internal override bool
IsHit
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
48
internal override bool
IsHit
2 references to IsHit
PresentationCore (2)
Core\CSharp\System\Windows\Media\DrawingServices.cs (1)
41
return ctx.
IsHit
;
Core\CSharp\System\Windows\Media\RenderData.cs (1)
172
return ctx.
IsHit
;