2 writes to StylusPointProperties
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
272StylusPointProperties = new ReadOnlyCollection<StylusPointProperty>(properties);
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
947tabletInfo.StylusPointProperties = new ReadOnlyCollection<StylusPointProperty>(properties);
2 references to StylusPointProperties
PresentationCore (2)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
160return _tabletInfo.StylusPointProperties;
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
127foreach (var prop in _tabletDevice.DeviceInfo.StylusPointProperties)