2 references to InvalidFileNameChars
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (2)
602if (s.IndexOfAny(InvalidFileNameChars, 0, length) >= 0) 617if (Array.IndexOf<char>(InvalidFileNameChars, unescapedChar) >= 0)