13 references to IsPresent
PresentationCore (13)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (4)
815
if (!gdefTable.
IsPresent
)
896
if (gdefTable.
IsPresent
)
1449
Invariant.Assert(Table.
IsPresent
);
1479
Invariant.Assert(Table.
IsPresent
);
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (8)
360
if (gsubTable.
IsPresent
)
377
if (gposTable.
IsPresent
)
416
if (gsubTable.
IsPresent
)
434
if (gposTable.
IsPresent
)
945
if (!GsubTable.
IsPresent
) {return OpenTypeLayoutResult.ScriptNotFound;}
1028
if (!GposTable.
IsPresent
) {return OpenTypeLayoutResult.ScriptNotFound;}
1120
if (GsubTable.
IsPresent
)
1134
if (GposTable.
IsPresent
)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
422
if (!table.
IsPresent
)