5 implementations of InputHitTest
PresentationFramework (5)
MS\Internal\Documents\UIElementIsland.cs (1)
184IInputElement IContentHost.InputHitTest(Point point)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1173IInputElement IContentHost.InputHitTest(Point point)
MS\Internal\PtsHost\PageVisual.cs (1)
106IInputElement IContentHost.InputHitTest(Point point)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
476public IInputElement InputHitTest(Point point)
System\Windows\Controls\TextBlock.cs (1)
59IInputElement IContentHost.InputHitTest(Point point)
5 references to InputHitTest
PresentationCore (1)
System\Windows\UIElement.cs (1)
2053enabledHit = rawHit = contentHost.InputHitTest(pt);
PresentationFramework (4)
MS\Internal\Documents\UIElementIsland.cs (1)
182/// <see cref="IContentHost.InputHitTest"/>
MS\Internal\PtsHost\PageVisual.cs (2)
104/// <see cref="IContentHost.InputHitTest"/> 111return host.InputHitTest(point);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
480return _basePage.InputHitTest(point);