5 references to InputHitTest
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
203return checkBox.InputHitTest(((MouseButtonEventArgs)e).GetPosition(checkBox)) != null;
src\Framework\System\Windows\Controls\DatePicker.cs (1)
891if (this._dropDownButton.InputHitTest(e.GetPosition(this._dropDownButton)) != null)
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
794DependencyObject hitElement = textEditor.UiScope.InputHitTest(point) as DependencyObject;
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
779IInputElement inputElement = _window.InputHitTest(mousePosWindow);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Controls\WorkaroundPopup.cs (1)
94if (e.OriginalSource == this.Child && this.Child.InputHitTest(e.GetPosition(this.Child)) == null)