7 references to IsNull
PresentationCore (7)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (1)
1553if (IsNull)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (6)
363if (!gsubHeader.GetScriptList(gsubTable).FindScript(gsubTable,ScriptTag).IsNull) 380if (!gposHeader.GetScriptList(gposTable).FindScript(gposTable,ScriptTag).IsNull) 420if (!gsubScript.IsNull && !gsubScript.FindLangSys(gsubTable,LangSysTag).IsNull) 438if (!gposScript.IsNull && !gposScript.FindLangSys(gposTable,LangSysTag).IsNull) 951if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;} 1034if (Script.IsNull) {return OpenTypeLayoutResult.ScriptNotFound;}