2 writes to _tabletInfo
PresentationCore (2)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
49
_tabletInfo
= info;
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (1)
81
_tabletInfo
= deviceInfo;
26 references to _tabletInfo
PresentationCore (26)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (14)
51
if (
_tabletInfo
.DeviceType == TabletDeviceType.Touch)
110
return
_tabletInfo
.Id;
122
return
_tabletInfo
.Name;
134
return
_tabletInfo
.PlugAndPlayId;
147
return
_tabletInfo
.HardwareCapabilities;
159
return
_tabletInfo
.StylusPointProperties;
171
return
_tabletInfo
.DeviceType;
211
return new Matrix(
_tabletInfo
.SizeInfo.ScreenSize.Width /
_tabletInfo
.SizeInfo.TabletSize.Width, 0,
212
0,
_tabletInfo
.SizeInfo.ScreenSize.Height /
_tabletInfo
.SizeInfo.TabletSize.Height,
225
return
_tabletInfo
.SizeInfo.TabletSize;
238
return
_tabletInfo
.SizeInfo.ScreenSize;
266
_stylusPointDescription = new StylusPointDescription(propertyInfos,
_tabletInfo
.PressureIndex);
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
52
return
_tabletInfo
.DeviceType == TabletDeviceType.Touch ?
64
return
_tabletInfo
.DeviceType == TabletDeviceType.Touch ?
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (10)
61
_tabletInfo
.DeviceType,
92
StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(
_tabletInfo
.PimcTablet);
191
PenContextInfo result = _penThread.WorkerCreateContext(hwnd,
_tabletInfo
.PimcTablet);
225
_tabletInfo
.SizeInfo = _penThread.WorkerGetUpdatedSizes(
_tabletInfo
.PimcTablet);
329
StylusTraceLogger.LogDeviceDisconnect(
_tabletInfo
.Id);
334
IPimcTablet3 tablet =
_tabletInfo
.PimcTablet;
335
_tabletInfo
.PimcTablet = null;
340
PenThread.WorkerReleaseTabletLocks(tablet,
_tabletInfo
.WispTabletKey);
416
return
_tabletInfo
.WispTabletKey;