2 implementations of HitTestPoint
PresentationCore (2)
Core\CSharp\System\Windows\Media\Drawing.cs (1)
115bool IDrawingContent.HitTestPoint(Point point)
Core\CSharp\System\Windows\Media\RenderData.cs (1)
166public bool HitTestPoint(Point point)
2 references to HitTestPoint
PresentationCore (2)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (1)
44if (_content.HitTestPoint(hitTestParameters.HitPoint))
Core\CSharp\System\Windows\UIElement.cs (1)
3128if (_drawingContent.HitTestPoint(hitTestParameters.HitPoint))