3 references to ITextChunk
PresentationFramework (3)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (3)
1175
private static
ITextChunk
CreateTextChunk()
1177
return (
ITextChunk
)CreateInstance(CLSID_ITextChunk, IID_ITextChunk);
2259
private
ITextChunk
_textChunk;