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