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