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