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