13 references to IsPresent
PresentationCore (13)
MS\Internal\Shaping\OpenTypeCommon.cs (4)
788
if (!gdefTable.
IsPresent
)
865
if (gdefTable.
IsPresent
)
1391
Invariant.Assert(Table.
IsPresent
);
1421
Invariant.Assert(Table.
IsPresent
);
MS\Internal\Shaping\OpenTypeLayout.cs (8)
307
if (gsubTable.
IsPresent
)
324
if (gposTable.
IsPresent
)
359
if (gsubTable.
IsPresent
)
377
if (gposTable.
IsPresent
)
882
if (!GsubTable.
IsPresent
) {return OpenTypeLayoutResult.ScriptNotFound;}
959
if (!GposTable.
IsPresent
) {return OpenTypeLayoutResult.ScriptNotFound;}
1039
if (GsubTable.
IsPresent
)
1053
if (GposTable.
IsPresent
)
MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
376
if (!table.
IsPresent
)