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