6 references to CustomGuidBaseIndex
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\GuidTagList.cs (4)
75return (KnownTagCache.KnownTagIndex)(KnownIdCache.CustomGuidBaseIndex + i); 140if ((int)tag < (int)KnownIdCache.CustomGuidBaseIndex) 146int nIndex = (int)(tag - KnownIdCache.CustomGuidBaseIndex); 164if (tag < (KnownTagCache.KnownTagIndex)KnownIdCache.CustomGuidBaseIndex)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
745if ((uint)isfTag >= KnownIdCache.CustomGuidBaseIndex || ((uint)isfTag >= KnownTagCache.KnownTagCount && ((uint)isfTag < (KnownTagCache.KnownTagCount + KnownIdCache.OriginalISFIdTable.Length))))
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (1)
321if (tag >= (KnownTagCache.KnownTagIndex)KnownIdCache.CustomGuidBaseIndex)