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