3 instantiations of TabletDevice
PresentationCore (3)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
47
TabletDevice = new
TabletDevice
(this);
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
333
tablet = new
TabletDevice
(new WispTabletDevice(tabletdevices[iTablet], penThread));
467
AddTablet(tabletIndex, new
TabletDevice
(new WispTabletDevice(tabletInfo, penThread)));
44 references to TabletDevice
PresentationCore (41)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
480
TabletDevice
tabletDevice = tabletDevices[i];
System\Windows\Input\Stylus\Common\StylusDevice.cs (1)
138
public
TabletDevice
TabletDevice
System\Windows\Input\Stylus\Common\StylusDeviceBase.cs (1)
143
internal abstract
TabletDevice
TabletDevice { get; }
System\Windows\Input\Stylus\Common\Tablet.cs (1)
17
public static
TabletDevice
CurrentTabletDevice
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
32
internal
TabletDevice
TabletDevice { get; private set; }
System\Windows\Input\Stylus\Common\TabletDeviceCollection.cs (4)
59
public void CopyTo(
TabletDevice
[] array, int index)
68
public
TabletDevice
this[int index]
119
internal List<
TabletDevice
> TabletDevices { get; set; } = new List<
TabletDevice
>();
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
334
foreach (
TabletDevice
tabletDevice in TabletDevices)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
386
internal override
TabletDevice
TabletDevice
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
56
private Matrix GetTabletToViewTransform(
TabletDevice
tablet)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (5)
1156
foreach (
TabletDevice
tabletDevice in TabletDevices)
2030
foreach (
TabletDevice
tabletDevice in Tablet.TabletDevices)
2619
foreach (
TabletDevice
tablet in _tabletDeviceCollection)
3578
foreach (
TabletDevice
tablet in _tabletDeviceCollection)
3589
internal Matrix GetTabletToViewTransform(PresentationSource source,
TabletDevice
tabletDevice)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1056
internal override
TabletDevice
TabletDevice
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (23)
295
TabletDevice
[] tablets = new
TabletDevice
[count];
318
TabletDevice
tablet = null;
378
TabletDevice
[] updatedTablets = new
TabletDevice
[tabletsIndex];
385
TabletDevices = new List<
TabletDevice
>(_tablets);
537
private void AddTablet(uint index,
TabletDevice
tabletDevice)
542
TabletDevice
[] newTablets = new
TabletDevice
[Count + 1];
551
TabletDevices = new List<
TabletDevice
>(_tablets);
563
TabletDevice
[] tablets = new
TabletDevice
[_tablets.Length - 1];
572
TabletDevices = new List<
TabletDevice
>(_tablets);
636
List<
TabletDevice
> tabletTemp = new List<
TabletDevice
>();
638
foreach (
TabletDevice
tablet in _deferredTablets)
664
foreach (
TabletDevice
tablet in _tablets)
674
foreach (
TabletDevice
tablet in _deferredTablets)
685
internal List<
TabletDevice
> DeferredTablets
695
private
TabletDevice
[] _tablets = Array.Empty<
TabletDevice
>();
699
private List<
TabletDevice
> _deferredTablets = new List<
TabletDevice
>();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
724
case 631: t = () => typeof(
TabletDevice
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10910
typeof(System.Windows.Input.
TabletDevice
),
System\Windows\Markup\KnownTypes.cs (1)
6178
case KnownElements.TabletDevice: t = typeof(System.Windows.Input.
TabletDevice
); break;