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