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