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