4 references to ScriptNotFound
PresentationCore (4)
MS\Internal\Shaping\OpenTypeLayout.cs (4)
883if (!GsubTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 889if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;} 960if (!GposTable.IsPresent) {return OpenTypeLayoutResult.ScriptNotFound;} 966if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;}