2 implementations of EnumSubSegments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
722
public void
EnumSubSegments
(EnumTextSegmentsCallback segmentCallback, object data)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
1021
public void
EnumSubSegments
(EnumTextSegmentsCallback segmentCallback, object data)
2 references to EnumSubSegments
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
917
textSegment.
EnumSubSegments
(new SpellerInteropBase.EnumTextSegmentsCallback(ScanErrorTextSegment), data);
966
textSegment.
EnumSubSegments
(new SpellerInteropBase.EnumTextSegmentsCallback(ScanTextSegment), data);