2 references to IndexOfInternal
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextElementCollection.cs (2)
434
return
IndexOfInternal
(value, isCacheSafePreviousIndex);
466
return
IndexOfInternal
(value, false /* isCacheSafePreviousIndex */);