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