12 references to StylusDeviceInfo
PresentationCore (12)
System\Windows\Input\Stylus\Common\TabletDeviceInfo.cs (1)
47public StylusDeviceInfo[] StylusDevicesInfo;
System\Windows\Input\Stylus\Wisp\PenThread.cs (1)
107internal StylusDeviceInfo[] WorkerRefreshCursorInfo(IPimcTablet3 pimcTablet)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (7)
305internal StylusDeviceInfo[] StylusDevicesInfo 333StylusDeviceInfo[] _stylusDevicesInfo = Array.Empty<StylusDeviceInfo>(); 664internal StylusDeviceInfo[] WorkerRefreshCursorInfo(IPimcTablet3 pimcTablet) 967private static StylusDeviceInfo[] GetStylusDevicesInfo(IPimcTablet3 pimcTablet) 973StylusDeviceInfo[] stylusDevicesInfo = new StylusDeviceInfo[cCursors];
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (3)
50StylusDeviceInfo cursorInfo = tabletInfo.StylusDevicesInfo[i]; 102StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(_tabletInfo.PimcTablet); 110StylusDeviceInfo stylusDeviceInfo = stylusDevicesInfo[iCursor];