3 references to DISPLAYSTRING_SEPARATOR
PresentationCore (3)
System\Windows\Input\Command\KeyGesture.cs (1)
292
keyGestureToken += KeyGestureConverter.
DISPLAYSTRING_SEPARATOR
+ keyDisplayString;
System\Windows\Input\Command\KeyGestureConverter.cs (2)
89
int index = fullName.IndexOf(
DISPLAYSTRING_SEPARATOR
);
163
strBinding +=
DISPLAYSTRING_SEPARATOR
+ keyGesture.DisplayString;