2 references to IsPrimary
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
413
if (!(stylusDevice?.
IsPrimary
?? false)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
296
handled = !_currentStylusDevice.
IsPrimary
;