12 references to StylusDeviceInfo
PresentationCore (12)
System\Windows\Input\Stylus\Common\TabletDeviceInfo.cs (1)
43public StylusDeviceInfo[] StylusDevicesInfo;
System\Windows\Input\Stylus\Wisp\PenThread.cs (1)
95internal StylusDeviceInfo[] WorkerRefreshCursorInfo(IPimcTablet3 pimcTablet)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (7)
293internal StylusDeviceInfo[] StylusDevicesInfo 321StylusDeviceInfo[] _stylusDevicesInfo = Array.Empty<StylusDeviceInfo>(); 652internal StylusDeviceInfo[] WorkerRefreshCursorInfo(IPimcTablet3 pimcTablet) 955private static StylusDeviceInfo[] GetStylusDevicesInfo(IPimcTablet3 pimcTablet) 961StylusDeviceInfo[] stylusDevicesInfo = new StylusDeviceInfo[cCursors];
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (3)
41StylusDeviceInfo cursorInfo = tabletInfo.StylusDevicesInfo[i]; 93StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(_tabletInfo.PimcTablet); 101StylusDeviceInfo stylusDeviceInfo = stylusDevicesInfo[iCursor];