2 references to Parser_UnexpectedToken
PresentationCore (2)
System\Windows\Media\ParsersCommon.cs (2)
208throw new System.FormatException(SR.Format(SR.Parser_UnexpectedToken, _pathString, _curIndex - 1)); 447throw new System.FormatException(SR.Format(SR.Parser_UnexpectedToken, _pathString, start), except);