5 references to Name
PresentationCore (5)
System\Windows\Input\Stylus\Common\TabletDevice.cs (1)
84
return TabletDeviceImpl.
Name
;
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
181
return String.Format(CultureInfo.CurrentCulture, "{0}({1})", base.ToString(),
Name
);
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
122
tablet.
Name
,
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (2)
57
Name
,
163
return String.Format(CultureInfo.CurrentCulture, "{0}({1})", base.ToString(),
Name
);