13 references to IsPresent
PresentationCore (13)
MS\Internal\Shaping\OpenTypeCommon.cs (4)
789
if (!gdefTable.
IsPresent
)
866
if (gdefTable.
IsPresent
)
1392
Invariant.Assert(Table.
IsPresent
);
1422
Invariant.Assert(Table.
IsPresent
);
MS\Internal\Shaping\OpenTypeLayout.cs (8)
308
if (gsubTable.
IsPresent
)
325
if (gposTable.
IsPresent
)
360
if (gsubTable.
IsPresent
)
378
if (gposTable.
IsPresent
)
883
if (!GsubTable.
IsPresent
) {return OpenTypeLayoutResult.ScriptNotFound;}
960
if (!GposTable.
IsPresent
) {return OpenTypeLayoutResult.ScriptNotFound;}
1040
if (GsubTable.
IsPresent
)
1054
if (GposTable.
IsPresent
)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
377
if (!table.
IsPresent
)