2 implementations of EnumSubSegments
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
826
public void
EnumSubSegments
(EnumTextSegmentsCallback segmentCallback, object data)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
1091
public void
EnumSubSegments
(EnumTextSegmentsCallback segmentCallback, object data)
2 references to EnumSubSegments
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (2)
985
textSegment.
EnumSubSegments
(new SpellerInteropBase.EnumTextSegmentsCallback(ScanErrorTextSegment), data);
1036
textSegment.
EnumSubSegments
(new SpellerInteropBase.EnumTextSegmentsCallback(ScanTextSegment), data);