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