5 references to Name
PresentationCore (5)
System\Windows\Input\Stylus\Common\TabletDevice.cs (1)
93return TabletDeviceImpl.Name;
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
188return String.Format(CultureInfo.CurrentCulture, "{0}({1})", base.ToString(), Name);
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
127tablet.Name,
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (2)
66Name, 172return String.Format(CultureInfo.CurrentCulture, "{0}({1})", base.ToString(), Name);