6 references to CustomGuidBaseIndex
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\GuidTagList.cs (4)
70return (KnownTagCache.KnownTagIndex)(KnownIdCache.CustomGuidBaseIndex + i); 135if ((int)tag < (int)KnownIdCache.CustomGuidBaseIndex) 141int nIndex = (int)(tag - KnownIdCache.CustomGuidBaseIndex); 159if (tag < (KnownTagCache.KnownTagIndex)KnownIdCache.CustomGuidBaseIndex)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
731if ((uint)isfTag >= KnownIdCache.CustomGuidBaseIndex || ((uint)isfTag >= KnownTagCache.KnownTagCount && ((uint)isfTag < (KnownTagCache.KnownTagCount + KnownIdCache.OriginalISFIdTable.Length))))
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (1)
319if (tag >= (KnownTagCache.KnownTagIndex)KnownIdCache.CustomGuidBaseIndex)