6 references to Stylus
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
198if (_stylusDevice.TabletDevice.Type != TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (2)
154if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus) 369if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
455return _tabletDevice.Type == TabletDeviceType.Stylus
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
118DeviceType = TabletDeviceType.Stylus; 123DeviceType = TabletDeviceType.Stylus;