5 implementations of InputHitTest
PresentationFramework (5)
MS\Internal\Documents\UIElementIsland.cs (1)
187
IInputElement IContentHost.
InputHitTest
(Point point)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1191
IInputElement IContentHost.
InputHitTest
(Point point)
MS\Internal\PtsHost\PageVisual.cs (1)
113
IInputElement IContentHost.
InputHitTest
(Point point)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
478
public IInputElement
InputHitTest
(Point point)
System\Windows\Controls\TextBlock.cs (1)
72
IInputElement IContentHost.
InputHitTest
(Point point)
5 references to InputHitTest
PresentationCore (1)
System\Windows\UIElement.cs (1)
2067
enabledHit = rawHit = contentHost.
InputHitTest
(pt);
PresentationFramework (4)
MS\Internal\Documents\UIElementIsland.cs (1)
185
/// <see cref="IContentHost.
InputHitTest
"/>
MS\Internal\PtsHost\PageVisual.cs (2)
111
/// <see cref="IContentHost.
InputHitTest
"/>
118
return host.
InputHitTest
(point);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
482
return _basePage.
InputHitTest
(point);