2 references to IndexOfInternal
PresentationFramework (2)
System\Windows\Documents\TextElementCollection.cs (2)
410
return
IndexOfInternal
(value, isCacheSafePreviousIndex);
442
return
IndexOfInternal
(value, false /* isCacheSafePreviousIndex */);