24 references to IsValid
PresentationCore (24)
System\Windows\Input\Command\RoutedCommand.cs (3)
120
if ((target != null) && !InputElement.
IsValid
(target))
156
if ((target != null) && !InputElement.
IsValid
(target))
302
if ((elem != null) && InputElement.
IsValid
(elem))
System\Windows\Input\FocusChangedEventArgs.cs (2)
28
if (oldFocus != null && !InputElement.
IsValid
(oldFocus))
31
if (newFocus != null && !InputElement.
IsValid
(newFocus))
System\Windows\Input\InputManager.cs (1)
743
if(eventSource == null || !InputElement.
IsValid
(eventSource as IInputElement))
System\Windows\Input\KeyboardDevice.cs (1)
118
if(!InputElement.
IsValid
(element))
System\Windows\Input\MouseDevice.cs (6)
297
if (eltDO != null && !InputElement.
IsValid
(element))
544
if (relativeTo != null && !InputElement.
IsValid
(relativeTo))
1518
if (!InputElement.
IsValid
(mouseOver))
1522
if ((rawMouseOver != null) && !InputElement.
IsValid
(rawMouseOver))
1570
if (mouseOver != null && !InputElement.
IsValid
(mouseOver) )
1639
else if (!InputElement.
IsValid
(rawMouseOver))
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (4)
550
if (doStylusCapture != null && !InputElement.
IsValid
(element))
706
if (relativeTo != null && !InputElement.
IsValid
(relativeTo))
909
if (!InputElement.
IsValid
(stylusOver))
931
if (stylusOver != null && !InputElement.
IsValid
(stylusOver))
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (4)
243
if (doStylusCapture != null && !InputElement.
IsValid
(element))
979
if (!InputElement.
IsValid
(stylusOver))
1002
if (stylusOver != null && !InputElement.
IsValid
(stylusOver))
1160
if (relativeTo != null && !InputElement.
IsValid
(relativeTo))
System\Windows\Input\TouchDevice.cs (1)
254
if ((element != null) && !InputElement.
IsValid
(element))
System\Windows\PresentationSource.cs (2)
117
if (!InputElement.
IsValid
(element))
183
if (!InputElement.
IsValid
(e))