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