4 references to GetScriptList
PresentationCore (4)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (1)
965scriptList = gsubHeader.GetScriptList(table);
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (3)
363if (!gsubHeader.GetScriptList(gsubTable).FindScript(gsubTable,ScriptTag).IsNull) 419ScriptTable gsubScript = gsubHeader.GetScriptList(gsubTable).FindScript(gsubTable,ScriptTag); 948ScriptList ScriptList = GsubHeader.GetScriptList(GsubTable);