5 implementations of InputHitTest
PresentationFramework (5)
src\Framework\MS\Internal\Documents\UIElementIsland.cs (1)
189
IInputElement IContentHost.
InputHitTest
(Point point)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1216
IInputElement IContentHost.
InputHitTest
(Point point)
src\Framework\MS\Internal\PtsHost\PageVisual.cs (1)
117
IInputElement IContentHost.
InputHitTest
(Point point)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
489
public IInputElement
InputHitTest
(Point point)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
78
IInputElement IContentHost.
InputHitTest
(Point point)
5 references to InputHitTest
PresentationCore (1)
Core\CSharp\System\Windows\UIElement.cs (1)
2095
enabledHit = 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
"/>
122
return host.
InputHitTest
(point);
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
493
return _basePage.
InputHitTest
(point);