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