6 references to FindScript
PresentationCore (6)
MS\Internal\Shaping\OpenTypeLayout.cs (6)
310
if (!gsubHeader.GetScriptList(gsubTable).
FindScript
(gsubTable,ScriptTag).IsNull)
327
if (!gposHeader.GetScriptList(gposTable).
FindScript
(gposTable,ScriptTag).IsNull)
362
ScriptTable gsubScript = gsubHeader.GetScriptList(gsubTable).
FindScript
(gsubTable,ScriptTag);
380
ScriptTable gposScript = gposHeader.GetScriptList(gposTable).
FindScript
(gposTable,ScriptTag);
887
ScriptTable Script = ScriptList.
FindScript
(GsubTable,ScriptTag);
964
ScriptTable Script = ScriptList.
FindScript
(GposTable,ScriptTag);