2 references to DisplayString
PresentationCore (2)
System\Windows\Input\Command\KeyGestureConverter.cs (2)
160
if (!String.IsNullOrEmpty(keyGesture.
DisplayString
))
162
strBinding += DISPLAYSTRING_SEPARATOR + keyGesture.
DisplayString
;