3 writes to _textChunk
PresentationFramework (3)
System\Windows\Documents\NLGSpellerInterop.cs (3)
45
_textChunk
= CreateTextChunk();
81
_textChunk
= null;
121
_textChunk
= null;
13 references to _textChunk
PresentationFramework (13)
System\Windows\Documents\NLGSpellerInterop.cs (13)
54
_textChunk
.put_Context(textContext);
64
_textChunk
.put_ReuseObjects(true);
78
if (
_textChunk
!= null)
80
Marshal.ReleaseComObject(
_textChunk
);
118
if (
_textChunk
!= null)
120
Marshal.ReleaseComObject(
_textChunk
);
142
_textChunk
.put_Locale(culture.LCID);
150
_textChunk
.get_Context(out textContext);
195
_textChunk
.SetInputArray(inputArray, count);
205
_textChunk
.GetEnumerator(out sentenceEnumerator);
276
_textChunk
.get_Context(out textContext);
332
_textChunk
.get_Context(out textContext);
967
_textChunk
.get_Context(out textContext);