2 writes to _tabletInfo
PresentationCore (2)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
50
_tabletInfo
= info;
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (1)
82
_tabletInfo
= deviceInfo;
26 references to _tabletInfo
PresentationCore (26)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (14)
52
if (
_tabletInfo
.DeviceType == TabletDeviceType.Touch)
111
return
_tabletInfo
.Id;
123
return
_tabletInfo
.Name;
135
return
_tabletInfo
.PlugAndPlayId;
148
return
_tabletInfo
.HardwareCapabilities;
160
return
_tabletInfo
.StylusPointProperties;
172
return
_tabletInfo
.DeviceType;
212
return new Matrix(
_tabletInfo
.SizeInfo.ScreenSize.Width /
_tabletInfo
.SizeInfo.TabletSize.Width, 0,
213
0,
_tabletInfo
.SizeInfo.ScreenSize.Height /
_tabletInfo
.SizeInfo.TabletSize.Height,
226
return
_tabletInfo
.SizeInfo.TabletSize;
239
return
_tabletInfo
.SizeInfo.ScreenSize;
267
_stylusPointDescription = new StylusPointDescription(propertyInfos,
_tabletInfo
.PressureIndex);
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
53
return
_tabletInfo
.DeviceType == TabletDeviceType.Touch ?
65
return
_tabletInfo
.DeviceType == TabletDeviceType.Touch ?
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (10)
62
_tabletInfo
.DeviceType,
93
StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(
_tabletInfo
.PimcTablet);
192
PenContextInfo result = _penThread.WorkerCreateContext(hwnd,
_tabletInfo
.PimcTablet);
226
_tabletInfo
.SizeInfo = _penThread.WorkerGetUpdatedSizes(
_tabletInfo
.PimcTablet);
330
StylusTraceLogger.LogDeviceDisconnect(
_tabletInfo
.Id);
335
IPimcTablet3 tablet =
_tabletInfo
.PimcTablet;
336
_tabletInfo
.PimcTablet = null;
341
PenThread.WorkerReleaseTabletLocks(tablet,
_tabletInfo
.WispTabletKey);
420
return
_tabletInfo
.WispTabletKey;