2 instantiations of TextMapCallbackData
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (2)
226new SpellerInteropBase.EnumTextSegmentsCallback(ScanErrorTextSegment), new TextMapCallbackData(textMap, suggestions)); 899new SpellerInteropBase.EnumTextSegmentsCallback(ScanTextSegment), new TextMapCallbackData(textMap, status));
6 references to TextMapCallbackData
PresentationFramework (6)
src\Framework\System\Windows\Documents\Speller.cs (6)
952TextMapCallbackData data = (TextMapCallbackData)o; 1000TextMapCallbackData data = (TextMapCallbackData)o; 1056TextMapCallbackData data = (TextMapCallbackData)o;