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