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