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