6 references to Stylus
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
219if (_stylusDevice.TabletDevice.Type != TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (2)
171if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus) 386if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
480return _tabletDevice.Type == TabletDeviceType.Stylus
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
123DeviceType = TabletDeviceType.Stylus; 128DeviceType = TabletDeviceType.Stylus;