5 references to Name
PresentationCore (5)
System\Windows\Input\Stylus\Common\TabletDevice.cs (1)
83
return TabletDeviceImpl.
Name
;
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
180
return String.Format(CultureInfo.CurrentCulture, "{0}({1})", base.ToString(),
Name
);
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
121
tablet.
Name
,
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (2)
56
Name
,
162
return String.Format(CultureInfo.CurrentCulture, "{0}({1})", base.ToString(),
Name
);