6 references to CustomGuidBaseIndex
PresentationCore (6)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GuidTagList.cs (4)
71return (KnownTagCache.KnownTagIndex)(KnownIdCache.CustomGuidBaseIndex + i); 136if ((int)tag < (int)KnownIdCache.CustomGuidBaseIndex) 142int nIndex = (int)(tag - KnownIdCache.CustomGuidBaseIndex); 160if (tag < (KnownTagCache.KnownTagIndex)KnownIdCache.CustomGuidBaseIndex)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
755if ((uint)isfTag >= KnownIdCache.CustomGuidBaseIndex || ((uint)isfTag >= KnownTagCache.KnownTagCount && ((uint)isfTag < (KnownTagCache.KnownTagCount + KnownIdCache.OriginalISFIdTable.Length))))
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (1)
318if (tag >= (KnownTagCache.KnownTagIndex)KnownIdCache.CustomGuidBaseIndex)