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