Base:
1 override of ToString
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
170public override string ToString()
2 references to ToString
PresentationCore (2)
System\Windows\Input\Stylus\Common\TabletDevice.cs (1)
150return TabletDeviceImpl.ToString();
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
172return String.Format(CultureInfo.CurrentCulture, "{0}({1})", base.ToString(), Name);