2 writes to _tabletInfo
PresentationCore (2)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
57
_tabletInfo
= info;
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (1)
86
_tabletInfo
= deviceInfo;
26 references to _tabletInfo
PresentationCore (26)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (14)
59
if (
_tabletInfo
.DeviceType == TabletDeviceType.Touch)
118
return
_tabletInfo
.Id;
130
return
_tabletInfo
.Name;
142
return
_tabletInfo
.PlugAndPlayId;
155
return
_tabletInfo
.HardwareCapabilities;
167
return
_tabletInfo
.StylusPointProperties;
179
return
_tabletInfo
.DeviceType;
219
return new Matrix(
_tabletInfo
.SizeInfo.ScreenSize.Width /
_tabletInfo
.SizeInfo.TabletSize.Width, 0,
220
0,
_tabletInfo
.SizeInfo.ScreenSize.Height /
_tabletInfo
.SizeInfo.TabletSize.Height,
233
return
_tabletInfo
.SizeInfo.TabletSize;
246
return
_tabletInfo
.SizeInfo.ScreenSize;
274
_stylusPointDescription = new StylusPointDescription(propertyInfos,
_tabletInfo
.PressureIndex);
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
57
return
_tabletInfo
.DeviceType == TabletDeviceType.Touch ?
69
return
_tabletInfo
.DeviceType == TabletDeviceType.Touch ?
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (10)
71
_tabletInfo
.DeviceType,
102
StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(
_tabletInfo
.PimcTablet);
201
PenContextInfo result = _penThread.WorkerCreateContext(hwnd,
_tabletInfo
.PimcTablet);
235
_tabletInfo
.SizeInfo = _penThread.WorkerGetUpdatedSizes(
_tabletInfo
.PimcTablet);
339
StylusTraceLogger.LogDeviceDisconnect(
_tabletInfo
.Id);
344
IPimcTablet3 tablet =
_tabletInfo
.PimcTablet;
345
_tabletInfo
.PimcTablet = null;
350
PenThread.WorkerReleaseTabletLocks(tablet,
_tabletInfo
.WispTabletKey);
429
return
_tabletInfo
.WispTabletKey;