3 references to DISPLAYSTRING_SEPARATOR
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
298
keyGestureToken += KeyGestureConverter.
DISPLAYSTRING_SEPARATOR
+ keyDisplayString;
Core\CSharp\System\Windows\Input\Command\KeyGestureConverter.cs (2)
101
int index = fullName.IndexOf(
DISPLAYSTRING_SEPARATOR
);
176
strBinding +=
DISPLAYSTRING_SEPARATOR
+ keyGesture.DisplayString;