6 references to FindScript
PresentationCore (6)
MS\Internal\Shaping\OpenTypeLayout.cs (6)
311
if (!gsubHeader.GetScriptList(gsubTable).
FindScript
(gsubTable,ScriptTag).IsNull)
328
if (!gposHeader.GetScriptList(gposTable).
FindScript
(gposTable,ScriptTag).IsNull)
363
ScriptTable gsubScript = gsubHeader.GetScriptList(gsubTable).
FindScript
(gsubTable,ScriptTag);
381
ScriptTable gposScript = gposHeader.GetScriptList(gposTable).
FindScript
(gposTable,ScriptTag);
888
ScriptTable Script = ScriptList.
FindScript
(GsubTable,ScriptTag);
965
ScriptTable Script = ScriptList.
FindScript
(GposTable,ScriptTag);