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