5 implementations of InputHitTest
PresentationFramework (5)
src\Framework\MS\Internal\Documents\UIElementIsland.cs (1)
189IInputElement IContentHost.InputHitTest(Point point)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1216IInputElement IContentHost.InputHitTest(Point point)
src\Framework\MS\Internal\PtsHost\PageVisual.cs (1)
117IInputElement IContentHost.InputHitTest(Point point)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
489public IInputElement InputHitTest(Point point)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
78IInputElement IContentHost.InputHitTest(Point point)
5 references to InputHitTest
PresentationCore (1)
Core\CSharp\System\Windows\UIElement.cs (1)
2095enabledHit = rawHit = contentHost.InputHitTest(pt);
PresentationFramework (4)
src\Framework\MS\Internal\Documents\UIElementIsland.cs (1)
187/// <see cref="IContentHost.InputHitTest"/>
src\Framework\MS\Internal\PtsHost\PageVisual.cs (2)
115/// <see cref="IContentHost.InputHitTest"/> 122return host.InputHitTest(point);
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
493return _basePage.InputHitTest(point);