5 references to InputHitTest
PresentationFramework (5)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
207
return checkBox.
InputHitTest
(((MouseButtonEventArgs)e).GetPosition(checkBox)) != null;
System\Windows\Controls\DatePicker.cs (1)
898
if (this._dropDownButton.
InputHitTest
(e.GetPosition(this._dropDownButton)) != null)
System\Windows\Controls\Primitives\Popup.cs (1)
1104
if (_popupRoot.
InputHitTest
(e.GetPosition(_popupRoot)) == null)
System\windows\Documents\TextEditorMouse.cs (1)
779
DependencyObject hitElement = textEditor.UiScope.
InputHitTest
(point) as DependencyObject;
System\Windows\Shell\WindowChromeWorker.cs (1)
493
IInputElement inputElement = _window.
InputHitTest
(mousePosWindow);