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